You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: aiplatform/v1/aiplatform-api.json
+63-3Lines changed: 63 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -4900,7 +4900,7 @@
4900
4900
"type": "string"
4901
4901
},
4902
4902
"updateMask": {
4903
-
"description": "Field mask is used to specify the fields to be overwritten in the FeatureGroup resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then only the non-empty fields present in the request will be overwritten. Set the update_mask to `*` to override all fields. Updatable fields: * `labels` * `description` * `big_query` * `big_query.entity_id_columns`",
4903
+
"description": "Field mask is used to specify the fields to be overwritten in the FeatureGroup resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then only the non-empty fields present in the request will be overwritten. Set the update_mask to `*` to override all fields. Updatable fields: * `labels` * `description` * `big_query` * `big_query.entity_id_columns` * `service_agent_type`",
"description": "The configs for autorater. This is applicable to both EvaluateInstances and EvaluateDataset.",
20278
+
"id": "GoogleCloudAiplatformV1AutoraterConfig",
20279
+
"properties": {
20280
+
"autoraterModel": {
20281
+
"description": "Optional. The fully qualified name of the publisher model or tuned autorater endpoint to use. Publisher model format: `projects/{project}/locations/{location}/publishers/*/models/*` Tuned model endpoint format: `projects/{project}/locations/{location}/endpoints/{endpoint}`",
20282
+
"type": "string"
20283
+
},
20284
+
"flipEnabled": {
20285
+
"description": "Optional. Whether to flip the candidate and baseline responses. This is only applicable to the pairwise metric. If enabled, also provide PairwiseMetricSpec.candidate_response_field_name and PairwiseMetricSpec.baseline_response_field_name. When rendering PairwiseMetricSpec.metric_prompt_template, the candidate and baseline fields will be flipped for half of the samples to reduce bias.",
20286
+
"type": "boolean"
20287
+
},
20288
+
"samplingCount": {
20289
+
"description": "Optional. Number of samples for each instance in the dataset. If not specified, the default is 4. Minimum value is 1, maximum value is 32.",
20290
+
"format": "int32",
20291
+
"type": "integer"
20292
+
}
20293
+
},
20294
+
"type": "object"
20295
+
},
20276
20296
"GoogleCloudAiplatformV1AutoscalingMetricSpec": {
20277
20297
"description": "The metric specification that defines the target resource utilization (CPU utilization, accelerator's duty cycle, and so on) for calculating the desired replica count.",
"description": "Optional. Autorater config used for evaluation."
23881
+
},
23858
23882
"bleuInput": {
23859
23883
"$ref": "GoogleCloudAiplatformV1BleuInput",
23860
23884
"description": "Instances and metric spec for bleu metric."
@@ -29594,6 +29618,11 @@
29594
29618
"description": "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.",
29595
29619
"type": "string"
29596
29620
},
29621
+
"multihostGpuNodeCount": {
29622
+
"description": "Optional. Immutable. The number of nodes per replica for multihost GPU deployments.",
"description": "Optional. Immutable. Configuration controlling how this resource pool consumes reservation."
@@ -30966,7 +30995,7 @@
30966
30995
"type": "array"
30967
30996
},
30968
30997
"id": {
30969
-
"description": "Output only. The ID of the export format. The possible format IDs are: * `tflite` Used for Android mobile devices. * `edgetpu-tflite` Used for [Edge TPU](https://cloud.google.com/edge-tpu/) devices. * `tf-saved-model` A tensorflow model in SavedModel format. * `tf-js` A [TensorFlow.js](https://www.tensorflow.org/js) model that can be used in the browser and in Node.js using JavaScript. * `core-ml` Used for iOS mobile devices. * `custom-trained` A Model that was uploaded or trained by custom code.",
30998
+
"description": "Output only. The ID of the export format. The possible format IDs are: * `tflite` Used for Android mobile devices. * `edgetpu-tflite` Used for [Edge TPU](https://cloud.google.com/edge-tpu/) devices. * `tf-saved-model` A tensorflow model in SavedModel format. * `tf-js` A [TensorFlow.js](https://www.tensorflow.org/js) model that can be used in the browser and in Node.js using JavaScript. * `core-ml` Used for iOS mobile devices. * `custom-trained` A Model that was uploaded or trained by custom code. * `genie` A tuned Model Garden model.",
"description": "Optional. The field name of the baseline response.",
32735
+
"type": "string"
32736
+
},
32737
+
"candidateResponseFieldName": {
32738
+
"description": "Optional. The field name of the candidate response.",
32739
+
"type": "string"
32740
+
},
32704
32741
"metricPromptTemplate": {
32705
32742
"description": "Required. Metric prompt template for pairwise metric.",
32706
32743
"type": "string"
32744
+
},
32745
+
"systemInstruction": {
32746
+
"description": "Optional. System instructions for pairwise metric.",
32747
+
"type": "string"
32707
32748
}
32708
32749
},
32709
32750
"type": "object"
@@ -33590,6 +33631,10 @@
33590
33631
"metricPromptTemplate": {
33591
33632
"description": "Required. Metric prompt template for pointwise metric.",
33592
33633
"type": "string"
33634
+
},
33635
+
"systemInstruction": {
33636
+
"description": "Optional. System instructions for pointwise metric.",
33637
+
"type": "string"
33593
33638
}
33594
33639
},
33595
33640
"type": "object"
@@ -33865,6 +33910,11 @@
33865
33910
"$ref": "GoogleCloudAiplatformV1ProbeExecAction",
33866
33911
"description": "ExecAction probes the health of a container by executing a command."
33867
33912
},
33913
+
"failureThreshold": {
33914
+
"description": "Number of consecutive failures before the probe is considered failed. Defaults to 3. Minimum value is 1. Maps to Kubernetes probe argument 'failureThreshold'.",
33915
+
"format": "int32",
33916
+
"type": "integer"
33917
+
},
33868
33918
"grpc": {
33869
33919
"$ref": "GoogleCloudAiplatformV1ProbeGrpcAction",
33870
33920
"description": "GrpcAction probes the health of a container by sending a gRPC request."
"description": "HttpGetAction probes the health of a container by sending an HTTP GET request."
33875
33925
},
33926
+
"initialDelaySeconds": {
33927
+
"description": "Number of seconds to wait before starting the probe. Defaults to 0. Minimum value is 0. Maps to Kubernetes probe argument 'initialDelaySeconds'.",
33928
+
"format": "int32",
33929
+
"type": "integer"
33930
+
},
33876
33931
"periodSeconds": {
33877
33932
"description": "How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. Must be less than timeout_seconds. Maps to Kubernetes probe argument 'periodSeconds'.",
33878
33933
"format": "int32",
33879
33934
"type": "integer"
33880
33935
},
33936
+
"successThreshold": {
33937
+
"description": "Number of consecutive successes before the probe is considered successful. Defaults to 1. Minimum value is 1. Maps to Kubernetes probe argument 'successThreshold'.",
0 commit comments