-
Notifications
You must be signed in to change notification settings - Fork 555
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(ai_platform-v1): Support for Kubernetes liveness probes
feat(ai_platform-v1): Support for software configuration of the notebook runtime
- Loading branch information
1 parent
3aab57f
commit 2089aff
Showing
11 changed files
with
274 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -452,13 +452,17 @@ def get_notebook_runtime_template request, options = nil | |
# * A key including a space must be quoted. `labels."a key"`. | ||
# * `notebookRuntimeType` supports = and !=. notebookRuntimeType enum: | ||
# [USER_DEFINED, ONE_CLICK]. | ||
# * `machineType` supports = and !=. | ||
# * `acceleratorType` supports = and !=. | ||
# | ||
# Some examples: | ||
# | ||
# * `notebookRuntimeTemplate=notebookRuntimeTemplate123` | ||
# * `displayName="myDisplayName"` | ||
# * `labels.myKey="myValue"` | ||
# * `notebookRuntimeType=USER_DEFINED` | ||
# * `machineType=e2-standard-4` | ||
# * `acceleratorType=NVIDIA_TESLA_T4` | ||
# @param page_size [::Integer] | ||
# Optional. The standard list page size. | ||
# @param page_token [::String] | ||
|
@@ -977,6 +981,8 @@ def get_notebook_runtime request, options = nil | |
# UI_RESOURCE_STATE_CREATION_FAILED]. | ||
# * `notebookRuntimeType` supports = and !=. notebookRuntimeType enum: | ||
# [USER_DEFINED, ONE_CLICK]. | ||
# * `machineType` supports = and !=. | ||
# * `acceleratorType` supports = and !=. | ||
# | ||
# Some examples: | ||
# | ||
|
@@ -988,6 +994,8 @@ def get_notebook_runtime request, options = nil | |
# * `runtimeUser="[email protected]"` | ||
# * `uiState=UI_RESOURCE_STATE_BEING_DELETED` | ||
# * `notebookRuntimeType=USER_DEFINED` | ||
# * `machineType=e2-standard-4` | ||
# * `acceleratorType=NVIDIA_TESLA_T4` | ||
# @param page_size [::Integer] | ||
# Optional. The standard list page size. | ||
# @param page_token [::String] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -433,13 +433,17 @@ def get_notebook_runtime_template request, options = nil | |
# * A key including a space must be quoted. `labels."a key"`. | ||
# * `notebookRuntimeType` supports = and !=. notebookRuntimeType enum: | ||
# [USER_DEFINED, ONE_CLICK]. | ||
# * `machineType` supports = and !=. | ||
# * `acceleratorType` supports = and !=. | ||
# | ||
# Some examples: | ||
# | ||
# * `notebookRuntimeTemplate=notebookRuntimeTemplate123` | ||
# * `displayName="myDisplayName"` | ||
# * `labels.myKey="myValue"` | ||
# * `notebookRuntimeType=USER_DEFINED` | ||
# * `machineType=e2-standard-4` | ||
# * `acceleratorType=NVIDIA_TESLA_T4` | ||
# @param page_size [::Integer] | ||
# Optional. The standard list page size. | ||
# @param page_token [::String] | ||
|
@@ -923,6 +927,8 @@ def get_notebook_runtime request, options = nil | |
# UI_RESOURCE_STATE_CREATION_FAILED]. | ||
# * `notebookRuntimeType` supports = and !=. notebookRuntimeType enum: | ||
# [USER_DEFINED, ONE_CLICK]. | ||
# * `machineType` supports = and !=. | ||
# * `acceleratorType` supports = and !=. | ||
# | ||
# Some examples: | ||
# | ||
|
@@ -934,6 +940,8 @@ def get_notebook_runtime request, options = nil | |
# * `runtimeUser="[email protected]"` | ||
# * `uiState=UI_RESOURCE_STATE_BEING_DELETED` | ||
# * `notebookRuntimeType=USER_DEFINED` | ||
# * `machineType=e2-standard-4` | ||
# * `acceleratorType=NVIDIA_TESLA_T4` | ||
# @param page_size [::Integer] | ||
# Optional. The standard list page size. | ||
# @param page_token [::String] | ||
|
6 changes: 5 additions & 1 deletion
6
google-cloud-ai_platform-v1/lib/google/cloud/aiplatform/v1/model_pb.rb
Large diffs are not rendered by default.
Oops, something went wrong.
4 changes: 3 additions & 1 deletion
4
google-cloud-ai_platform-v1/lib/google/cloud/aiplatform/v1/notebook_runtime_pb.rb
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.