google-cloud-ai_platform 2.1.0 → 2.1.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: 51c2991cbfe306e790ab7ea37b0450df63e0e860e220827cfa75c1995a5f3ecf
4
- data.tar.gz: 5d673865786c45b06a3b6fc25c01b6e77928e5051cda71daf68be5fa12473ca5
3
+ metadata.gz: 8491f828f548df60ef027f22571fb97ff495f6544a14f1a59adc5798fcd93ce3
4
+ data.tar.gz: 3f8a32a9c41399de659985c444979cb99b1b5d0ed5cd79ed6c1f5dabc438b94e
5
5
  SHA512:
6
- metadata.gz: '05311382ec068d851d372f76deeb4e62beaef9d3ebd9c827be0f286746020e85b06e965717e29110af55c22d739e434d81c615344e8ba49fa960ffa526134184'
7
- data.tar.gz: 22e39d537ff8d08003b62b559f356a2fd8f2ce1f66f311542e6e975b3cd52cb5cea377be1ceb1c1f519519d7a8c3b42b4dfedad2ba0ce4337be3854143218987
6
+ metadata.gz: 506b4ede74e729be011f4d7c9547c1ee75c4a309f7c7fd45ff43a329ba1f7532cd6f2f66b12188ffdd0386c7ed824a486a0fd3737ce6c4a5b6cc2b79e5f261e2
7
+ data.tar.gz: 5f08ca2dbe87192dc5b7bb8d0388b151bb9e93ea15cd22f431a03a36a02be4b63aefd0c2bbf18bfd71d40f987da5b45d414d95bd25ad36a019629016e1433445
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/aiplatform.googleapis.com)
35
35
  1. {file:AUTHENTICATION.md Set up authentication.}
36
36
 
37
+ ```ruby
38
+ require "google/cloud/ai_platform"
39
+
40
+ client = Google::Cloud::AIPlatform.data_foundry_service
41
+ request = ::Google::Cloud::AIPlatform::V1::GenerateSyntheticDataRequest.new # (request fields as keyword arguments...)
42
+ response = client.generate_synthetic_data 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 AIPlatform
23
- VERSION = "2.1.0"
23
+ VERSION = "2.1.1"
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-ai_platform
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.0
4
+ version: 2.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC