Skip to content

Commit

Permalink
feat(ai_platform-v1): Support for Kubernetes liveness probes
Browse files Browse the repository at this point in the history
feat(ai_platform-v1): Support for software configuration of the notebook runtime
  • Loading branch information
gcf-owl-bot[bot] authored Feb 10, 2025
1 parent 3aab57f commit 2089aff
Show file tree
Hide file tree
Showing 11 changed files with 274 additions and 2 deletions.
2 changes: 2 additions & 0 deletions google-cloud-ai_platform-v1/.owlbot-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -387,6 +387,7 @@
"lib/google/cloud/aiplatform/v1/notebook_runtime_template_ref_pb.rb",
"lib/google/cloud/aiplatform/v1/notebook_service_pb.rb",
"lib/google/cloud/aiplatform/v1/notebook_service_services_pb.rb",
"lib/google/cloud/aiplatform/v1/notebook_software_config_pb.rb",
"lib/google/cloud/aiplatform/v1/openapi_pb.rb",
"lib/google/cloud/aiplatform/v1/operation_pb.rb",
"lib/google/cloud/aiplatform/v1/persistent_resource_pb.rb",
Expand Down Expand Up @@ -522,6 +523,7 @@
"proto_docs/google/cloud/aiplatform/v1/notebook_runtime.rb",
"proto_docs/google/cloud/aiplatform/v1/notebook_runtime_template_ref.rb",
"proto_docs/google/cloud/aiplatform/v1/notebook_service.rb",
"proto_docs/google/cloud/aiplatform/v1/notebook_software_config.rb",
"proto_docs/google/cloud/aiplatform/v1/openapi.rb",
"proto_docs/google/cloud/aiplatform/v1/operation.rb",
"proto_docs/google/cloud/aiplatform/v1/persistent_resource.rb",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down Expand Up @@ -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:
#
Expand All @@ -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]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down Expand Up @@ -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:
#
Expand All @@ -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]
Expand Down

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 2089aff

Please sign in to comment.