lib/google/cloud/automl/v1beta1/doc/google/cloud/automl/v1beta1/service.rb in google-cloud-automl-0.2.0 vs lib/google/cloud/automl/v1beta1/doc/google/cloud/automl/v1beta1/service.rb in google-cloud-automl-0.3.0
- old
+ new
@@ -267,9 +267,12 @@
# Request message for {Google::Cloud::AutoML::V1beta1::AutoML::DeployModel AutoML::DeployModel}.
# @!attribute [rw] image_object_detection_model_deployment_metadata
# @return [Google::Cloud::AutoML::V1beta1::ImageObjectDetectionModelDeploymentMetadata]
# Model deployment metadata specific to Image Object Detection.
+ # @!attribute [rw] image_classification_model_deployment_metadata
+ # @return [Google::Cloud::AutoML::V1beta1::ImageClassificationModelDeploymentMetadata]
+ # Model deployment metadata specific to Image Classification.
# @!attribute [rw] name
# @return [String]
# Resource name of the model to deploy.
class DeployModelRequest; end
\ No newline at end of file