Class: Google::Cloud::AIPlatform::V1::DeployModelOperationMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::DeployModelOperationMetadata
- 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.DeployModel.
Instance Attribute Summary collapse
-
#deployment_stage ⇒ ::Google::Cloud::AIPlatform::V1::DeploymentStage
readonly
Output only.
-
#generic_metadata ⇒ ::Google::Cloud::AIPlatform::V1::GenericOperationMetadata
The operation generic information.
Instance Attribute Details
#deployment_stage ⇒ ::Google::Cloud::AIPlatform::V1::DeploymentStage (readonly)
Returns Output only. The deployment stage of the model.
262 263 264 265 |
# File 'proto_docs/google/cloud/aiplatform/v1/endpoint_service.rb', line 262 class DeployModelOperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#generic_metadata ⇒ ::Google::Cloud::AIPlatform::V1::GenericOperationMetadata
Returns The operation generic information.
262 263 264 265 |
# File 'proto_docs/google/cloud/aiplatform/v1/endpoint_service.rb', line 262 class DeployModelOperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |