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.GoogleCloudAiplatformV1GenerateContentRequest.properties.systemInstructions (Total Keys: 2)

The following keys were added:
- resources.projects.resources.locations.resources.persistentResources.methods.reboot (Total Keys: 12)
- resources.projects.resources.locations.resources.persistentResources.resources.operations.methods.cancel (Total Keys: 11)
- resources.projects.resources.locations.resources.persistentResources.resources.operations.methods.delete (Total Keys: 11)
- resources.projects.resources.locations.resources.persistentResources.resources.operations.methods.get (Total Keys: 11)
- resources.projects.resources.locations.resources.persistentResources.resources.operations.methods.list (Total Keys: 18)
- resources.projects.resources.locations.resources.persistentResources.resources.operations.methods.wait (Total Keys: 14)
- schemas.GoogleCloudAiplatformV1CustomJobSpec.properties.persistentResourceId.type (Total Keys: 1)
- schemas.GoogleCloudAiplatformV1FetchFeatureValuesResponse.properties.dataKey.$ref (Total Keys: 1)
- schemas.GoogleCloudAiplatformV1PublisherModelCallToAction.properties.multiDeployVertex.$ref (Total Keys: 1)
- schemas.GoogleCloudAiplatformV1PublisherModelCallToActionDeployVertex (Total Keys: 4)
- schemas.GoogleCloudAiplatformV1RebootPersistentResourceRequest (Total Keys: 2)
- schemas.GoogleCloudAiplatformV1Schema.properties.default.type (Total Keys: 1)
- schemas.GoogleCloudAiplatformV1Schema.properties.maxItems (Total Keys: 2)
- schemas.GoogleCloudAiplatformV1Schema.properties.maxLength (Total Keys: 2)
- schemas.GoogleCloudAiplatformV1Schema.properties.maxProperties (Total Keys: 2)
- schemas.GoogleCloudAiplatformV1Schema.properties.maximum (Total Keys: 2)
- schemas.GoogleCloudAiplatformV1Schema.properties.minItems (Total Keys: 2)
- schemas.GoogleCloudAiplatformV1Schema.properties.minLength (Total Keys: 2)
- schemas.GoogleCloudAiplatformV1Schema.properties.minProperties (Total Keys: 2)
- schemas.GoogleCloudAiplatformV1Schema.properties.minimum (Total Keys: 2)
- schemas.GoogleCloudAiplatformV1Schema.properties.pattern.type (Total Keys: 1)

#### aiplatform:v1beta1

The following keys were deleted:
- schemas.GoogleCloudAiplatformV1beta1ExecuteExtensionResponse.properties.output (Total Keys: 3)
- schemas.GoogleCloudAiplatformV1beta1GenerateContentRequest.properties.systemInstructions (Total Keys: 2)

The following keys were added:
- resources.projects.resources.locations.resources.extensions.methods.query (Total Keys: 12)
- resources.projects.resources.locations.resources.featureOnlineStores.resources.featureViews.methods.streamingFetchFeatureValues (Total Keys: 12)
- resources.projects.resources.locations.resources.persistentResources.methods.reboot (Total Keys: 12)
- schemas.GoogleCloudAiplatformV1beta1AuthConfigOidcConfig.properties.serviceAccount.type (Total Keys: 1)
- schemas.GoogleCloudAiplatformV1beta1CheckPoint (Total Keys: 3)
- schemas.GoogleCloudAiplatformV1beta1ExecutionPlan (Total Keys: 14)
- schemas.GoogleCloudAiplatformV1beta1FetchFeatureValuesResponse.properties.dataKey.$ref (Total Keys: 1)
- schemas.GoogleCloudAiplatformV1beta1PublisherModelCallToAction.properties.multiDeployVertex.$ref (Total Keys: 1)
- schemas.GoogleCloudAiplatformV1beta1PublisherModelCallToActionDeployVertex (Total Keys: 4)
- schemas.GoogleCloudAiplatformV1beta1QueryExtensionRequest (Total Keys: 7)
- schemas.GoogleCloudAiplatformV1beta1QueryExtensionResponse (Total Keys: 11)
- schemas.GoogleCloudAiplatformV1beta1QueryRequestQuery (Total Keys: 3)
- schemas.GoogleCloudAiplatformV1beta1QueryResponseQueryResponseMetadata (Total Keys: 13)
- schemas.GoogleCloudAiplatformV1beta1QueryResponseResponseMetadata (Total Keys: 6)
- schemas.GoogleCloudAiplatformV1beta1RebootPersistentResourceRequest (Total Keys: 2)
- schemas.GoogleCloudAiplatformV1beta1Schema.properties.default.type (Total Keys: 1)
- schemas.GoogleCloudAiplatformV1beta1Schema.properties.maxItems (Total Keys: 2)
- schemas.GoogleCloudAiplatformV1beta1Schema.properties.maxLength (Total Keys: 2)
- schemas.GoogleCloudAiplatformV1beta1Schema.properties.maxProperties (Total Keys: 2)
- schemas.GoogleCloudAiplatformV1beta1Schema.properties.maximum (Total Keys: 2)
- schemas.GoogleCloudAiplatformV1beta1Schema.properties.minItems (Total Keys: 2)
- schemas.GoogleCloudAiplatformV1beta1Schema.properties.minLength (Total Keys: 2)
- schemas.GoogleCloudAiplatformV1beta1Schema.properties.minProperties (Total Keys: 2)
- schemas.GoogleCloudAiplatformV1beta1Schema.properties.minimum (Total Keys: 2)
- schemas.GoogleCloudAiplatformV1beta1Schema.properties.pattern.type (Total Keys: 1)
- schemas.GoogleCloudAiplatformV1beta1StreamingFetchFeatureValuesRequest (Total Keys: 5)
- schemas.GoogleCloudAiplatformV1beta1StreamingFetchFeatureValuesResponse (Total Keys: 7)
  • Loading branch information
yoshi-automation committed Mar 26, 2024
1 parent 3b242b9 commit 1fb8c03
Show file tree
Hide file tree
Showing 17 changed files with 1,874 additions and 411 deletions.
4 changes: 4 additions & 0 deletions docs/dyn/aiplatform_v1.projects.locations.customJobs.html
Expand Up @@ -167,6 +167,7 @@ <h3>Method Details</h3>
&quot;A String&quot;,
],
&quot;network&quot;: &quot;A String&quot;, # Optional. The full name of the Compute Engine [network](/compute/docs/networks-and-firewalls#networks) to which the Job should be peered. For example, `projects/12345/global/networks/myVPC`. [Format](/compute/docs/reference/rest/v1/networks/insert) is of the form `projects/{project}/global/networks/{network}`. Where {project} is a project number, as in `12345`, and {network} is a network name. To specify this field, you must have already [configured VPC Network Peering for Vertex AI](https://cloud.google.com/vertex-ai/docs/general/vpc-peering). If this field is left unspecified, the job is not peered with any network.
&quot;persistentResourceId&quot;: &quot;A String&quot;, # Optional. The ID of the PersistentResource in the same Project and Location which to run If this is specified, the job will be run on existing machines held by the PersistentResource instead of on-demand short-live machines. The network and CMEK configs on the job should be consistent with those on the PersistentResource, otherwise, the job will be rejected.
&quot;protectedArtifactLocationId&quot;: &quot;A String&quot;, # The ID of the location to store protected artifacts. e.g. us-central1. Populate only when the location is different than CustomJob location. List of supported locations: https://cloud.google.com/vertex-ai/docs/general/locations
&quot;reservedIpRanges&quot;: [ # Optional. A list of names for the reserved ip ranges under the VPC network that can be used for this job. If set, we will deploy the job within the provided ip ranges. Otherwise, the job will be deployed to any ip ranges under the provided VPC network. Example: [&#x27;vertex-ai-ip-range&#x27;].
&quot;A String&quot;,
Expand Down Expand Up @@ -280,6 +281,7 @@ <h3>Method Details</h3>
&quot;A String&quot;,
],
&quot;network&quot;: &quot;A String&quot;, # Optional. The full name of the Compute Engine [network](/compute/docs/networks-and-firewalls#networks) to which the Job should be peered. For example, `projects/12345/global/networks/myVPC`. [Format](/compute/docs/reference/rest/v1/networks/insert) is of the form `projects/{project}/global/networks/{network}`. Where {project} is a project number, as in `12345`, and {network} is a network name. To specify this field, you must have already [configured VPC Network Peering for Vertex AI](https://cloud.google.com/vertex-ai/docs/general/vpc-peering). If this field is left unspecified, the job is not peered with any network.
&quot;persistentResourceId&quot;: &quot;A String&quot;, # Optional. The ID of the PersistentResource in the same Project and Location which to run If this is specified, the job will be run on existing machines held by the PersistentResource instead of on-demand short-live machines. The network and CMEK configs on the job should be consistent with those on the PersistentResource, otherwise, the job will be rejected.
&quot;protectedArtifactLocationId&quot;: &quot;A String&quot;, # The ID of the location to store protected artifacts. e.g. us-central1. Populate only when the location is different than CustomJob location. List of supported locations: https://cloud.google.com/vertex-ai/docs/general/locations
&quot;reservedIpRanges&quot;: [ # Optional. A list of names for the reserved ip ranges under the VPC network that can be used for this job. If set, we will deploy the job within the provided ip ranges. Otherwise, the job will be deployed to any ip ranges under the provided VPC network. Example: [&#x27;vertex-ai-ip-range&#x27;].
&quot;A String&quot;,
Expand Down Expand Up @@ -435,6 +437,7 @@ <h3>Method Details</h3>
&quot;A String&quot;,
],
&quot;network&quot;: &quot;A String&quot;, # Optional. The full name of the Compute Engine [network](/compute/docs/networks-and-firewalls#networks) to which the Job should be peered. For example, `projects/12345/global/networks/myVPC`. [Format](/compute/docs/reference/rest/v1/networks/insert) is of the form `projects/{project}/global/networks/{network}`. Where {project} is a project number, as in `12345`, and {network} is a network name. To specify this field, you must have already [configured VPC Network Peering for Vertex AI](https://cloud.google.com/vertex-ai/docs/general/vpc-peering). If this field is left unspecified, the job is not peered with any network.
&quot;persistentResourceId&quot;: &quot;A String&quot;, # Optional. The ID of the PersistentResource in the same Project and Location which to run If this is specified, the job will be run on existing machines held by the PersistentResource instead of on-demand short-live machines. The network and CMEK configs on the job should be consistent with those on the PersistentResource, otherwise, the job will be rejected.
&quot;protectedArtifactLocationId&quot;: &quot;A String&quot;, # The ID of the location to store protected artifacts. e.g. us-central1. Populate only when the location is different than CustomJob location. List of supported locations: https://cloud.google.com/vertex-ai/docs/general/locations
&quot;reservedIpRanges&quot;: [ # Optional. A list of names for the reserved ip ranges under the VPC network that can be used for this job. If set, we will deploy the job within the provided ip ranges. Otherwise, the job will be deployed to any ip ranges under the provided VPC network. Example: [&#x27;vertex-ai-ip-range&#x27;].
&quot;A String&quot;,
Expand Down Expand Up @@ -561,6 +564,7 @@ <h3>Method Details</h3>
&quot;A String&quot;,
],
&quot;network&quot;: &quot;A String&quot;, # Optional. The full name of the Compute Engine [network](/compute/docs/networks-and-firewalls#networks) to which the Job should be peered. For example, `projects/12345/global/networks/myVPC`. [Format](/compute/docs/reference/rest/v1/networks/insert) is of the form `projects/{project}/global/networks/{network}`. Where {project} is a project number, as in `12345`, and {network} is a network name. To specify this field, you must have already [configured VPC Network Peering for Vertex AI](https://cloud.google.com/vertex-ai/docs/general/vpc-peering). If this field is left unspecified, the job is not peered with any network.
&quot;persistentResourceId&quot;: &quot;A String&quot;, # Optional. The ID of the PersistentResource in the same Project and Location which to run If this is specified, the job will be run on existing machines held by the PersistentResource instead of on-demand short-live machines. The network and CMEK configs on the job should be consistent with those on the PersistentResource, otherwise, the job will be rejected.
&quot;protectedArtifactLocationId&quot;: &quot;A String&quot;, # The ID of the location to store protected artifacts. e.g. us-central1. Populate only when the location is different than CustomJob location. List of supported locations: https://cloud.google.com/vertex-ai/docs/general/locations
&quot;reservedIpRanges&quot;: [ # Optional. A list of names for the reserved ip ranges under the VPC network that can be used for this job. If set, we will deploy the job within the provided ip ranges. Otherwise, the job will be deployed to any ip ranges under the provided VPC network. Example: [&#x27;vertex-ai-ip-range&#x27;].
&quot;A String&quot;,
Expand Down

0 comments on commit 1fb8c03

Please sign in to comment.