google-cloud-data_labeling 0.6.1 → 0.7.0

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: 0ef2a2302ba8dcbf252131612b4a53fdb127e809a04503f8ba4b3da525ffea75
4
- data.tar.gz: daea977f6e415c4b6ef0170b89a91d00f2371201a40c6805bc504953f8910270
3
+ metadata.gz: 791e8dd29cf70fed9105689605dafbef8c821155b2df9e1d492ba2e1ef3cf5d0
4
+ data.tar.gz: c32d9368338c384af04462797099c95e408952417612fcd12d165c9437da114e
5
5
  SHA512:
6
- metadata.gz: b69568ee2ca71bc0cedf4deb9fc482feacce65ae9157f31ae951a8ca0649e320f739af3914c31f422e7f496a1a1b63b7e2457ba067f06c6a1e42605451575664
7
- data.tar.gz: 29cc71bb02ac3b59b1b1325a08b699a692de0613e12f86cf1eb31bf3ac67904a30f43935496264b63d85f020749d5458ca955504903b58943f055b82b81db4ed
6
+ metadata.gz: dccc937a3dc0f3141a26d18fd88651b1757650277990c97e7d22acb40c100a4e6f2e46278f5d1390e72ab88955edbfec6ff3e751282c8d74d45cc25c6dff0d53
7
+ data.tar.gz: fbb12f9edbc3a8d433c164a6aa2e11229a32799f35e6bf8fc0d08a7861fb39ecbe6e8cd2a72dea558d9036bb44fce47fd0a42eb1621edbbf583e887f7401f91d
data/README.md CHANGED
@@ -34,6 +34,14 @@ In order to use this library, you first need to go through the following steps:
34
34
  1. [Enable the API.](https://console.cloud.google.com/apis/library/datalabeling.googleapis.com)
35
35
  1. {file:AUTHENTICATION.md Set up authentication.}
36
36
 
37
+ ```ruby
38
+ require "google/cloud/data_labeling"
39
+
40
+ client = Google::Cloud::DataLabeling.data_labeling_service
41
+ request = ::Google::Cloud::DataLabeling::V1beta1::CreateDatasetRequest.new # (request fields as keyword arguments...)
42
+ response = client.create_dataset request
43
+ ```
44
+
37
45
  ## Debug Logging
38
46
 
39
47
  This library comes with opt-in Debug Logging that can help you troubleshoot
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module DataLabeling
23
- VERSION = "0.6.1"
23
+ VERSION = "0.7.0"
24
24
  end
25
25
  end
26
26
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-data_labeling
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.1
4
+ version: 0.7.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -69,14 +69,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
69
69
  requirements:
70
70
  - - ">="
71
71
  - !ruby/object:Gem::Version
72
- version: '3.0'
72
+ version: '3.2'
73
73
  required_rubygems_version: !ruby/object:Gem::Requirement
74
74
  requirements:
75
75
  - - ">="
76
76
  - !ruby/object:Gem::Version
77
77
  version: '0'
78
78
  requirements: []
79
- rubygems_version: 3.6.8
79
+ rubygems_version: 3.6.9
80
80
  specification_version: 4
81
81
  summary: API Client library for the AI Platform Data Labeling Service API
82
82
  test_files: []