google-apis-ml_v1 0.2.0 → 0.7.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 94ffcb397248b34a0bc750f1b29b3536abd41ee5a29f2372e97e8741849bec85
4
- data.tar.gz: 2f9f4a24a9bfcae22d12b02c7a67c4ead7e4e93f9c797c9211eb78811feb1f3b
3
+ metadata.gz: da38ccb9e00ba64fdee8ae1552233ff5c580a44640b3ff0a6a90d9f834fc1cda
4
+ data.tar.gz: b9dc9913a8f1db9426a9a90db74ba6f6faad4f0763869efdd838205de9d583fa
5
5
  SHA512:
6
- metadata.gz: 60c89b8112312a94f1e91bd4386b61b6915d16e92616f3b62fb559999d9588aba093afd1035f77f6da50d99bde51127fc73dc1700479d39f3179efac79673d44
7
- data.tar.gz: bbd9ef90b9c7b5a35450069a95a9456dae049e8eeeafc574b34f294dd68c0fa634fdd960b9034c6e339889c63d518b343588171d059ff973407abdc63d3ef757
6
+ metadata.gz: 7edd04417f6bfb1840fdaff1c141225dec207dd32afee3ed0b7c9c3eb87443f7193792f70210fb5fac7b21a003d4d733a3182d1917748f0c5fdaca47edfb74bb
7
+ data.tar.gz: d79cd04701c300ad2fa10e41ba2963acf8845050ed610eb15b21ad3e84880eb7363a31ebf7d23493face9dcfac616b3a61822a97fdb387fb8d25e2aa3028fac4
data/CHANGELOG.md CHANGED
@@ -1,5 +1,27 @@
1
1
  # Release history for google-apis-ml_v1
2
2
 
3
+ ### v0.7.0 (2021-05-19)
4
+
5
+ * Unspecified changes
6
+
7
+ ### v0.6.0 (2021-04-01)
8
+
9
+ * Regenerated from discovery document revision 20210326
10
+ * Regenerated using generator version 0.2.0
11
+
12
+ ### v0.5.0 (2021-03-04)
13
+
14
+ * Unspecified changes
15
+
16
+ ### v0.4.0 (2021-02-17)
17
+
18
+ * Regenerated from discovery document revision 20210212
19
+
20
+ ### v0.3.0 (2021-02-11)
21
+
22
+ * Regenerated from discovery document revision 20210209
23
+ * Regenerated using generator version 0.1.2
24
+
3
25
  ### v0.2.0 (2021-01-13)
4
26
 
5
27
  * Regenerated from discovery document revision 20210109
@@ -29,7 +29,7 @@ module Google
29
29
  # This is NOT the gem version.
30
30
  VERSION = 'V1'
31
31
 
32
- # View and manage your data across Google Cloud Platform services
32
+ # See, edit, configure, and delete your Google Cloud Platform data
33
33
  AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
34
34
 
35
35
  # View your data across Google Cloud Platform services
@@ -968,7 +968,7 @@ module Google
968
968
  # @return [Fixnum]
969
969
  attr_accessor :boot_disk_size_gb
970
970
 
971
- # Type of the boot disk (default is "pd-standard"). Valid values: "pd-ssd" (
971
+ # Type of the boot disk (default is "pd-ssd"). Valid values: "pd-ssd" (
972
972
  # Persistent Disk Solid State Drive) or "pd-standard" (Persistent Disk Hard Disk
973
973
  # Drive).
974
974
  # Corresponds to the JSON property `bootDiskType`
@@ -2655,22 +2655,14 @@ module Google
2655
2655
 
2656
2656
  # Optional. Specifies the type of virtual machine to use for your training job's
2657
2657
  # master worker. You must specify this field when `scaleTier` is set to `CUSTOM`.
2658
- # You can use certain Compute Engine machine types directly in this field. The
2659
- # following types are supported: - `n1-standard-4` - `n1-standard-8` - `n1-
2660
- # standard-16` - `n1-standard-32` - `n1-standard-64` - `n1-standard-96` - `n1-
2661
- # highmem-2` - `n1-highmem-4` - `n1-highmem-8` - `n1-highmem-16` - `n1-highmem-
2662
- # 32` - `n1-highmem-64` - `n1-highmem-96` - `n1-highcpu-16` - `n1-highcpu-32` - `
2663
- # n1-highcpu-64` - `n1-highcpu-96` Learn more about [using Compute Engine
2664
- # machine types](/ml-engine/docs/machine-types#compute-engine-machine-types).
2665
- # Alternatively, you can use the following legacy machine types: - `standard` - `
2666
- # large_model` - `complex_model_s` - `complex_model_m` - `complex_model_l` - `
2667
- # standard_gpu` - `complex_model_m_gpu` - `complex_model_l_gpu` - `standard_p100`
2668
- # - `complex_model_m_p100` - `standard_v100` - `large_model_v100` - `
2669
- # complex_model_m_v100` - `complex_model_l_v100` Learn more about [using legacy
2670
- # machine types](/ml-engine/docs/machine-types#legacy-machine-types). Finally,
2671
- # if you want to use a TPU for training, specify `cloud_tpu` in this field.
2672
- # Learn more about the [special configuration options for training with TPUs](/
2673
- # ml-engine/docs/tensorflow/using-tpus#configuring_a_custom_tpu_machine).
2658
+ # You can use certain Compute Engine machine types directly in this field. See
2659
+ # the [list of compatible Compute Engine machine types](/ai-platform/training/
2660
+ # docs/machine-types#compute-engine-machine-types). Alternatively, you can use
2661
+ # the certain legacy machine types in this field. See the [list of legacy
2662
+ # machine types](/ai-platform/training/docs/machine-types#legacy-machine-types).
2663
+ # Finally, if you want to use a TPU for training, specify `cloud_tpu` in this
2664
+ # field. Learn more about the [special configuration options for training with
2665
+ # TPUs](/ai-platform/training/docs/using-tpus#configuring_a_custom_tpu_machine).
2674
2666
  # Corresponds to the JSON property `masterType`
2675
2667
  # @return [String]
2676
2668
  attr_accessor :master_type
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module MlV1
18
18
  # Version of the google-apis-ml_v1 gem
19
- GEM_VERSION = "0.2.0"
19
+ GEM_VERSION = "0.7.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.1.1"
22
+ GENERATOR_VERSION = "0.2.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210109"
25
+ REVISION = "20210326"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-ml_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.7.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-02-08 00:00:00.000000000 Z
11
+ date: 2021-05-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -52,7 +52,7 @@ licenses:
52
52
  metadata:
53
53
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
54
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-ml_v1/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-ml_v1/v0.2.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-ml_v1/v0.7.0
56
56
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-ml_v1
57
57
  post_install_message:
58
58
  rdoc_options: []
@@ -62,14 +62,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
62
62
  requirements:
63
63
  - - ">="
64
64
  - !ruby/object:Gem::Version
65
- version: '2.4'
65
+ version: '2.5'
66
66
  required_rubygems_version: !ruby/object:Gem::Requirement
67
67
  requirements:
68
68
  - - ">="
69
69
  - !ruby/object:Gem::Version
70
70
  version: '0'
71
71
  requirements: []
72
- rubygems_version: 3.2.6
72
+ rubygems_version: 3.2.17
73
73
  signing_key:
74
74
  specification_version: 4
75
75
  summary: Simple REST client for AI Platform Training & Prediction API V1