Skip to content

Commit

Permalink
feat(aiplatform): update the api
Browse files Browse the repository at this point in the history
#### aiplatform:v1

The following keys were deleted:
- schemas.GoogleCloudAiplatformV1Endpoint.properties.privateServiceConnectConfig.$ref (Total Keys: 1)

The following keys were added:
- resources.projects.resources.locations.resources.persistentResources.methods.create (Total Keys: 14)
- resources.projects.resources.locations.resources.persistentResources.methods.delete (Total Keys: 11)
- resources.projects.resources.locations.resources.persistentResources.methods.get (Total Keys: 11)
- resources.projects.resources.locations.resources.persistentResources.methods.list (Total Keys: 16)
- resources.projects.resources.locations.resources.persistentResources.methods.patch (Total Keys: 15)
- resources.projects.resources.locations.resources.tuningJobs.resources.operations.methods.cancel (Total Keys: 11)
- resources.projects.resources.locations.resources.tuningJobs.resources.operations.methods.get (Total Keys: 11)
- schemas.CloudAiNlLlmProtoServicePart.properties.documentMetadata.$ref (Total Keys: 1)
- schemas.CloudAiNlLlmProtoServicePartDocumentMetadata (Total Keys: 3)
- schemas.CloudAiNlLlmProtoServiceRaiSignal.properties.influentialTerms (Total Keys: 2)
- schemas.CloudAiNlLlmProtoServiceRaiSignalInfluentialTerm (Total Keys: 8)
- schemas.GoogleCloudAiplatformV1CreatePersistentResourceOperationMetadata (Total Keys: 4)
- schemas.GoogleCloudAiplatformV1GenerateContentRequest.properties.systemInstructions (Total Keys: 2)
- schemas.GoogleCloudAiplatformV1GoogleSearchRetrieval (Total Keys: 3)
- schemas.GoogleCloudAiplatformV1ListPersistentResourcesResponse (Total Keys: 5)
- schemas.GoogleCloudAiplatformV1PersistentResource (Total Keys: 28)
- schemas.GoogleCloudAiplatformV1RayMetricSpec (Total Keys: 3)
- schemas.GoogleCloudAiplatformV1RaySpec (Total Keys: 7)
- schemas.GoogleCloudAiplatformV1RebootPersistentResourceOperationMetadata (Total Keys: 4)
- schemas.GoogleCloudAiplatformV1ResourcePool (Total Keys: 17)
- schemas.GoogleCloudAiplatformV1ResourceRuntime (Total Keys: 11)
- schemas.GoogleCloudAiplatformV1Retrieval (Total Keys: 4)
- schemas.GoogleCloudAiplatformV1SafetySetting.properties.method.type (Total Keys: 1)
- schemas.GoogleCloudAiplatformV1ServiceAccountSpec (Total Keys: 4)
- schemas.GoogleCloudAiplatformV1Tool.properties.googleSearchRetrieval.$ref (Total Keys: 1)
- schemas.GoogleCloudAiplatformV1Tool.properties.retrieval.$ref (Total Keys: 1)
- schemas.GoogleCloudAiplatformV1UpdatePersistentResourceOperationMetadata (Total Keys: 4)
- schemas.GoogleCloudAiplatformV1VertexAISearch (Total Keys: 3)

The following keys were changed:
- endpoints (Total Keys: 1)

#### aiplatform:v1beta1

The following keys were deleted:
- schemas.GoogleCloudAiplatformV1beta1Endpoint.properties.privateServiceConnectConfig.$ref (Total Keys: 1)

The following keys were added:
- resources.projects.resources.locations.resources.extensions.methods.delete (Total Keys: 11)
- resources.projects.resources.locations.resources.extensions.methods.execute (Total Keys: 12)
- resources.projects.resources.locations.resources.extensions.methods.get (Total Keys: 11)
- resources.projects.resources.locations.resources.extensions.methods.import (Total Keys: 12)
- resources.projects.resources.locations.resources.extensions.methods.list (Total Keys: 20)
- resources.projects.resources.locations.resources.extensions.methods.patch (Total Keys: 15)
- schemas.GoogleCloudAiplatformV1beta1AuthConfig (Total Keys: 30)
- schemas.GoogleCloudAiplatformV1beta1ExecuteExtensionRequest (Total Keys: 6)
- schemas.GoogleCloudAiplatformV1beta1ExecuteExtensionResponse (Total Keys: 6)
- schemas.GoogleCloudAiplatformV1beta1Extension (Total Keys: 30)
- schemas.GoogleCloudAiplatformV1beta1GenerateContentRequest.properties.systemInstructions (Total Keys: 2)
- schemas.GoogleCloudAiplatformV1beta1ListExtensionsResponse (Total Keys: 5)
- schemas.GoogleCloudAiplatformV1beta1RebootPersistentResourceOperationMetadata (Total Keys: 4)
- schemas.GoogleCloudAiplatformV1beta1SafetySetting.properties.method.type (Total Keys: 1)
- schemas.GoogleCloudAiplatformV1beta1ToolUseExample (Total Keys: 15)

