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