google-apis-notebooks_v1 0.21.0 → 0.22.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 90bc8fee592dae026cb81f4a9e682fbcc431c51470cb4ff2dfd60c31c97eee0c
|
4
|
+
data.tar.gz: 2ebd6f332a24a624729811205390b4ea439d719f64b14766d5b5b24483959740
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0eab019d70bf8fbf965f578645e6ae7a05acd9b372b9acb4d229b4c813e4064c8a0659c67a0be08c3be791ae013acfcb08852ac4aeeb77b4cbacb90b4987729e
|
7
|
+
data.tar.gz: f60eafea008516f315a08554d80fd2151c569cc6e38383abe770e0dd9075dc1f3beb9e78f1b9ca5294509b456d47011258d736bcc495cb2022f0f7347e547fa2
|
data/CHANGELOG.md
CHANGED
@@ -591,6 +591,13 @@ module Google
|
|
591
591
|
# @return [String]
|
592
592
|
attr_accessor :service_account
|
593
593
|
|
594
|
+
# The name of a Vertex AI [Tensorboard] resource to which this execution will
|
595
|
+
# upload Tensorboard logs. Format: `projects/`project`/locations/`location`/
|
596
|
+
# tensorboards/`tensorboard``
|
597
|
+
# Corresponds to the JSON property `tensorboard`
|
598
|
+
# @return [String]
|
599
|
+
attr_accessor :tensorboard
|
600
|
+
|
594
601
|
# Parameters used in Vertex AI JobType executions.
|
595
602
|
# Corresponds to the JSON property `vertexAiParameters`
|
596
603
|
# @return [Google::Apis::NotebooksV1::VertexAiParameters]
|
@@ -615,6 +622,7 @@ module Google
|
|
615
622
|
@params_yaml_file = args[:params_yaml_file] if args.key?(:params_yaml_file)
|
616
623
|
@scale_tier = args[:scale_tier] if args.key?(:scale_tier)
|
617
624
|
@service_account = args[:service_account] if args.key?(:service_account)
|
625
|
+
@tensorboard = args[:tensorboard] if args.key?(:tensorboard)
|
618
626
|
@vertex_ai_parameters = args[:vertex_ai_parameters] if args.key?(:vertex_ai_parameters)
|
619
627
|
end
|
620
628
|
end
|
@@ -2103,7 +2111,7 @@ module Google
|
|
2103
2111
|
# @return [Fixnum]
|
2104
2112
|
attr_accessor :idle_shutdown_timeout
|
2105
2113
|
|
2106
|
-
# Install Nvidia Driver automatically.
|
2114
|
+
# Install Nvidia Driver automatically. Default: True
|
2107
2115
|
# Corresponds to the JSON property `installGpuDriver`
|
2108
2116
|
# @return [Boolean]
|
2109
2117
|
attr_accessor :install_gpu_driver
|
@@ -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.22.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.4.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20220214"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -583,6 +583,7 @@ module Google
|
|
583
583
|
property :params_yaml_file, as: 'paramsYamlFile'
|
584
584
|
property :scale_tier, as: 'scaleTier'
|
585
585
|
property :service_account, as: 'serviceAccount'
|
586
|
+
property :tensorboard, as: 'tensorboard'
|
586
587
|
property :vertex_ai_parameters, as: 'vertexAiParameters', class: Google::Apis::NotebooksV1::VertexAiParameters, decorator: Google::Apis::NotebooksV1::VertexAiParameters::Representation
|
587
588
|
|
588
589
|
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.22.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: 2022-02-
|
11
|
+
date: 2022-02-21 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.22.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: []
|