Class: Google::Cloud::AIPlatform::V1::NotebookService::Client::Configuration::Rpcs
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::NotebookService::Client::Configuration::Rpcs
- Defined in:
- lib/google/cloud/ai_platform/v1/notebook_service/client.rb
Overview
Configuration RPC class for the NotebookService API.
Includes fields providing the configuration for each RPC in this service.
Each configuration object is of type Gapic::Config::Method
and includes
the following configuration fields:
-
timeout
(type:Numeric
) - The call timeout in seconds -
metadata
(type:Hash{Symbol=>String}
) - Additional gRPC headers -
retry_policy (*type:*
Hash`) - The retry policy. The policy fields include the following keys:-
:initial_delay
(type:Numeric
) - The initial delay in seconds. -
:max_delay
(type:Numeric
) - The max delay in seconds. -
:multiplier
(type:Numeric
) - The incremental backoff multiplier. -
:retry_codes
(type:Array<String>
) - The error codes that should trigger a retry.
-
Instance Attribute Summary collapse
-
#assign_notebook_runtime ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
assign_notebook_runtime
. -
#create_notebook_execution_job ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
create_notebook_execution_job
. -
#create_notebook_runtime_template ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
create_notebook_runtime_template
. -
#delete_notebook_execution_job ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
delete_notebook_execution_job
. -
#delete_notebook_runtime ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
delete_notebook_runtime
. -
#delete_notebook_runtime_template ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
delete_notebook_runtime_template
. -
#get_notebook_execution_job ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
get_notebook_execution_job
. -
#get_notebook_runtime ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
get_notebook_runtime
. -
#get_notebook_runtime_template ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
get_notebook_runtime_template
. -
#list_notebook_execution_jobs ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
list_notebook_execution_jobs
. -
#list_notebook_runtime_templates ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
list_notebook_runtime_templates
. -
#list_notebook_runtimes ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
list_notebook_runtimes
. -
#start_notebook_runtime ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
start_notebook_runtime
. -
#update_notebook_runtime_template ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
update_notebook_runtime_template
. -
#upgrade_notebook_runtime ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
upgrade_notebook_runtime
.
Instance Attribute Details
#assign_notebook_runtime ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for assign_notebook_runtime
1942 1943 1944 |
# File 'lib/google/cloud/ai_platform/v1/notebook_service/client.rb', line 1942 def assign_notebook_runtime @assign_notebook_runtime end |
#create_notebook_execution_job ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_notebook_execution_job
1972 1973 1974 |
# File 'lib/google/cloud/ai_platform/v1/notebook_service/client.rb', line 1972 def create_notebook_execution_job @create_notebook_execution_job end |
#create_notebook_runtime_template ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_notebook_runtime_template
1917 1918 1919 |
# File 'lib/google/cloud/ai_platform/v1/notebook_service/client.rb', line 1917 def create_notebook_runtime_template @create_notebook_runtime_template end |
#delete_notebook_execution_job ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_notebook_execution_job
1987 1988 1989 |
# File 'lib/google/cloud/ai_platform/v1/notebook_service/client.rb', line 1987 def delete_notebook_execution_job @delete_notebook_execution_job end |
#delete_notebook_runtime ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_notebook_runtime
1957 1958 1959 |
# File 'lib/google/cloud/ai_platform/v1/notebook_service/client.rb', line 1957 def delete_notebook_runtime @delete_notebook_runtime end |
#delete_notebook_runtime_template ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_notebook_runtime_template
1932 1933 1934 |
# File 'lib/google/cloud/ai_platform/v1/notebook_service/client.rb', line 1932 def delete_notebook_runtime_template @delete_notebook_runtime_template end |
#get_notebook_execution_job ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_notebook_execution_job
1977 1978 1979 |
# File 'lib/google/cloud/ai_platform/v1/notebook_service/client.rb', line 1977 def get_notebook_execution_job @get_notebook_execution_job end |
#get_notebook_runtime ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_notebook_runtime
1947 1948 1949 |
# File 'lib/google/cloud/ai_platform/v1/notebook_service/client.rb', line 1947 def get_notebook_runtime @get_notebook_runtime end |
#get_notebook_runtime_template ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_notebook_runtime_template
1922 1923 1924 |
# File 'lib/google/cloud/ai_platform/v1/notebook_service/client.rb', line 1922 def get_notebook_runtime_template @get_notebook_runtime_template end |
#list_notebook_execution_jobs ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_notebook_execution_jobs
1982 1983 1984 |
# File 'lib/google/cloud/ai_platform/v1/notebook_service/client.rb', line 1982 def list_notebook_execution_jobs @list_notebook_execution_jobs end |
#list_notebook_runtime_templates ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_notebook_runtime_templates
1927 1928 1929 |
# File 'lib/google/cloud/ai_platform/v1/notebook_service/client.rb', line 1927 def list_notebook_runtime_templates @list_notebook_runtime_templates end |
#list_notebook_runtimes ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_notebook_runtimes
1952 1953 1954 |
# File 'lib/google/cloud/ai_platform/v1/notebook_service/client.rb', line 1952 def list_notebook_runtimes @list_notebook_runtimes end |
#start_notebook_runtime ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for start_notebook_runtime
1967 1968 1969 |
# File 'lib/google/cloud/ai_platform/v1/notebook_service/client.rb', line 1967 def start_notebook_runtime @start_notebook_runtime end |
#update_notebook_runtime_template ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for update_notebook_runtime_template
1937 1938 1939 |
# File 'lib/google/cloud/ai_platform/v1/notebook_service/client.rb', line 1937 def update_notebook_runtime_template @update_notebook_runtime_template end |
#upgrade_notebook_runtime ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for upgrade_notebook_runtime
1962 1963 1964 |
# File 'lib/google/cloud/ai_platform/v1/notebook_service/client.rb', line 1962 def upgrade_notebook_runtime @upgrade_notebook_runtime end |