Class: Google::Cloud::AIPlatform::V1::DeployIndexOperationMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::DeployIndexOperationMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/index_endpoint_service.rb
Overview
Runtime operation information for IndexEndpointService.DeployIndex.
Instance Attribute Summary collapse
-
#deployed_index_id ⇒ ::String
The unique index id specified by user.
-
#generic_metadata ⇒ ::Google::Cloud::AIPlatform::V1::GenericOperationMetadata
The operation generic information.
Instance Attribute Details
#deployed_index_id ⇒ ::String
Returns The unique index id specified by user.
180 181 182 183 |
# File 'proto_docs/google/cloud/aiplatform/v1/index_endpoint_service.rb', line 180 class DeployIndexOperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#generic_metadata ⇒ ::Google::Cloud::AIPlatform::V1::GenericOperationMetadata
Returns The operation generic information.
180 181 182 183 |
# File 'proto_docs/google/cloud/aiplatform/v1/index_endpoint_service.rb', line 180 class DeployIndexOperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |