Class: Google::Cloud::AutoML::V1::DeployModelRequest
- Inherits:
-
Object
- Object
- Google::Cloud::AutoML::V1::DeployModelRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/automl/v1/service.rb
Overview
Request message for AutoMl.DeployModel.
Instance Attribute Summary collapse
-
#image_classification_model_deployment_metadata ⇒ ::Google::Cloud::AutoML::V1::ImageClassificationModelDeploymentMetadata
Model deployment metadata specific to Image Classification.
-
#image_object_detection_model_deployment_metadata ⇒ ::Google::Cloud::AutoML::V1::ImageObjectDetectionModelDeploymentMetadata
Model deployment metadata specific to Image Object Detection.
-
#name ⇒ ::String
Required.
Instance Attribute Details
#image_classification_model_deployment_metadata ⇒ ::Google::Cloud::AutoML::V1::ImageClassificationModelDeploymentMetadata
Returns Model deployment metadata specific to Image Classification.
236 237 238 239 |
# File 'proto_docs/google/cloud/automl/v1/service.rb', line 236 class DeployModelRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#image_object_detection_model_deployment_metadata ⇒ ::Google::Cloud::AutoML::V1::ImageObjectDetectionModelDeploymentMetadata
Returns Model deployment metadata specific to Image Object Detection.
236 237 238 239 |
# File 'proto_docs/google/cloud/automl/v1/service.rb', line 236 class DeployModelRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Required. Resource name of the model to deploy.
236 237 238 239 |
# File 'proto_docs/google/cloud/automl/v1/service.rb', line 236 class DeployModelRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |