Class: Google::Cloud::AIPlatform::V1::DeployIndexResponse
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::DeployIndexResponse
- 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.DeployIndex.
Instance Attribute Summary collapse
-
#deployed_index ⇒ ::Google::Cloud::AIPlatform::V1::DeployedIndex
The DeployedIndex that had been deployed in the IndexEndpoint.
Instance Attribute Details
#deployed_index ⇒ ::Google::Cloud::AIPlatform::V1::DeployedIndex
Returns The DeployedIndex that had been deployed in the IndexEndpoint.
167 168 169 170 |
# File 'proto_docs/google/cloud/aiplatform/v1/index_endpoint_service.rb', line 167 class DeployIndexResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |