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
-
(::Google::Cloud::AutoML::V1beta1::ImageClassificationModelDeploymentMetadata) — Model deployment metadata specific to Image Classification.
Note: The following fields are mutually exclusive:
image_classification_model_deployment_metadata
,image_object_detection_model_deployment_metadata
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#image_classification_model_deployment_metadata=
def image_classification_model_deployment_metadata=(value) -> ::Google::Cloud::AutoML::V1beta1::ImageClassificationModelDeploymentMetadata
-
value (::Google::Cloud::AutoML::V1beta1::ImageClassificationModelDeploymentMetadata) — Model deployment metadata specific to Image Classification.
Note: The following fields are mutually exclusive:
image_classification_model_deployment_metadata
,image_object_detection_model_deployment_metadata
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Google::Cloud::AutoML::V1beta1::ImageClassificationModelDeploymentMetadata) — Model deployment metadata specific to Image Classification.
Note: The following fields are mutually exclusive:
image_classification_model_deployment_metadata
,image_object_detection_model_deployment_metadata
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#image_object_detection_model_deployment_metadata
def image_object_detection_model_deployment_metadata() -> ::Google::Cloud::AutoML::V1beta1::ImageObjectDetectionModelDeploymentMetadata
-
(::Google::Cloud::AutoML::V1beta1::ImageObjectDetectionModelDeploymentMetadata) — Model deployment metadata specific to Image Object Detection.
Note: The following fields are mutually exclusive:
image_object_detection_model_deployment_metadata
,image_classification_model_deployment_metadata
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#image_object_detection_model_deployment_metadata=
def image_object_detection_model_deployment_metadata=(value) -> ::Google::Cloud::AutoML::V1beta1::ImageObjectDetectionModelDeploymentMetadata
-
value (::Google::Cloud::AutoML::V1beta1::ImageObjectDetectionModelDeploymentMetadata) — Model deployment metadata specific to Image Object Detection.
Note: The following fields are mutually exclusive:
image_object_detection_model_deployment_metadata
,image_classification_model_deployment_metadata
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Google::Cloud::AutoML::V1beta1::ImageObjectDetectionModelDeploymentMetadata) — Model deployment metadata specific to Image Object Detection.
Note: The following fields are mutually exclusive:
image_object_detection_model_deployment_metadata
,image_classification_model_deployment_metadata
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#name
def name() -> ::String
- (::String) — Required. Resource name of the model to deploy.
#name=
def name=(value) -> ::String
- value (::String) — Required. Resource name of the model to deploy.
- (::String) — Required. Resource name of the model to deploy.