Class: Google::Cloud::AIPlatform::V1::DeployOperationMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::DeployOperationMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/model_garden_service.rb
Overview
Runtime operation information for ModelGardenService.Deploy.
Instance Attribute Summary collapse
-
#destination ⇒ ::String
readonly
Output only.
-
#generic_metadata ⇒ ::Google::Cloud::AIPlatform::V1::GenericOperationMetadata
The operation generic information.
-
#model_id ⇒ ::String
readonly
Output only.
-
#project_number ⇒ ::Integer
readonly
Output only.
-
#publisher_model ⇒ ::String
readonly
Output only.
Instance Attribute Details
#destination ⇒ ::String (readonly)
Returns Output only. The resource name of the Location to deploy the model in.
Format: projects/{project}/locations/{location}.
239 240 241 242 |
# File 'proto_docs/google/cloud/aiplatform/v1/model_garden_service.rb', line 239 class DeployOperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#generic_metadata ⇒ ::Google::Cloud::AIPlatform::V1::GenericOperationMetadata
Returns The operation generic information.
239 240 241 242 |
# File 'proto_docs/google/cloud/aiplatform/v1/model_garden_service.rb', line 239 class DeployOperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#model_id ⇒ ::String (readonly)
Returns Output only. The model id to be used at query time.
239 240 241 242 |
# File 'proto_docs/google/cloud/aiplatform/v1/model_garden_service.rb', line 239 class DeployOperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#project_number ⇒ ::Integer (readonly)
Returns Output only. The project number where the deploy model request is sent.
239 240 241 242 |
# File 'proto_docs/google/cloud/aiplatform/v1/model_garden_service.rb', line 239 class DeployOperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#publisher_model ⇒ ::String (readonly)
Returns Output only. The name of the model resource.
239 240 241 242 |
# File 'proto_docs/google/cloud/aiplatform/v1/model_garden_service.rb', line 239 class DeployOperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |