Class: Google::Cloud::AIPlatform::V1::CreateEndpointOperationMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::CreateEndpointOperationMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/endpoint_service.rb
Overview
Runtime operation information for EndpointService.CreateEndpoint.
Instance Attribute Summary collapse
-
#generic_metadata ⇒ ::Google::Cloud::AIPlatform::V1::GenericOperationMetadata
The operation generic information.
Instance Attribute Details
#generic_metadata ⇒ ::Google::Cloud::AIPlatform::V1::GenericOperationMetadata
Returns The operation generic information.
59 60 61 62 |
# File 'proto_docs/google/cloud/aiplatform/v1/endpoint_service.rb', line 59 class CreateEndpointOperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |