Cloud AutoML V1beta1 API - Class Google::Cloud::AutoML::V1beta1::DeployModelRequest (v0.13.0)

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.

    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
Parameter
  • 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.

Returns
  • (::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
Returns
  • (::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
Parameter
  • 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.

Returns
  • (::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
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.