Class: Google::Cloud::AIPlatform::V1::MutateDeployedIndexResponse
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::MutateDeployedIndexResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/index_endpoint_service.rb
Overview
Response message for IndexEndpointService.MutateDeployedIndex.
Instance Attribute Summary collapse
-
#deployed_index ⇒ ::Google::Cloud::AIPlatform::V1::DeployedIndex
The DeployedIndex that had been updated in the IndexEndpoint.
Instance Attribute Details
#deployed_index ⇒ ::Google::Cloud::AIPlatform::V1::DeployedIndex
Returns The DeployedIndex that had been updated in the IndexEndpoint.
242 243 244 245 |
# File 'proto_docs/google/cloud/aiplatform/v1/index_endpoint_service.rb', line 242 class MutateDeployedIndexResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |