Class: Google::Cloud::AIPlatform::V1::MutateDeployedModelRequest
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::MutateDeployedModelRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/endpoint_service.rb
Overview
Request message for EndpointService.MutateDeployedModel.
Instance Attribute Summary collapse
-
#deployed_model ⇒ ::Google::Cloud::AIPlatform::V1::DeployedModel
Required.
-
#endpoint ⇒ ::String
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Required.
Instance Attribute Details
#deployed_model ⇒ ::Google::Cloud::AIPlatform::V1::DeployedModel
Returns Required. The DeployedModel to be mutated within the Endpoint. Only the following fields can be mutated:
min_replica_count
in either DedicatedResources or AutomaticResourcesmax_replica_count
in either DedicatedResources or AutomaticResources- autoscaling_metric_specs
disable_container_logging
(v1 only)enable_container_logging
(v1beta1 only).
313 314 315 316 |
# File 'proto_docs/google/cloud/aiplatform/v1/endpoint_service.rb', line 313 class MutateDeployedModelRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#endpoint ⇒ ::String
Returns Required. The name of the Endpoint resource into which to mutate a
DeployedModel. Format:
projects/{project}/locations/{location}/endpoints/{endpoint}
.
313 314 315 316 |
# File 'proto_docs/google/cloud/aiplatform/v1/endpoint_service.rb', line 313 class MutateDeployedModelRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns Required. The update mask applies to the resource. See google.protobuf.FieldMask.
313 314 315 316 |
# File 'proto_docs/google/cloud/aiplatform/v1/endpoint_service.rb', line 313 class MutateDeployedModelRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |