Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 12 additions & 5 deletions aiplatform/v1/aiplatform-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -20248,7 +20248,7 @@
}
}
},
"revision": "20250613",
"revision": "20250625",
"rootUrl": "https://aiplatform.googleapis.com/",
"schemas": {
"CloudAiLargeModelsVisionGenerateVideoResponse": {
Expand Down Expand Up @@ -28847,7 +28847,7 @@
"type": "boolean"
},
"thinkingBudget": {
"description": "Optional. Indicates the thinking budget in tokens. This is only applied when enable_thinking is true.",
"description": "Optional. Indicates the thinking budget in tokens.",
"format": "int32",
"type": "integer"
}
Expand Down Expand Up @@ -32079,7 +32079,7 @@
"type": "string"
},
"invokeRoutePrefix": {
"description": "Immutable. Invoke route prefix for the custom container. \"/*\" is the only supported value right now. By setting this field, any non-root route on this model will be accessible with [PredictionService.Invoke] eg: \"/invoke/foo/bar\". Only one of `predict_route` or `invoke_route_prefix` can be set, and we default to using `predict_route` if this field is not set. If this field is set, the Model can only be deployed to dedicated endpoint.",
"description": "Immutable. Invoke route prefix for the custom container. \"/*\" is the only supported value right now. By setting this field, any non-root route on this model will be accessible with invoke http call eg: \"/invoke/foo/bar\", however the [PredictionService.Invoke] RPC is not supported yet. Only one of `predict_route` or `invoke_route_prefix` can be set, and we default to using `predict_route` if this field is not set. If this field is set, the Model can only be deployed to dedicated endpoint.",
"type": "string"
},
"livenessProbe": {
Expand Down Expand Up @@ -34372,7 +34372,7 @@
"type": "object"
},
"GoogleCloudAiplatformV1PSCAutomationConfig": {
"description": "PSC config that is used to automatically create forwarding rule via ServiceConnectionMap.",
"description": "PSC config that is used to automatically create PSC endpoints in the user projects.",
"id": "GoogleCloudAiplatformV1PSCAutomationConfig",
"properties": {
"errorMessage": {
Expand All @@ -34391,7 +34391,7 @@
"type": "string"
},
"network": {
"description": "Required. The full name of the Google Compute Engine [network](https://cloud.google.com/compute/docs/networks-and-firewalls#networks). [Format](https://cloud.google.com/compute/docs/reference/rest/v1/networks/insert): `projects/{project}/global/networks/{network}`. Where {project} is a project number, as in '12345', and {network} is network name.",
"description": "Required. The full name of the Google Compute Engine [network](https://cloud.google.com/compute/docs/networks-and-firewalls#networks). [Format](https://cloud.google.com/compute/docs/reference/rest/v1/networks/get): `projects/{project}/global/networks/{network}`.",
"type": "string"
},
"projectId": {
Expand Down Expand Up @@ -35682,6 +35682,13 @@
},
"type": "array"
},
"pscAutomationConfigs": {
"description": "Optional. List of projects and networks where the PSC endpoints will be created. This field is used by Online Inference(Prediction) only.",
"items": {
"$ref": "GoogleCloudAiplatformV1PSCAutomationConfig"
},
"type": "array"
},
"serviceAttachment": {
"description": "Output only. The name of the generated service attachment resource. This is only populated if the endpoint is deployed with PrivateServiceConnect.",
"readOnly": true,
Expand Down
24 changes: 13 additions & 11 deletions aiplatform/v1/aiplatform-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 12 additions & 5 deletions aiplatform/v1beta1/aiplatform-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -25247,7 +25247,7 @@
}
}
},
"revision": "20250613",
"revision": "20250625",
"rootUrl": "https://aiplatform.googleapis.com/",
"schemas": {
"CloudAiLargeModelsVisionGenerateVideoResponse": {
Expand Down Expand Up @@ -35448,7 +35448,7 @@
"type": "boolean"
},
"thinkingBudget": {
"description": "Optional. Indicates the thinking budget in tokens. This is only applied when enable_thinking is true.",
"description": "Optional. Indicates the thinking budget in tokens.",
"format": "int32",
"type": "integer"
}
Expand Down Expand Up @@ -39117,7 +39117,7 @@
"type": "string"
},
"invokeRoutePrefix": {
"description": "Immutable. Invoke route prefix for the custom container. \"/*\" is the only supported value right now. By setting this field, any non-root route on this model will be accessible with [PredictionService.Invoke] eg: \"/invoke/foo/bar\". Only one of `predict_route` or `invoke_route_prefix` can be set, and we default to using `predict_route` if this field is not set. If this field is set, the Model can only be deployed to dedicated endpoint.",
"description": "Immutable. Invoke route prefix for the custom container. \"/*\" is the only supported value right now. By setting this field, any non-root route on this model will be accessible with invoke http call eg: \"/invoke/foo/bar\", however the [PredictionService.Invoke] RPC is not supported yet. Only one of `predict_route` or `invoke_route_prefix` can be set, and we default to using `predict_route` if this field is not set. If this field is set, the Model can only be deployed to dedicated endpoint.",
"type": "string"
},
"livenessProbe": {
Expand Down Expand Up @@ -42189,7 +42189,7 @@
"type": "object"
},
"GoogleCloudAiplatformV1beta1PSCAutomationConfig": {
"description": "PSC config that is used to automatically create forwarding rule via ServiceConnectionMap.",
"description": "PSC config that is used to automatically create PSC endpoints in the user projects.",
"id": "GoogleCloudAiplatformV1beta1PSCAutomationConfig",
"properties": {
"errorMessage": {
Expand All @@ -42208,7 +42208,7 @@
"type": "string"
},
"network": {
"description": "Required. The full name of the Google Compute Engine [network](https://cloud.google.com/compute/docs/networks-and-firewalls#networks). [Format](https://cloud.google.com/compute/docs/reference/rest/v1/networks/insert): `projects/{project}/global/networks/{network}`. Where {project} is a project number, as in '12345', and {network} is network name.",
"description": "Required. The full name of the Google Compute Engine [network](https://cloud.google.com/compute/docs/networks-and-firewalls#networks). [Format](https://cloud.google.com/compute/docs/reference/rest/v1/networks/get): `projects/{project}/global/networks/{network}`.",
"type": "string"
},
"projectId": {
Expand Down Expand Up @@ -43681,6 +43681,13 @@
},
"type": "array"
},
"pscAutomationConfigs": {
"description": "Optional. List of projects and networks where the PSC endpoints will be created. This field is used by Online Inference(Prediction) only.",
"items": {
"$ref": "GoogleCloudAiplatformV1beta1PSCAutomationConfig"
},
"type": "array"
},
"serviceAttachment": {
"description": "Output only. The name of the generated service attachment resource. This is only populated if the endpoint is deployed with PrivateServiceConnect.",
"readOnly": true,
Expand Down
24 changes: 13 additions & 11 deletions aiplatform/v1beta1/aiplatform-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading