Class: Google::Cloud::AIPlatform::V1::MutateDeployedIndexRequest
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::MutateDeployedIndexRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/index_endpoint_service.rb
Overview
Request message for IndexEndpointService.MutateDeployedIndex.
Instance Attribute Summary collapse
-
#deployed_index ⇒ ::Google::Cloud::AIPlatform::V1::DeployedIndex
Required.
-
#index_endpoint ⇒ ::String
Required.
Instance Attribute Details
#deployed_index ⇒ ::Google::Cloud::AIPlatform::V1::DeployedIndex
Returns Required. The DeployedIndex to be updated within the IndexEndpoint. Currently, the updatable fields are DeployedIndex.automatic_resources and DeployedIndex.dedicated_resources.
232 233 234 235 |
# File 'proto_docs/google/cloud/aiplatform/v1/index_endpoint_service.rb', line 232 class MutateDeployedIndexRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#index_endpoint ⇒ ::String
Returns Required. The name of the IndexEndpoint resource into which to deploy an
Index. Format:
projects/{project}/locations/{location}/indexEndpoints/{index_endpoint}
.
232 233 234 235 |
# File 'proto_docs/google/cloud/aiplatform/v1/index_endpoint_service.rb', line 232 class MutateDeployedIndexRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |