Class: Google::Cloud::AIPlatform::V1::UpdateIndexOperationMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::UpdateIndexOperationMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/index_service.rb
Overview
Runtime operation information for IndexService.UpdateIndex.
Instance Attribute Summary collapse
-
#generic_metadata ⇒ ::Google::Cloud::AIPlatform::V1::GenericOperationMetadata
The operation generic information.
-
#nearest_neighbor_search_operation_metadata ⇒ ::Google::Cloud::AIPlatform::V1::NearestNeighborSearchOperationMetadata
The operation metadata with regard to Matching Engine Index operation.
Instance Attribute Details
#generic_metadata ⇒ ::Google::Cloud::AIPlatform::V1::GenericOperationMetadata
Returns The operation generic information.
130 131 132 133 |
# File 'proto_docs/google/cloud/aiplatform/v1/index_service.rb', line 130 class UpdateIndexOperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#nearest_neighbor_search_operation_metadata ⇒ ::Google::Cloud::AIPlatform::V1::NearestNeighborSearchOperationMetadata
Returns The operation metadata with regard to Matching Engine Index operation.
130 131 132 133 |
# File 'proto_docs/google/cloud/aiplatform/v1/index_service.rb', line 130 class UpdateIndexOperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |