google-cloud-data_labeling 0.6.1 → 0.6.2

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: 604f54ff7003c37ae5b3bd252f7346881c059becea77f19f7141e1c7300b838e
4
+ data.tar.gz: 68ca1193b712340b4bca5b4cb899ad925b25d6eddd8fd4f6cfca9ca829c69281
5
5
  SHA512:
6
- metadata.gz: b69568ee2ca71bc0cedf4deb9fc482feacce65ae9157f31ae951a8ca0649e320f739af3914c31f422e7f496a1a1b63b7e2457ba067f06c6a1e42605451575664
7
- data.tar.gz: 29cc71bb02ac3b59b1b1325a08b699a692de0613e12f86cf1eb31bf3ac67904a30f43935496264b63d85f020749d5458ca955504903b58943f055b82b81db4ed
6
+ metadata.gz: 9a2d3417966304709fbb174cac9e6f8010162539e68f48b04f34956b11fe020f03e1c660a638710c1d19d40bf2ac38784fc46dfacfb85182ca10050440e43f4f
7
+ data.tar.gz: 13b4a81b1e604dd667092c2b504989e647c7be04981920e5d640fa8fe8cd6f5957cb740020d4666bdf1cb3778a72c372d38f03c780414975f80929e29aedc847
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.6.2"
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.6.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -76,7 +76,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
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: []