Class: Google::Cloud::AutoML::V1beta1::DeployModelRequest

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#image_classification_model_deployment_metadata::Google::Cloud::AutoML::V1beta1::ImageClassificationModelDeploymentMetadata

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



353
354
355
356
# File 'proto_docs/google/cloud/automl/v1beta1/service.rb', line 353

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.

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.



353
354
355
356
# File 'proto_docs/google/cloud/automl/v1beta1/service.rb', line 353

class DeployModelRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#name::String

Returns Required. Resource name of the model to deploy.

Returns:

  • (::String)

    Required. Resource name of the model to deploy.



353
354
355
356
# File 'proto_docs/google/cloud/automl/v1beta1/service.rb', line 353

class DeployModelRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end