|
4543 | 4543 | "location": "query",
|
4544 | 4544 | "type": "string"
|
4545 | 4545 | },
|
| 4546 | + "gdcZone": { |
| 4547 | + "description": "Optional. Configures the Google Distributed Cloud (GDC) environment for online prediction. Only set this field when the Endpoint is to be deployed in a GDC environment.", |
| 4548 | + "location": "query", |
| 4549 | + "type": "string" |
| 4550 | + }, |
4546 | 4551 | "orderBy": {
|
4547 | 4552 | "description": "A comma-separated list of fields to order by, sorted in ascending order. Use \"desc\" after a field name for descending. Supported fields: * `display_name` * `create_time` * `update_time` Example: `display_name, create_time desc`.",
|
4548 | 4553 | "location": "query",
|
|
4582 | 4587 | ]
|
4583 | 4588 | },
|
4584 | 4589 | "mutateDeployedModel": {
|
4585 |
| - "description": "Updates an existing deployed model. Updatable fields include `min_replica_count`, `max_replica_count`, `autoscaling_metric_specs`, `disable_container_logging` (v1 only), and `enable_container_logging` (v1beta1 only).", |
| 4590 | + "description": "Updates an existing deployed model. Updatable fields include `min_replica_count`, `max_replica_count`, `required_replica_count`, `autoscaling_metric_specs`, `disable_container_logging` (v1 only), and `enable_container_logging` (v1beta1 only).", |
4586 | 4591 | "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/endpoints/{endpointsId}:mutateDeployedModel",
|
4587 | 4592 | "httpMethod": "POST",
|
4588 | 4593 | "id": "aiplatform.projects.locations.endpoints.mutateDeployedModel",
|
|
20253 | 20258 | }
|
20254 | 20259 | }
|
20255 | 20260 | },
|
20256 |
| - "revision": "20250711", |
| 20261 | + "revision": "20250715", |
20257 | 20262 | "rootUrl": "https://aiplatform.googleapis.com/",
|
20258 | 20263 | "schemas": {
|
20259 | 20264 | "CloudAiLargeModelsVisionGenerateVideoResponse": {
|
|
24410 | 24415 | "modelDisplayName": {
|
24411 | 24416 | "description": "Optional. The user-specified display name of the uploaded model. If not set, a default name will be used.",
|
24412 | 24417 | "type": "string"
|
| 24418 | + }, |
| 24419 | + "modelUserId": { |
| 24420 | + "description": "Optional. The ID to use for the uploaded Model, which will become the final component of the model resource name. When not provided, Vertex AI will generate a value for this ID. When Model Registry model is provided, this field will be ignored. This value may be up to 63 characters, and valid characters are `[a-z0-9_-]`. The first character cannot be a number or hyphen.", |
| 24421 | + "type": "string" |
24413 | 24422 | }
|
24414 | 24423 | },
|
24415 | 24424 | "type": "object"
|
|
24608 | 24617 | "$ref": "GoogleCloudAiplatformV1FasterDeploymentConfig",
|
24609 | 24618 | "description": "Configuration for faster model deployment."
|
24610 | 24619 | },
|
| 24620 | + "gdcConnectedModel": { |
| 24621 | + "description": "GDC pretrained / Gemini model name. The model name is a plain model name, e.g. gemini-1.5-flash-002.", |
| 24622 | + "type": "string" |
| 24623 | + }, |
24611 | 24624 | "id": {
|
24612 | 24625 | "description": "Immutable. The ID of the DeployedModel. If not provided upon deployment, Vertex AI will generate a value for this ID. This value should be 1-10 characters, and valid characters are `/[0-9]/`.",
|
24613 | 24626 | "type": "string"
|
|
24960 | 24973 | "description": "Used to perform consistent read-modify-write updates. If not set, a blind \"overwrite\" update happens.",
|
24961 | 24974 | "type": "string"
|
24962 | 24975 | },
|
| 24976 | + "gdcConfig": { |
| 24977 | + "$ref": "GoogleCloudAiplatformV1GdcConfig", |
| 24978 | + "description": "Configures the Google Distributed Cloud (GDC) environment for online prediction. Only set this field when the Endpoint is to be deployed in a GDC environment." |
| 24979 | + }, |
24963 | 24980 | "genAiAdvancedFeaturesConfig": {
|
24964 | 24981 | "$ref": "GoogleCloudAiplatformV1GenAiAdvancedFeaturesConfig",
|
24965 | 24982 | "description": "Optional. Configuration for GenAiAdvancedFeatures. If the endpoint is serving GenAI models, advanced features like native RAG integration can be configured. Currently, only Model Garden models are supported."
|
|
28374 | 28391 | },
|
28375 | 28392 | "type": "object"
|
28376 | 28393 | },
|
| 28394 | + "GoogleCloudAiplatformV1GdcConfig": { |
| 28395 | + "description": "Google Distributed Cloud (GDC) config.", |
| 28396 | + "id": "GoogleCloudAiplatformV1GdcConfig", |
| 28397 | + "properties": { |
| 28398 | + "zone": { |
| 28399 | + "description": "GDC zone. A cluster will be designated for the Vertex AI workload in this zone.", |
| 28400 | + "type": "string" |
| 28401 | + } |
| 28402 | + }, |
| 28403 | + "type": "object" |
| 28404 | + }, |
28377 | 28405 | "GoogleCloudAiplatformV1GenAiAdvancedFeaturesConfig": {
|
28378 | 28406 | "description": "Configuration for GenAiAdvancedFeatures.",
|
28379 | 28407 | "id": "GoogleCloudAiplatformV1GenAiAdvancedFeaturesConfig",
|
|
33045 | 33073 | "properties": {
|
33046 | 33074 | "deployedModel": {
|
33047 | 33075 | "$ref": "GoogleCloudAiplatformV1DeployedModel",
|
33048 |
| - "description": "Required. The DeployedModel to be mutated within the Endpoint. Only the following fields can be mutated: * `min_replica_count` in either DedicatedResources or AutomaticResources * `max_replica_count` in either DedicatedResources or AutomaticResources * autoscaling_metric_specs * `disable_container_logging` (v1 only) * `enable_container_logging` (v1beta1 only)" |
| 33076 | + "description": "Required. The DeployedModel to be mutated within the Endpoint. Only the following fields can be mutated: * `min_replica_count` in either DedicatedResources or AutomaticResources * `max_replica_count` in either DedicatedResources or AutomaticResources * `required_replica_count` in DedicatedResources * autoscaling_metric_specs * `disable_container_logging` (v1 only) * `enable_container_logging` (v1beta1 only)" |
33049 | 33077 | },
|
33050 | 33078 | "updateMask": {
|
33051 | 33079 | "description": "Required. The update mask applies to the resource. See google.protobuf.FieldMask.",
|
|
44628 | 44656 | "type": "string"
|
44629 | 44657 | },
|
44630 | 44658 | "learningRateMultiplier": {
|
44631 |
| - "description": "Optional. Multiplier for adjusting the default learning rate. Mutually exclusive with `learning_rate`.", |
| 44659 | + "description": "Optional. Multiplier for adjusting the default learning rate. Mutually exclusive with `learning_rate`. This feature is only available for 1P models.", |
44632 | 44660 | "format": "double",
|
44633 | 44661 | "type": "number"
|
44634 | 44662 | }
|
|
0 commit comments