Cloud AutoML V1 API - Class Google::Cloud::AutoML::V1::DeployModelRequest (v0.5.1)

Reference documentation and code samples for the Cloud AutoML V1 API class Google::Cloud::AutoML::V1::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::V1::ImageClassificationModelDeploymentMetadata
Returns

#image_classification_model_deployment_metadata=

def image_classification_model_deployment_metadata=(value) -> ::Google::Cloud::AutoML::V1::ImageClassificationModelDeploymentMetadata
Parameter
Returns

#image_object_detection_model_deployment_metadata

def image_object_detection_model_deployment_metadata() -> ::Google::Cloud::AutoML::V1::ImageObjectDetectionModelDeploymentMetadata
Returns

#image_object_detection_model_deployment_metadata=

def image_object_detection_model_deployment_metadata=(value) -> ::Google::Cloud::AutoML::V1::ImageObjectDetectionModelDeploymentMetadata
Parameter
Returns

#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.