Class: Google::Cloud::AIPlatform::V1::NotebookService::Client::Configuration::Rpcs

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#assign_notebook_runtime::Gapic::Config::Method (readonly)

RPC-specific configuration for assign_notebook_runtime



2039
2040
2041
# File 'lib/google/cloud/ai_platform/v1/notebook_service/client.rb', line 2039

def assign_notebook_runtime
  @assign_notebook_runtime
end

#create_notebook_execution_job::Gapic::Config::Method (readonly)

RPC-specific configuration for create_notebook_execution_job



2074
2075
2076
# File 'lib/google/cloud/ai_platform/v1/notebook_service/client.rb', line 2074

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



2014
2015
2016
# File 'lib/google/cloud/ai_platform/v1/notebook_service/client.rb', line 2014

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



2089
2090
2091
# File 'lib/google/cloud/ai_platform/v1/notebook_service/client.rb', line 2089

def delete_notebook_execution_job
  @delete_notebook_execution_job
end

#delete_notebook_runtime::Gapic::Config::Method (readonly)

RPC-specific configuration for delete_notebook_runtime



2054
2055
2056
# File 'lib/google/cloud/ai_platform/v1/notebook_service/client.rb', line 2054

def delete_notebook_runtime
  @delete_notebook_runtime
end

#delete_notebook_runtime_template::Gapic::Config::Method (readonly)

RPC-specific configuration for delete_notebook_runtime_template



2029
2030
2031
# File 'lib/google/cloud/ai_platform/v1/notebook_service/client.rb', line 2029

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



2079
2080
2081
# File 'lib/google/cloud/ai_platform/v1/notebook_service/client.rb', line 2079

def get_notebook_execution_job
  @get_notebook_execution_job
end

#get_notebook_runtime::Gapic::Config::Method (readonly)

RPC-specific configuration for get_notebook_runtime



2044
2045
2046
# File 'lib/google/cloud/ai_platform/v1/notebook_service/client.rb', line 2044

def get_notebook_runtime
  @get_notebook_runtime
end

#get_notebook_runtime_template::Gapic::Config::Method (readonly)

RPC-specific configuration for get_notebook_runtime_template



2019
2020
2021
# File 'lib/google/cloud/ai_platform/v1/notebook_service/client.rb', line 2019

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



2084
2085
2086
# File 'lib/google/cloud/ai_platform/v1/notebook_service/client.rb', line 2084

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



2024
2025
2026
# File 'lib/google/cloud/ai_platform/v1/notebook_service/client.rb', line 2024

def list_notebook_runtime_templates
  @list_notebook_runtime_templates
end

#list_notebook_runtimes::Gapic::Config::Method (readonly)

RPC-specific configuration for list_notebook_runtimes



2049
2050
2051
# File 'lib/google/cloud/ai_platform/v1/notebook_service/client.rb', line 2049

def list_notebook_runtimes
  @list_notebook_runtimes
end

#start_notebook_runtime::Gapic::Config::Method (readonly)

RPC-specific configuration for start_notebook_runtime



2064
2065
2066
# File 'lib/google/cloud/ai_platform/v1/notebook_service/client.rb', line 2064

def start_notebook_runtime
  @start_notebook_runtime
end

#stop_notebook_runtime::Gapic::Config::Method (readonly)

RPC-specific configuration for stop_notebook_runtime



2069
2070
2071
# File 'lib/google/cloud/ai_platform/v1/notebook_service/client.rb', line 2069

def stop_notebook_runtime
  @stop_notebook_runtime
end

#update_notebook_runtime_template::Gapic::Config::Method (readonly)

RPC-specific configuration for update_notebook_runtime_template



2034
2035
2036
# File 'lib/google/cloud/ai_platform/v1/notebook_service/client.rb', line 2034

def update_notebook_runtime_template
  @update_notebook_runtime_template
end

#upgrade_notebook_runtime::Gapic::Config::Method (readonly)

RPC-specific configuration for upgrade_notebook_runtime



2059
2060
2061
# File 'lib/google/cloud/ai_platform/v1/notebook_service/client.rb', line 2059

def upgrade_notebook_runtime
  @upgrade_notebook_runtime
end