Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 45793c6

Browse files
committedAug 15, 2023
feat(aiplatform): update the api
#### aiplatform:v1 The following keys were added: - schemas.GoogleCloudAiplatformV1PipelineJob.properties.scheduleName (Total Keys: 2) - schemas.GoogleCloudAiplatformV1PublisherModelCallToAction.properties.openEvaluationPipeline.$ref (Total Keys: 1) #### aiplatform:v1beta1 The following keys were deleted: - schemas.GoogleCloudAiplatformV1beta1ResourcePool.properties.idleReplicaCount (Total Keys: 4) The following keys were added: - resources.projects.resources.locations.resources.featureGroups.resources.features.resources.operations.methods.delete (Total Keys: 11) - resources.projects.resources.locations.resources.featureGroups.resources.features.resources.operations.methods.get (Total Keys: 11) - resources.projects.resources.locations.resources.featureGroups.resources.features.resources.operations.methods.list (Total Keys: 18) - resources.projects.resources.locations.resources.featureGroups.resources.features.resources.operations.methods.wait (Total Keys: 14) - resources.projects.resources.locations.resources.featureGroups.resources.operations.methods.delete (Total Keys: 11) - resources.projects.resources.locations.resources.featureGroups.resources.operations.methods.get (Total Keys: 11) - resources.projects.resources.locations.resources.featureGroups.resources.operations.methods.list (Total Keys: 18) - resources.projects.resources.locations.resources.featureGroups.resources.operations.methods.wait (Total Keys: 14) - schemas.GoogleCloudAiplatformV1beta1CreateExtensionControllerOperationMetadata (Total Keys: 3) - schemas.GoogleCloudAiplatformV1beta1CreateExtensionDeploymentOperationMetadata (Total Keys: 3) - schemas.GoogleCloudAiplatformV1beta1ImportExtensionOperationMetadata (Total Keys: 3) - schemas.GoogleCloudAiplatformV1beta1NotebookRuntime.properties.expirationTime (Total Keys: 3) - schemas.GoogleCloudAiplatformV1beta1PipelineJob.properties.scheduleName (Total Keys: 2) - schemas.GoogleCloudAiplatformV1beta1PublisherModelCallToAction.properties.openEvaluationPipeline.$ref (Total Keys: 1)
1 parent 47ab764 commit 45793c6

File tree

140 files changed

+1422
-388
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

140 files changed

+1422
-388
lines changed
 

‎docs/dyn/aiplatform_v1.projects.locations.batchPredictionJobs.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -644,7 +644,7 @@ <h3>Method Details</h3>
644644
&quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
645645
},
646646
&quot;name&quot;: &quot;A String&quot;, # The server-assigned name, which is only unique within the same service that originally returns it. If you use the default HTTP mapping, the `name` should be a resource name ending with `operations/{unique_id}`.
647-
&quot;response&quot;: { # The normal response of the operation in case of success. If the original method returns no data on success, such as `Delete`, the response is `google.protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`, the response should be the resource. For other methods, the response should have the type `XxxResponse`, where `Xxx` is the original method name. For example, if the original method name is `TakeSnapshot()`, the inferred response type is `TakeSnapshotResponse`.
647+
&quot;response&quot;: { # The normal, successful response of the operation. If the original method returns no data on success, such as `Delete`, the response is `google.protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`, the response should be the resource. For other methods, the response should have the type `XxxResponse`, where `Xxx` is the original method name. For example, if the original method name is `TakeSnapshot()`, the inferred response type is `TakeSnapshotResponse`.
648648
&quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
649649
},
650650
}</pre>

‎docs/dyn/aiplatform_v1.projects.locations.customJobs.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ <h3>Method Details</h3>
375375
&quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
376376
},
377377
&quot;name&quot;: &quot;A String&quot;, # The server-assigned name, which is only unique within the same service that originally returns it. If you use the default HTTP mapping, the `name` should be a resource name ending with `operations/{unique_id}`.
378-
&quot;response&quot;: { # The normal response of the operation in case of success. If the original method returns no data on success, such as `Delete`, the response is `google.protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`, the response should be the resource. For other methods, the response should have the type `XxxResponse`, where `Xxx` is the original method name. For example, if the original method name is `TakeSnapshot()`, the inferred response type is `TakeSnapshotResponse`.
378+
&quot;response&quot;: { # The normal, successful response of the operation. If the original method returns no data on success, such as `Delete`, the response is `google.protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`, the response should be the resource. For other methods, the response should have the type `XxxResponse`, where `Xxx` is the original method name. For example, if the original method name is `TakeSnapshot()`, the inferred response type is `TakeSnapshotResponse`.
379379
&quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
380380
},
381381
}</pre>

0 commit comments

Comments
 (0)
Please sign in to comment.