google-cloud-automl-v1 1.3.0 → 1.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 97a77201cdc90867d6cb4b43b6bf6b97534ff1def00e8c3e18623de803bb165a
4
- data.tar.gz: 31f30c5686c8917b3ec1286862408d4f2339b404334a9f8acfbbee85451b2d00
3
+ metadata.gz: afe396a5f19fc044c4537763b13b916a6056973477026642efeeeb69a3d894f2
4
+ data.tar.gz: 63ad8edfac6bf280edc810145cfd91e4f56234d01af4440702459c16b9c3b716
5
5
  SHA512:
6
- metadata.gz: cc792ea25fd0894532882de63b299987393092cb29e587cd508cec066d110aa6561a25495b97c0cc7b46d1e0a042bdd640373689b643ad9a01dd32d134b64e2b
7
- data.tar.gz: 776f47eb5f8d800d56d16cd197ce3224c8fc58f1ca6a8707e600031ac136aaf32a67a20b64e2d3c777c6e82522094c232b25601ede3ce9f83baa2505506fa306
6
+ metadata.gz: 18fa7b0a840086fa7faf8fa52f715f75d11d1436eb3923ecff12b616efdd06e179bf73561d30b07fcbe55ae2a6ee5f42e605c7cc7df99a861cfa223f537fc483
7
+ data.tar.gz: 4675dc96e4a4f1f07993d95456937e678c40f0ad029a6faf3c8c9b6ff5798a804ba8681f32874ac68182a177e560786b6a75e6cc39e6cd322c4b2c4c67f76178
@@ -1544,11 +1544,11 @@ module Google
1544
1544
  # @param image_object_detection_model_deployment_metadata [::Google::Cloud::AutoML::V1::ImageObjectDetectionModelDeploymentMetadata, ::Hash]
1545
1545
  # Model deployment metadata specific to Image Object Detection.
1546
1546
  #
1547
- # 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.
1547
+ # Note: The following parameters are mutually exclusive: `image_object_detection_model_deployment_metadata`, `image_classification_model_deployment_metadata`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
1548
1548
  # @param image_classification_model_deployment_metadata [::Google::Cloud::AutoML::V1::ImageClassificationModelDeploymentMetadata, ::Hash]
1549
1549
  # Model deployment metadata specific to Image Classification.
1550
1550
  #
1551
- # 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.
1551
+ # Note: The following parameters are mutually exclusive: `image_classification_model_deployment_metadata`, `image_object_detection_model_deployment_metadata`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
1552
1552
  # @param name [::String]
1553
1553
  # Required. Resource name of the model to deploy.
1554
1554
  #
@@ -1446,11 +1446,11 @@ module Google
1446
1446
  # @param image_object_detection_model_deployment_metadata [::Google::Cloud::AutoML::V1::ImageObjectDetectionModelDeploymentMetadata, ::Hash]
1447
1447
  # Model deployment metadata specific to Image Object Detection.
1448
1448
  #
1449
- # 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.
1449
+ # Note: The following parameters are mutually exclusive: `image_object_detection_model_deployment_metadata`, `image_classification_model_deployment_metadata`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
1450
1450
  # @param image_classification_model_deployment_metadata [::Google::Cloud::AutoML::V1::ImageClassificationModelDeploymentMetadata, ::Hash]
1451
1451
  # Model deployment metadata specific to Image Classification.
1452
1452
  #
1453
- # 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.
1453
+ # Note: The following parameters are mutually exclusive: `image_classification_model_deployment_metadata`, `image_object_detection_model_deployment_metadata`. At most one of these parameters can be set. If more than one is set, only one will be used, and it is not defined which one.
1454
1454
  # @param name [::String]
1455
1455
  # Required. Resource name of the model to deploy.
1456
1456
  # @yield [result, operation] Access the result along with the TransportOperation object
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module AutoML
23
23
  module V1
24
- VERSION = "1.3.0"
24
+ VERSION = "1.3.1"
25
25
  end
26
26
  end
27
27
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-automl-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.0
4
+ version: 1.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -146,7 +146,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
146
146
  - !ruby/object:Gem::Version
147
147
  version: '0'
148
148
  requirements: []
149
- rubygems_version: 3.6.8
149
+ rubygems_version: 3.6.9
150
150
  specification_version: 4
151
151
  summary: Train high-quality custom machine learning models with minimum effort and
152
152
  machine learning expertise.