The following keys were changed:
- endpoints (Total Keys: 1)
  • Loading branch information
yoshi-automation committed Mar 19, 2024
1 parent f9722ca commit 840e463
Show file tree
Hide file tree
Showing 16 changed files with 3,104 additions and 115 deletions.
128 changes: 93 additions & 35 deletions docs/dyn/aiplatform_v1.projects.locations.endpoints.html

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions docs/dyn/aiplatform_v1.projects.locations.html
Expand Up @@ -174,6 +174,11 @@ <h2>Instance Methods</h2>
</p>
<p class="firstline">Returns the operations Resource.</p>

<p class="toc_element">
<code><a href="aiplatform_v1.projects.locations.persistentResources.html">persistentResources()</a></code>
</p>
<p class="firstline">Returns the persistentResources Resource.</p>

<p class="toc_element">
<code><a href="aiplatform_v1.projects.locations.pipelineJobs.html">pipelineJobs()</a></code>
</p>
Expand Down Expand Up @@ -209,6 +214,11 @@ <h2>Instance Methods</h2>
</p>
<p class="firstline">Returns the trainingPipelines Resource.</p>

<p class="toc_element">
<code><a href="aiplatform_v1.projects.locations.tuningJobs.html">tuningJobs()</a></code>
</p>
<p class="firstline">Returns the tuningJobs Resource.</p>

<p class="toc_element">
<code><a href="#close">close()</a></code></p>
<p class="firstline">Close httplib2 connections.</p>
Expand Down
Expand Up @@ -377,7 +377,7 @@ <h3>Method Details</h3>
body: object, The request body.
The object takes the form of:

