google-cloud-data_labeling-v1beta1 0.11.0 → 0.11.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0442d5e3e948629af7c5c593538aec3e5ec4481c73bb83d7168cdded4528e9b3
|
4
|
+
data.tar.gz: 394a5e00a843327b972495f7df436fec283b8f0dabe4e53e150d469c00cd0961
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fdcd018d4fc051fbc01c75e6e5a8c74d8562b8699e13639cb69459d117aa539a961017be31832d9446f286374d98c78e3ddfb0767818dbd54ab3d2d34c4d076a
|
7
|
+
data.tar.gz: 49a8bd48975006c2f2c45b524f407dfd20b3747dfb89be0e73fa595c3af39474e3423d9d0c1391fb08e44587402e9a37f618444457966af3d5528c4b373f3515
|
@@ -1393,25 +1393,25 @@ module Google
|
|
1393
1393
|
# One of image_classification_config, bounding_poly_config,
|
1394
1394
|
# polyline_config and segmentation_config are required.
|
1395
1395
|
#
|
1396
|
-
# Note: The following
|
1396
|
+
# Note: The following parameters are mutually exclusive: `image_classification_config`, `bounding_poly_config`, `polyline_config`, `segmentation_config`. 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.
|
1397
1397
|
# @param bounding_poly_config [::Google::Cloud::DataLabeling::V1beta1::BoundingPolyConfig, ::Hash]
|
1398
1398
|
# Configuration for bounding box and bounding poly task.
|
1399
1399
|
# One of image_classification_config, bounding_poly_config,
|
1400
1400
|
# polyline_config and segmentation_config are required.
|
1401
1401
|
#
|
1402
|
-
# Note: The following
|
1402
|
+
# Note: The following parameters are mutually exclusive: `bounding_poly_config`, `image_classification_config`, `polyline_config`, `segmentation_config`. 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.
|
1403
1403
|
# @param polyline_config [::Google::Cloud::DataLabeling::V1beta1::PolylineConfig, ::Hash]
|
1404
1404
|
# Configuration for polyline task.
|
1405
1405
|
# One of image_classification_config, bounding_poly_config,
|
1406
1406
|
# polyline_config and segmentation_config are required.
|
1407
1407
|
#
|
1408
|
-
# Note: The following
|
1408
|
+
# Note: The following parameters are mutually exclusive: `polyline_config`, `image_classification_config`, `bounding_poly_config`, `segmentation_config`. 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.
|
1409
1409
|
# @param segmentation_config [::Google::Cloud::DataLabeling::V1beta1::SegmentationConfig, ::Hash]
|
1410
1410
|
# Configuration for segmentation task.
|
1411
1411
|
# One of image_classification_config, bounding_poly_config,
|
1412
1412
|
# polyline_config and segmentation_config are required.
|
1413
1413
|
#
|
1414
|
-
# Note: The following
|
1414
|
+
# Note: The following parameters are mutually exclusive: `segmentation_config`, `image_classification_config`, `bounding_poly_config`, `polyline_config`. 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.
|
1415
1415
|
# @param parent [::String]
|
1416
1416
|
# Required. Name of the dataset to request labeling task, format:
|
1417
1417
|
# projects/\\{project_id}/datasets/\\{dataset_id}
|
@@ -1517,25 +1517,25 @@ module Google
|
|
1517
1517
|
# One of video_classification_config, object_detection_config,
|
1518
1518
|
# object_tracking_config and event_config is required.
|
1519
1519
|
#
|
1520
|
-
# Note: The following
|
1520
|
+
# Note: The following parameters are mutually exclusive: `video_classification_config`, `object_detection_config`, `object_tracking_config`, `event_config`. 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.
|
1521
1521
|
# @param object_detection_config [::Google::Cloud::DataLabeling::V1beta1::ObjectDetectionConfig, ::Hash]
|
1522
1522
|
# Configuration for video object detection task.
|
1523
1523
|
# One of video_classification_config, object_detection_config,
|
1524
1524
|
# object_tracking_config and event_config is required.
|
1525
1525
|
#
|
1526
|
-
# Note: The following
|
1526
|
+
# Note: The following parameters are mutually exclusive: `object_detection_config`, `video_classification_config`, `object_tracking_config`, `event_config`. 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.
|
1527
1527
|
# @param object_tracking_config [::Google::Cloud::DataLabeling::V1beta1::ObjectTrackingConfig, ::Hash]
|
1528
1528
|
# Configuration for video object tracking task.
|
1529
1529
|
# One of video_classification_config, object_detection_config,
|
1530
1530
|
# object_tracking_config and event_config is required.
|
1531
1531
|
#
|
1532
|
-
# Note: The following
|
1532
|
+
# Note: The following parameters are mutually exclusive: `object_tracking_config`, `video_classification_config`, `object_detection_config`, `event_config`. 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.
|
1533
1533
|
# @param event_config [::Google::Cloud::DataLabeling::V1beta1::EventConfig, ::Hash]
|
1534
1534
|
# Configuration for video event task.
|
1535
1535
|
# One of video_classification_config, object_detection_config,
|
1536
1536
|
# object_tracking_config and event_config is required.
|
1537
1537
|
#
|
1538
|
-
# Note: The following
|
1538
|
+
# Note: The following parameters are mutually exclusive: `event_config`, `video_classification_config`, `object_detection_config`, `object_tracking_config`. 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.
|
1539
1539
|
# @param parent [::String]
|
1540
1540
|
# Required. Name of the dataset to request labeling task, format:
|
1541
1541
|
# projects/\\{project_id}/datasets/\\{dataset_id}
|
@@ -1641,13 +1641,13 @@ module Google
|
|
1641
1641
|
# One of text_classification_config and text_entity_extraction_config
|
1642
1642
|
# is required.
|
1643
1643
|
#
|
1644
|
-
# Note: The following
|
1644
|
+
# Note: The following parameters are mutually exclusive: `text_classification_config`, `text_entity_extraction_config`. 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.
|
1645
1645
|
# @param text_entity_extraction_config [::Google::Cloud::DataLabeling::V1beta1::TextEntityExtractionConfig, ::Hash]
|
1646
1646
|
# Configuration for entity extraction task.
|
1647
1647
|
# One of text_classification_config and text_entity_extraction_config
|
1648
1648
|
# is required.
|
1649
1649
|
#
|
1650
|
-
# Note: The following
|
1650
|
+
# Note: The following parameters are mutually exclusive: `text_entity_extraction_config`, `text_classification_config`. 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.
|
1651
1651
|
# @param parent [::String]
|
1652
1652
|
# Required. Name of the data set to request labeling task, format:
|
1653
1653
|
# projects/\\{project_id}/datasets/\\{dataset_id}
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-data_labeling-v1beta1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.11.
|
4
|
+
version: 0.11.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
@@ -110,7 +110,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
110
110
|
- !ruby/object:Gem::Version
|
111
111
|
version: '0'
|
112
112
|
requirements: []
|
113
|
-
rubygems_version: 3.6.
|
113
|
+
rubygems_version: 3.6.9
|
114
114
|
specification_version: 4
|
115
115
|
summary: Public API for Google Cloud AI Data Labeling Service.
|
116
116
|
test_files: []
|