Skip to content

Commit 2cec979

Browse files
feat(aiplatform): update the api
#### aiplatform:v1 The following keys were added: - schemas.GoogleCloudAiplatformV1AutoraterConfig (Total Keys: 6) - schemas.GoogleCloudAiplatformV1EvaluateInstancesRequest.properties.autoraterConfig.$ref (Total Keys: 1) - schemas.GoogleCloudAiplatformV1MachineSpec.properties.multihostGpuNodeCount (Total Keys: 2) - schemas.GoogleCloudAiplatformV1PairwiseMetricSpec.properties.baselineResponseFieldName.type (Total Keys: 1) - schemas.GoogleCloudAiplatformV1PairwiseMetricSpec.properties.candidateResponseFieldName.type (Total Keys: 1) - schemas.GoogleCloudAiplatformV1PairwiseMetricSpec.properties.systemInstruction.type (Total Keys: 1) - schemas.GoogleCloudAiplatformV1PointwiseMetricSpec.properties.systemInstruction.type (Total Keys: 1) - schemas.GoogleCloudAiplatformV1Probe.properties.failureThreshold (Total Keys: 2) - schemas.GoogleCloudAiplatformV1Probe.properties.initialDelaySeconds (Total Keys: 2) - schemas.GoogleCloudAiplatformV1Probe.properties.successThreshold (Total Keys: 2) #### aiplatform:v1beta1 The following keys were added: - resources.projects.resources.locations.resources.featureGroups.resources.featureMonitors.methods.patch (Total Keys: 15) - schemas.GoogleCloudAiplatformV1beta1AutoraterConfig (Total Keys: 6) - schemas.GoogleCloudAiplatformV1beta1DeployedModel.properties.rolloutOptions.$ref (Total Keys: 1) - schemas.GoogleCloudAiplatformV1beta1EvaluateInstancesRequest.properties.autoraterConfig.$ref (Total Keys: 1) - schemas.GoogleCloudAiplatformV1beta1MachineSpec.properties.multihostGpuNodeCount (Total Keys: 2) - schemas.GoogleCloudAiplatformV1beta1PairwiseMetricSpec.properties.baselineResponseFieldName.type (Total Keys: 1) - schemas.GoogleCloudAiplatformV1beta1PairwiseMetricSpec.properties.candidateResponseFieldName.type (Total Keys: 1) - schemas.GoogleCloudAiplatformV1beta1PairwiseMetricSpec.properties.systemInstruction.type (Total Keys: 1) - schemas.GoogleCloudAiplatformV1beta1PointwiseMetricSpec.properties.systemInstruction.type (Total Keys: 1) - schemas.GoogleCloudAiplatformV1beta1Probe.properties.failureThreshold (Total Keys: 2) - schemas.GoogleCloudAiplatformV1beta1Probe.properties.initialDelaySeconds (Total Keys: 2) - schemas.GoogleCloudAiplatformV1beta1Probe.properties.successThreshold (Total Keys: 2) - schemas.GoogleCloudAiplatformV1beta1RolloutOptions (Total Keys: 11)
1 parent fd552f5 commit 2cec979

File tree

39 files changed

+846
-30
lines changed

39 files changed

+846
-30
lines changed

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

