google-apis-ml_v1 0.3.0 → 0.4.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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/ml_v1/classes.rb +9 -17
- data/lib/google/apis/ml_v1/gem_version.rb +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 221295bd02b5bbb241d6f818d0a09104061652eb1c6b5d1dd1366cc4496c9117
|
|
4
|
+
data.tar.gz: 8036a0837fd7f4e97bb3c9ba704c411512cbcaa51734b062061b92dfa3d72fbf
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4180a093f01ae3f8e100cba07dd276ada4a09762ba3f651de336a43b92c43d393d2189c14a2f8962abe1a5cf9d67dc282752c576659583dfbce60f66a179805d
|
|
7
|
+
data.tar.gz: e061f382da57ca1961117f99669207c5437e351186380ec6f48e307664066293fc96f3f78da98326efeda5dad8b432fec463fe381e49c21425b4731e7bfef95d
|
data/CHANGELOG.md
CHANGED
|
@@ -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-
|
|
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.
|
|
2659
|
-
#
|
|
2660
|
-
#
|
|
2661
|
-
#
|
|
2662
|
-
#
|
|
2663
|
-
#
|
|
2664
|
-
#
|
|
2665
|
-
#
|
|
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.
|
|
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 = "
|
|
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.
|
|
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-
|
|
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.
|
|
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: []
|