google-apis-notebooks_v1 0.42.0 → 0.43.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/notebooks_v1/classes.rb +15 -18
- data/lib/google/apis/notebooks_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: 8565c56f8e5d4edb63218b5751be315c817026702cf86b7968b0d8fcb13dedba
|
|
4
|
+
data.tar.gz: 03a6a079127f4e9addd7e617b8071c8c8b7da9b7a264a1af95b7aced37f74799
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3680b0465413f7f947db3b0e46db76fbaf6de20a19700ff8192131fff504c587b9c01d5da81f9de9e877e076688d9aab09e7e7ab7c8aecfefc6984563b2e4b22
|
|
7
|
+
data.tar.gz: fba61288a943723f5e0f1951e6789eb20711d2fb7290cac113061636c170831fabe6bbb0f3d001a5a839824ac67035386b1347d36a686f4784652b9439a16fba
|
data/CHANGELOG.md
CHANGED
|
@@ -2171,12 +2171,11 @@ module Google
|
|
|
2171
2171
|
end
|
|
2172
2172
|
end
|
|
2173
2173
|
|
|
2174
|
-
# Definition of the types of hardware accelerators that can be used.
|
|
2175
|
-
#
|
|
2176
|
-
#
|
|
2177
|
-
#
|
|
2178
|
-
# nvidia-tesla-
|
|
2179
|
-
# a100`
|
|
2174
|
+
# Definition of the types of hardware accelerators that can be used. See [
|
|
2175
|
+
# Compute Engine AcceleratorTypes](https://cloud.google.com/compute/docs/
|
|
2176
|
+
# reference/beta/acceleratorTypes). Examples: * `nvidia-tesla-k80` * `nvidia-
|
|
2177
|
+
# tesla-p100` * `nvidia-tesla-v100` * `nvidia-tesla-p4` * `nvidia-tesla-t4` * `
|
|
2178
|
+
# nvidia-tesla-a100`
|
|
2180
2179
|
class RuntimeAcceleratorConfig
|
|
2181
2180
|
include Google::Apis::Core::Hashable
|
|
2182
2181
|
|
|
@@ -2803,12 +2802,11 @@ module Google
|
|
|
2803
2802
|
class SwitchRuntimeRequest
|
|
2804
2803
|
include Google::Apis::Core::Hashable
|
|
2805
2804
|
|
|
2806
|
-
# Definition of the types of hardware accelerators that can be used.
|
|
2807
|
-
#
|
|
2808
|
-
#
|
|
2809
|
-
#
|
|
2810
|
-
# nvidia-tesla-
|
|
2811
|
-
# a100`
|
|
2805
|
+
# Definition of the types of hardware accelerators that can be used. See [
|
|
2806
|
+
# Compute Engine AcceleratorTypes](https://cloud.google.com/compute/docs/
|
|
2807
|
+
# reference/beta/acceleratorTypes). Examples: * `nvidia-tesla-k80` * `nvidia-
|
|
2808
|
+
# tesla-p100` * `nvidia-tesla-v100` * `nvidia-tesla-p4` * `nvidia-tesla-t4` * `
|
|
2809
|
+
# nvidia-tesla-a100`
|
|
2812
2810
|
# Corresponds to the JSON property `acceleratorConfig`
|
|
2813
2811
|
# @return [Google::Apis::NotebooksV1::RuntimeAcceleratorConfig]
|
|
2814
2812
|
attr_accessor :accelerator_config
|
|
@@ -3175,12 +3173,11 @@ module Google
|
|
|
3175
3173
|
class VirtualMachineConfig
|
|
3176
3174
|
include Google::Apis::Core::Hashable
|
|
3177
3175
|
|
|
3178
|
-
# Definition of the types of hardware accelerators that can be used.
|
|
3179
|
-
#
|
|
3180
|
-
#
|
|
3181
|
-
#
|
|
3182
|
-
# nvidia-tesla-
|
|
3183
|
-
# a100`
|
|
3176
|
+
# Definition of the types of hardware accelerators that can be used. See [
|
|
3177
|
+
# Compute Engine AcceleratorTypes](https://cloud.google.com/compute/docs/
|
|
3178
|
+
# reference/beta/acceleratorTypes). Examples: * `nvidia-tesla-k80` * `nvidia-
|
|
3179
|
+
# tesla-p100` * `nvidia-tesla-v100` * `nvidia-tesla-p4` * `nvidia-tesla-t4` * `
|
|
3180
|
+
# nvidia-tesla-a100`
|
|
3184
3181
|
# Corresponds to the JSON property `acceleratorConfig`
|
|
3185
3182
|
# @return [Google::Apis::NotebooksV1::RuntimeAcceleratorConfig]
|
|
3186
3183
|
attr_accessor :accelerator_config
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module NotebooksV1
|
|
18
18
|
# Version of the google-apis-notebooks_v1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.43.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.12.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20230627"
|
|
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-notebooks_v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.43.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: 2023-
|
|
11
|
+
date: 2023-07-09 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-apis-core
|
|
@@ -58,7 +58,7 @@ licenses:
|
|
|
58
58
|
metadata:
|
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-notebooks_v1/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-notebooks_v1/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-notebooks_v1/v0.43.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-notebooks_v1
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|