{ # The request message for MatchService.FindNeighbors.
{ # LINT.IfChange The request message for MatchService.FindNeighbors.
&quot;deployedIndexId&quot;: &quot;A String&quot;, # The ID of the DeployedIndex that will serve the request. This request is sent to a specific IndexEndpoint, as per the IndexEndpoint.network. That IndexEndpoint also has IndexEndpoint.deployed_indexes, and each such index has a DeployedIndex.id field. The value of the field below must equal one of the DeployedIndex.id fields of the IndexEndpoint that is being called for this request.
&quot;queries&quot;: [ # The list of queries.
{ # A query to find a number of the nearest neighbors (most similar vectors) of a vector.
Expand Down
2 changes: 1 addition & 1 deletion docs/dyn/aiplatform_v1.projects.locations.models.html
Expand Up @@ -598,7 +598,7 @@ <h3>Method Details</h3>

Args:
parent: string, Required. The resource name of the Location to list the Models from. Format: `projects/{project}/locations/{location}` (required)
filter: string, An expression for filtering the results of the request. For field names both snake_case and camelCase are supported. * `model` supports = and !=. `model` represents the Model ID, i.e. the last segment of the Model&#x27;s resource name. * `display_name` supports = and != * `labels` supports general map functions that is: * `labels.key=value` - key:value equality * `labels.key:* or labels:key - key existence * A key including a space must be quoted. `labels.&quot;a key&quot;`. Some examples: * `model=1234` * `displayName=&quot;myDisplayName&quot;` * `labels.myKey=&quot;myValue&quot;`
filter: string, An expression for filtering the results of the request. For field names both snake_case and camelCase are supported. * `model` supports = and !=. `model` represents the Model ID, i.e. the last segment of the Model&#x27;s resource name. * `display_name` supports = and != * `labels` supports general map functions that is: * `labels.key=value` - key:value equality * `labels.key:* or labels:key - key existence * A key including a space must be quoted. `labels.&quot;a key&quot;`. * `base_model_name` only supports = Some examples: * `model=1234` * `displayName=&quot;myDisplayName&quot;` * `labels.myKey=&quot;myValue&quot;` * `baseModelName=&quot;text-bison&quot;`
orderBy: string, A comma-separated list of fields to order by, sorted in ascending order. Use &quot;desc&quot; after a field name for descending. Supported fields: * `display_name` * `create_time` * `update_time` Example: `display_name, create_time desc`.
pageSize: integer, The standard list page size.
pageToken: string, The standard list page token. Typically obtained via ListModelsResponse.next_page_token of the previous ModelService.ListModels call.
Expand Down
Expand Up @@ -268,7 +268,7 @@ <h3>Method Details</h3>

Args:
parent: string, Required. The resource name of the Location from which to list the NotebookRuntimes. Format: `projects/{project}/locations/{location}` (required)
filter: string, Optional. An expression for filtering the results of the request. For field names both snake_case and camelCase are supported. * `notebookRuntime` supports = and !=. `notebookRuntime` represents the NotebookRuntime ID, i.e. the last segment of the NotebookRuntime&#x27;s resource name. * `displayName` supports = and != and regex. * `notebookRuntimeTemplate` supports = and !=. `notebookRuntimeTemplate` represents the NotebookRuntimeTemplate ID, i.e. the last segment of the NotebookRuntimeTemplate&#x27;s resource name. * `healthState` supports = and !=. healthState enum: [HEALTHY, UNHEALTHY, HEALTH_STATE_UNSPECIFIED]. * `runtimeState` supports = and !=. runtimeState enum: [RUNTIME_STATE_UNSPECIFIED, RUNNING, BEING_STARTED, BEING_STOPPED, STOPPED, BEING_UPGRADED]. * `runtimeUser` supports = and !=. * API version is UI only: `uiState` supports = and !=. uiState enum: [UI_RESOURCE_STATE_UNSPECIFIED, UI_RESOURCE_STATE_BEING_CREATED, UI_RESOURCE_STATE_ACTIVE, UI_RESOURCE_STATE_BEING_DELETED, UI_RESOURCE_STATE_CREATION_FAILED]. * `notebookRuntimeType` supports = and !=. notebookRuntimeType enum: [USER_DEFINED, ONE_CLICK]. Some examples: * `notebookRuntime=&quot;notebookRuntime123&quot;` * `displayName=&quot;myDisplayName&quot;` and `displayName=~&quot;myDisplayNameRegex&quot;` * `notebookRuntimeTemplate=&quot;notebookRuntimeTemplate321&quot;` * `healthState=HEALTHY` * `runtimeState=RUNNING` * `runtimeUser=&quot;test@google.com&quot;` * `uiState=UI_RESOURCE_STATE_BEING_DELETED` * `notebookRuntimeType=USER_DEFINED`
filter: string, Optional. An expression for filtering the results of the request. For field names both snake_case and camelCase are supported. * `notebookRuntime` supports = and !=. `notebookRuntime` represents the NotebookRuntime ID, i.e. the last segment of the NotebookRuntime&#x27;s resource name. * `displayName` supports = and != and regex. * `notebookRuntimeTemplate` supports = and !=. `notebookRuntimeTemplate` represents the NotebookRuntimeTemplate ID, i.e. the last segment of the NotebookRuntimeTemplate&#x27;s resource name. * `healthState` supports = and !=. healthState enum: [HEALTHY, UNHEALTHY, HEALTH_STATE_UNSPECIFIED]. * `runtimeState` supports = and !=. runtimeState enum: [RUNTIME_STATE_UNSPECIFIED, RUNNING, BEING_STARTED, BEING_STOPPED, STOPPED, BEING_UPGRADED, ERROR, INVALID]. * `runtimeUser` supports = and !=. * API version is UI only: `uiState` supports = and !=. uiState enum: [UI_RESOURCE_STATE_UNSPECIFIED, UI_RESOURCE_STATE_BEING_CREATED, UI_RESOURCE_STATE_ACTIVE, UI_RESOURCE_STATE_BEING_DELETED, UI_RESOURCE_STATE_CREATION_FAILED]. * `notebookRuntimeType` supports = and !=. notebookRuntimeType enum: [USER_DEFINED, ONE_CLICK]. Some examples: * `notebookRuntime=&quot;notebookRuntime123&quot;` * `displayName=&quot;myDisplayName&quot;` and `displayName=~&quot;myDisplayNameRegex&quot;` * `notebookRuntimeTemplate=&quot;notebookRuntimeTemplate321&quot;` * `healthState=HEALTHY` * `runtimeState=RUNNING` * `runtimeUser=&quot;test@google.com&quot;` * `uiState=UI_RESOURCE_STATE_BEING_DELETED` * `notebookRuntimeType=USER_DEFINED`
orderBy: string, Optional. A comma-separated list of fields to order by, sorted in ascending order. Use &quot;desc&quot; after a field name for descending. Supported fields: * `display_name` * `create_time` * `update_time` Example: `display_name, create_time desc`.
pageSize: integer, Optional. The standard list page size.
pageToken: string, Optional. The standard list page token. Typically obtained via ListNotebookRuntimesResponse.next_page_token of the previous NotebookService.ListNotebookRuntimes call.
Expand Down

0 comments on commit 840e463

Please sign in to comment.