Reference documentation and code samples for the Cloud AutoML V1beta1 API class Google::Cloud::AutoML::V1beta1::DeployModelRequest.
Request message for AutoMl.DeployModel.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#image_classification_model_deployment_metadata
def image_classification_model_deployment_metadata() -> ::Google::Cloud::AutoML::V1beta1::ImageClassificationModelDeploymentMetadata
Returns
- (::Google::Cloud::AutoML::V1beta1::ImageClassificationModelDeploymentMetadata) — Model deployment metadata specific to Image Classification.
#image_classification_model_deployment_metadata=
def image_classification_model_deployment_metadata=(value) -> ::Google::Cloud::AutoML::V1beta1::ImageClassificationModelDeploymentMetadata
Parameter
- value (::Google::Cloud::AutoML::V1beta1::ImageClassificationModelDeploymentMetadata) — Model deployment metadata specific to Image Classification.
Returns
- (::Google::Cloud::AutoML::V1beta1::ImageClassificationModelDeploymentMetadata) — Model deployment metadata specific to Image Classification.
#image_object_detection_model_deployment_metadata
def image_object_detection_model_deployment_metadata() -> ::Google::Cloud::AutoML::V1beta1::ImageObjectDetectionModelDeploymentMetadata
Returns
- (::Google::Cloud::AutoML::V1beta1::ImageObjectDetectionModelDeploymentMetadata) — Model deployment metadata specific to Image Object Detection.
#image_object_detection_model_deployment_metadata=
def image_object_detection_model_deployment_metadata=(value) -> ::Google::Cloud::AutoML::V1beta1::ImageObjectDetectionModelDeploymentMetadata
Parameter
- value (::Google::Cloud::AutoML::V1beta1::ImageObjectDetectionModelDeploymentMetadata) — Model deployment metadata specific to Image Object Detection.
Returns
- (::Google::Cloud::AutoML::V1beta1::ImageObjectDetectionModelDeploymentMetadata) — Model deployment metadata specific to Image Object Detection.
#name
def name() -> ::String
Returns
- (::String) — Required. Resource name of the model to deploy.
#name=
def name=(value) -> ::String
Parameter
- value (::String) — Required. Resource name of the model to deploy.
Returns
- (::String) — Required. Resource name of the model to deploy.