google-apis-ml_v1 0.3.0 → 0.4.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: b96bb28b7b5721df1d4257f4b834508b79c8430fde339145859a23c82052a063
4
- data.tar.gz: 02d0679abb4aaff870c39a2ef90e9387f49fea2fce4925849965391a08742243
3
+ metadata.gz: 221295bd02b5bbb241d6f818d0a09104061652eb1c6b5d1dd1366cc4496c9117
4
+ data.tar.gz: 8036a0837fd7f4e97bb3c9ba704c411512cbcaa51734b062061b92dfa3d72fbf
5
5
  SHA512:
6
- metadata.gz: ae63452ed11eb6649f63d66ee285753983e58cae70b4c3483b4872b477c6ae80a242613369ad043e038c5bbe5f2faa95a8a28fdd7993362252e7b2203ef8ed68
7
- data.tar.gz: fa4972de4d0175ff285fe0800476056297593f1cbf312776990f23f061002a6d4681c888a8ce73653edd38965e37b5eab41215880a204746d637a375e6dc2bb6
6
+ metadata.gz: 4180a093f01ae3f8e100cba07dd276ada4a09762ba3f651de336a43b92c43d393d2189c14a2f8962abe1a5cf9d67dc282752c576659583dfbce60f66a179805d
7
+ data.tar.gz: e061f382da57ca1961117f99669207c5437e351186380ec6f48e307664066293fc96f3f78da98326efeda5dad8b432fec463fe381e49c21425b4731e7bfef95d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-ml_v1
2
2
 
3
+ ### v0.4.0 (2021-02-17)
4
+
5
+ * Regenerated from discovery document revision 20210212
6
+
3
7
  ### v0.3.0 (2021-02-11)
4
8
 
5
9
  * Regenerated from discovery document revision 20210209
@@ -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.3.0"
19
+ GEM_VERSION = "0.4.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.1.2"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210209"
25
+ REVISION = "20210212"
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.3.0
4
+ version: 0.4.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-15 00:00:00.000000000 Z
11
+ date: 2021-02-22 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.3.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-ml_v1/v0.4.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: []