Lines changed: 40 additions & 0 deletions
Large diffs are not rendered by default.

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,7 @@ <h3>Method Details</h3>
206206
&quot;acceleratorCount&quot;: 42, # The number of accelerators to attach to the machine.
207207
&quot;acceleratorType&quot;: &quot;A String&quot;, # Immutable. The type of accelerator(s) that may be attached to the machine as per accelerator_count.
208208
&quot;machineType&quot;: &quot;A String&quot;, # Immutable. The type of the machine. See the [list of machine types supported for prediction](https://cloud.google.com/vertex-ai/docs/predictions/configure-compute#machine-types) See the [list of machine types supported for custom training](https://cloud.google.com/vertex-ai/docs/training/configure-compute#machine-types). For DeployedModel this field is optional, and the default value is `n1-standard-2`. For BatchPredictionJob or as part of WorkerPoolSpec this field is required.
209+
&quot;multihostGpuNodeCount&quot;: 42, # Optional. Immutable. The number of nodes per replica for multihost GPU deployments.
209210
&quot;reservationAffinity&quot;: { # A ReservationAffinity can be used to configure a Vertex AI resource (e.g., a DeployedModel) to draw its Compute Engine resources from a Shared Reservation, or exclusively from on-demand capacity. # Optional. Immutable. Configuration controlling how this resource pool consumes reservation.
210211
&quot;key&quot;: &quot;A String&quot;, # Optional. Corresponds to the label key of a reservation resource. To target a SPECIFIC_RESERVATION by name, use `compute.googleapis.com/reservation-name` as the key and specify the name of your reservation as its value.
211212
&quot;reservationAffinityType&quot;: &quot;A String&quot;, # Required. Specifies the reservation affinity type.
@@ -331,6 +332,7 @@ <h3>Method Details</h3>
331332
&quot;acceleratorCount&quot;: 42, # The number of accelerators to attach to the machine.
332333
&quot;acceleratorType&quot;: &quot;A String&quot;, # Immutable. The type of accelerator(s) that may be attached to the machine as per accelerator_count.
333334
&quot;machineType&quot;: &quot;A String&quot;, # Immutable. The type of the machine. See the [list of machine types supported for prediction](https://cloud.google.com/vertex-ai/docs/predictions/configure-compute#machine-types) See the [list of machine types supported for custom training](https://cloud.google.com/vertex-ai/docs/training/configure-compute#machine-types). For DeployedModel this field is optional, and the default value is `n1-standard-2`. For BatchPredictionJob or as part of WorkerPoolSpec this field is required.
335+
&quot;multihostGpuNodeCount&quot;: 42, # Optional. Immutable. The number of nodes per replica for multihost GPU deployments.
334336
&quot;reservationAffinity&quot;: { # A ReservationAffinity can be used to configure a Vertex AI resource (e.g., a DeployedModel) to draw its Compute Engine resources from a Shared Reservation, or exclusively from on-demand capacity. # Optional. Immutable. Configuration controlling how this resource pool consumes reservation.
335337
&quot;key&quot;: &quot;A String&quot;, # Optional. Corresponds to the label key of a reservation resource. To target a SPECIFIC_RESERVATION by name, use `compute.googleapis.com/reservation-name` as the key and specify the name of your reservation as its value.
336338
&quot;reservationAffinityType&quot;: &quot;A String&quot;, # Required. Specifies the reservation affinity type.
@@ -498,6 +500,7 @@ <h3>Method Details</h3>
498500
&quot;acceleratorCount&quot;: 42, # The number of accelerators to attach to the machine.
499501
&quot;acceleratorType&quot;: &quot;A String&quot;, # Immutable. The type of accelerator(s) that may be attached to the machine as per accelerator_count.
500502
&quot;machineType&quot;: &quot;A String&quot;, # Immutable. The type of the machine. See the [list of machine types supported for prediction](https://cloud.google.com/vertex-ai/docs/predictions/configure-compute#machine-types) See the [list of machine types supported for custom training](https://cloud.google.com/vertex-ai/docs/training/configure-compute#machine-types). For DeployedModel this field is optional, and the default value is `n1-standard-2`. For BatchPredictionJob or as part of WorkerPoolSpec this field is required.
503+
&quot;multihostGpuNodeCount&quot;: 42, # Optional. Immutable. The number of nodes per replica for multihost GPU deployments.
501504
&quot;reservationAffinity&quot;: { # A ReservationAffinity can be used to configure a Vertex AI resource (e.g., a DeployedModel) to draw its Compute Engine resources from a Shared Reservation, or exclusively from on-demand capacity. # Optional. Immutable. Configuration controlling how this resource pool consumes reservation.
502505
&quot;key&quot;: &quot;A String&quot;, # Optional. Corresponds to the label key of a reservation resource. To target a SPECIFIC_RESERVATION by name, use `compute.googleapis.com/reservation-name` as the key and specify the name of your reservation as its value.
503506
&quot;reservationAffinityType&quot;: &quot;A String&quot;, # Required. Specifies the reservation affinity type.
@@ -636,6 +639,7 @@ <h3>Method Details</h3>
636639
&quot;acceleratorCount&quot;: 42, # The number of accelerators to attach to the machine.
637640
&quot;acceleratorType&quot;: &quot;A String&quot;, # Immutable. The type of accelerator(s) that may be attached to the machine as per accelerator_count.
638641
&quot;machineType&quot;: &quot;A String&quot;, # Immutable. The type of the machine. See the [list of machine types supported for prediction](https://cloud.google.com/vertex-ai/docs/predictions/configure-compute#machine-types) See the [list of machine types supported for custom training](https://cloud.google.com/vertex-ai/docs/training/configure-compute#machine-types). For DeployedModel this field is optional, and the default value is `n1-standard-2`. For BatchPredictionJob or as part of WorkerPoolSpec this field is required.
642+
&quot;multihostGpuNodeCount&quot;: 42, # Optional. Immutable. The number of nodes per replica for multihost GPU deployments.
639643
&quot;reservationAffinity&quot;: { # A ReservationAffinity can be used to configure a Vertex AI resource (e.g., a DeployedModel) to draw its Compute Engine resources from a Shared Reservation, or exclusively from on-demand capacity. # Optional. Immutable. Configuration controlling how this resource pool consumes reservation.
640644
&quot;key&quot;: &quot;A String&quot;, # Optional. Corresponds to the label key of a reservation resource. To target a SPECIFIC_RESERVATION by name, use `compute.googleapis.com/reservation-name` as the key and specify the name of your reservation as its value.
641645
&quot;reservationAffinityType&quot;: &quot;A String&quot;, # Required. Specifies the reservation affinity type.

docs/dyn/aiplatform_v1.projects.locations.deploymentResourcePools.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ <h3>Method Details</h3>
135135
&quot;acceleratorCount&quot;: 42, # The number of accelerators to attach to the machine.
136136
&quot;acceleratorType&quot;: &quot;A String&quot;, # Immutable. The type of accelerator(s) that may be attached to the machine as per accelerator_count.
137137
&quot;machineType&quot;: &quot;A String&quot;, # Immutable. The type of the machine. See the [list of machine types supported for prediction](https://cloud.google.com/vertex-ai/docs/predictions/configure-compute#machine-types) See the [list of machine types supported for custom training](https://cloud.google.com/vertex-ai/docs/training/configure-compute#machine-types). For DeployedModel this field is optional, and the default value is `n1-standard-2`. For BatchPredictionJob or as part of WorkerPoolSpec this field is required.
138+
&quot;multihostGpuNodeCount&quot;: 42, # Optional. Immutable. The number of nodes per replica for multihost GPU deployments.
138139
&quot;reservationAffinity&quot;: { # A ReservationAffinity can be used to configure a Vertex AI resource (e.g., a DeployedModel) to draw its Compute Engine resources from a Shared Reservation, or exclusively from on-demand capacity. # Optional. Immutable. Configuration controlling how this resource pool consumes reservation.
139140
&quot;key&quot;: &quot;A String&quot;, # Optional. Corresponds to the label key of a reservation resource. To target a SPECIFIC_RESERVATION by name, use `compute.googleapis.com/reservation-name` as the key and specify the name of your reservation as its value.
140141
&quot;reservationAffinityType&quot;: &quot;A String&quot;, # Required. Specifies the reservation affinity type.
@@ -252,6 +253,7 @@ <h3>Method Details</h3>
252253
&quot;acceleratorCount&quot;: 42, # The number of accelerators to attach to the machine.
253254
&quot;acceleratorType&quot;: &quot;A String&quot;, # Immutable. The type of accelerator(s) that may be attached to the machine as per accelerator_count.
254255
&quot;machineType&quot;: &quot;A String&quot;, # Immutable. The type of the machine. See the [list of machine types supported for prediction](https://cloud.google.com/vertex-ai/docs/predictions/configure-compute#machine-types) See the [list of machine types supported for custom training](https://cloud.google.com/vertex-ai/docs/training/configure-compute#machine-types). For DeployedModel this field is optional, and the default value is `n1-standard-2`. For BatchPredictionJob or as part of WorkerPoolSpec this field is required.
256+
&quot;multihostGpuNodeCount&quot;: 42, # Optional. Immutable. The number of nodes per replica for multihost GPU deployments.
255257
&quot;reservationAffinity&quot;: { # A ReservationAffinity can be used to configure a Vertex AI resource (e.g., a DeployedModel) to draw its Compute Engine resources from a Shared Reservation, or exclusively from on-demand capacity. # Optional. Immutable. Configuration controlling how this resource pool consumes reservation.
256258
&quot;key&quot;: &quot;A String&quot;, # Optional. Corresponds to the label key of a reservation resource. To target a SPECIFIC_RESERVATION by name, use `compute.googleapis.com/reservation-name` as the key and specify the name of your reservation as its value.
257259
&quot;reservationAffinityType&quot;: &quot;A String&quot;, # Required. Specifies the reservation affinity type.
@@ -308,6 +310,7 @@ <h3>Method Details</h3>
308310
&quot;acceleratorCount&quot;: 42, # The number of accelerators to attach to the machine.
309311
&quot;acceleratorType&quot;: &quot;A String&quot;, # Immutable. The type of accelerator(s) that may be attached to the machine as per accelerator_count.
310312
&quot;machineType&quot;: &quot;A String&quot;, # Immutable. The type of the machine. See the [list of machine types supported for prediction](https://cloud.google.com/vertex-ai/docs/predictions/configure-compute#machine-types) See the [list of machine types supported for custom training](https://cloud.google.com/vertex-ai/docs/training/configure-compute#machine-types). For DeployedModel this field is optional, and the default value is `n1-standard-2`. For BatchPredictionJob or as part of WorkerPoolSpec this field is required.
313+
&quot;multihostGpuNodeCount&quot;: 42, # Optional. Immutable. The number of nodes per replica for multihost GPU deployments.
311314
&quot;reservationAffinity&quot;: { # A ReservationAffinity can be used to configure a Vertex AI resource (e.g., a DeployedModel) to draw its Compute Engine resources from a Shared Reservation, or exclusively from on-demand capacity. # Optional. Immutable. Configuration controlling how this resource pool consumes reservation.
312315
&quot;key&quot;: &quot;A String&quot;, # Optional. Corresponds to the label key of a reservation resource. To target a SPECIFIC_RESERVATION by name, use `compute.googleapis.com/reservation-name` as the key and specify the name of your reservation as its value.
313316
&quot;reservationAffinityType&quot;: &quot;A String&quot;, # Required. Specifies the reservation affinity type.
@@ -372,6 +375,7 @@ <h3>Method Details</h3>
372375
&quot;acceleratorCount&quot;: 42, # The number of accelerators to attach to the machine.
373376
&quot;acceleratorType&quot;: &quot;A String&quot;, # Immutable. The type of accelerator(s) that may be attached to the machine as per accelerator_count.
374377
&quot;machineType&quot;: &quot;A String&quot;, # Immutable. The type of the machine. See the [list of machine types supported for prediction](https://cloud.google.com/vertex-ai/docs/predictions/configure-compute#machine-types) See the [list of machine types supported for custom training](https://cloud.google.com/vertex-ai/docs/training/configure-compute#machine-types). For DeployedModel this field is optional, and the default value is `n1-standard-2`. For BatchPredictionJob or as part of WorkerPoolSpec this field is required.
378+
&quot;multihostGpuNodeCount&quot;: 42, # Optional. Immutable. The number of nodes per replica for multihost GPU deployments.
375379
&quot;reservationAffinity&quot;: { # A ReservationAffinity can be used to configure a Vertex AI resource (e.g., a DeployedModel) to draw its Compute Engine resources from a Shared Reservation, or exclusively from on-demand capacity. # Optional. Immutable. Configuration controlling how this resource pool consumes reservation.
376380
&quot;key&quot;: &quot;A String&quot;, # Optional. Corresponds to the label key of a reservation resource. To target a SPECIFIC_RESERVATION by name, use `compute.googleapis.com/reservation-name` as the key and specify the name of your reservation as its value.
377381
&quot;reservationAffinityType&quot;: &quot;A String&quot;, # Required. Specifies the reservation affinity type.
@@ -467,6 +471,7 @@ <h3>Method Details</h3>
467471
&quot;acceleratorCount&quot;: 42, # The number of accelerators to attach to the machine.
468472
&quot;acceleratorType&quot;: &quot;A String&quot;, # Immutable. The type of accelerator(s) that may be attached to the machine as per accelerator_count.
469473
&quot;machineType&quot;: &quot;A String&quot;, # Immutable. The type of the machine. See the [list of machine types supported for prediction](https://cloud.google.com/vertex-ai/docs/predictions/configure-compute#machine-types) See the [list of machine types supported for custom training](https://cloud.google.com/vertex-ai/docs/training/configure-compute#machine-types). For DeployedModel this field is optional, and the default value is `n1-standard-2`. For BatchPredictionJob or as part of WorkerPoolSpec this field is required.
474+
&quot;multihostGpuNodeCount&quot;: 42, # Optional. Immutable. The number of nodes per replica for multihost GPU deployments.
470475
&quot;reservationAffinity&quot;: { # A ReservationAffinity can be used to configure a Vertex AI resource (e.g., a DeployedModel) to draw its Compute Engine resources from a Shared Reservation, or exclusively from on-demand capacity. # Optional. Immutable. Configuration controlling how this resource pool consumes reservation.
471476
&quot;key&quot;: &quot;A String&quot;, # Optional. Corresponds to the label key of a reservation resource. To target a SPECIFIC_RESERVATION by name, use `compute.googleapis.com/reservation-name` as the key and specify the name of your reservation as its value.
472477
&quot;reservationAffinityType&quot;: &quot;A String&quot;, # Required. Specifies the reservation affinity type.

0 commit comments

Comments
 (0)