Class: Google::Cloud::AIPlatform::V1::JobService::Client::Configuration::Rpcs
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::JobService::Client::Configuration::Rpcs
- Defined in:
- lib/google/cloud/ai_platform/v1/job_service/client.rb
Overview
Configuration RPC class for the JobService 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
-
#cancel_batch_prediction_job ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
cancel_batch_prediction_job. -
#cancel_custom_job ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
cancel_custom_job. -
#cancel_data_labeling_job ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
cancel_data_labeling_job. -
#cancel_hyperparameter_tuning_job ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
cancel_hyperparameter_tuning_job. -
#create_batch_prediction_job ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
create_batch_prediction_job. -
#create_custom_job ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
create_custom_job. -
#create_data_labeling_job ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
create_data_labeling_job. -
#create_hyperparameter_tuning_job ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
create_hyperparameter_tuning_job. -
#create_model_deployment_monitoring_job ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
create_model_deployment_monitoring_job. -
#delete_batch_prediction_job ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
delete_batch_prediction_job. -
#delete_custom_job ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
delete_custom_job. -
#delete_data_labeling_job ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
delete_data_labeling_job. -
#delete_hyperparameter_tuning_job ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
delete_hyperparameter_tuning_job. -
#delete_model_deployment_monitoring_job ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
delete_model_deployment_monitoring_job. -
#get_batch_prediction_job ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
get_batch_prediction_job. -
#get_custom_job ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
get_custom_job. -
#get_data_labeling_job ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
get_data_labeling_job. -
#get_hyperparameter_tuning_job ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
get_hyperparameter_tuning_job. -
#get_model_deployment_monitoring_job ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
get_model_deployment_monitoring_job. -
#list_batch_prediction_jobs ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
list_batch_prediction_jobs. -
#list_custom_jobs ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
list_custom_jobs. -
#list_data_labeling_jobs ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
list_data_labeling_jobs. -
#list_hyperparameter_tuning_jobs ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
list_hyperparameter_tuning_jobs. -
#list_model_deployment_monitoring_jobs ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
list_model_deployment_monitoring_jobs. -
#pause_model_deployment_monitoring_job ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
pause_model_deployment_monitoring_job. -
#resume_model_deployment_monitoring_job ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
resume_model_deployment_monitoring_job. -
#search_model_deployment_monitoring_stats_anomalies ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
search_model_deployment_monitoring_stats_anomalies. -
#update_model_deployment_monitoring_job ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
update_model_deployment_monitoring_job.
Instance Attribute Details
#cancel_batch_prediction_job ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for cancel_batch_prediction_job
3201 3202 3203 |
# File 'lib/google/cloud/ai_platform/v1/job_service/client.rb', line 3201 def cancel_batch_prediction_job @cancel_batch_prediction_job end |
#cancel_custom_job ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for cancel_custom_job
3126 3127 3128 |
# File 'lib/google/cloud/ai_platform/v1/job_service/client.rb', line 3126 def cancel_custom_job @cancel_custom_job end |
#cancel_data_labeling_job ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for cancel_data_labeling_job
3151 3152 3153 |
# File 'lib/google/cloud/ai_platform/v1/job_service/client.rb', line 3151 def cancel_data_labeling_job @cancel_data_labeling_job end |
#cancel_hyperparameter_tuning_job ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for cancel_hyperparameter_tuning_job
3176 3177 3178 |
# File 'lib/google/cloud/ai_platform/v1/job_service/client.rb', line 3176 def cancel_hyperparameter_tuning_job @cancel_hyperparameter_tuning_job end |
#create_batch_prediction_job ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_batch_prediction_job
3181 3182 3183 |
# File 'lib/google/cloud/ai_platform/v1/job_service/client.rb', line 3181 def create_batch_prediction_job @create_batch_prediction_job end |
#create_custom_job ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_custom_job
3106 3107 3108 |
# File 'lib/google/cloud/ai_platform/v1/job_service/client.rb', line 3106 def create_custom_job @create_custom_job end |
#create_data_labeling_job ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_data_labeling_job
3131 3132 3133 |
# File 'lib/google/cloud/ai_platform/v1/job_service/client.rb', line 3131 def create_data_labeling_job @create_data_labeling_job end |
#create_hyperparameter_tuning_job ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_hyperparameter_tuning_job
3156 3157 3158 |
# File 'lib/google/cloud/ai_platform/v1/job_service/client.rb', line 3156 def create_hyperparameter_tuning_job @create_hyperparameter_tuning_job end |
#create_model_deployment_monitoring_job ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_model_deployment_monitoring_job
3206 3207 3208 |
# File 'lib/google/cloud/ai_platform/v1/job_service/client.rb', line 3206 def create_model_deployment_monitoring_job @create_model_deployment_monitoring_job end |
#delete_batch_prediction_job ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_batch_prediction_job
3196 3197 3198 |
# File 'lib/google/cloud/ai_platform/v1/job_service/client.rb', line 3196 def delete_batch_prediction_job @delete_batch_prediction_job end |
#delete_custom_job ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_custom_job
3121 3122 3123 |
# File 'lib/google/cloud/ai_platform/v1/job_service/client.rb', line 3121 def delete_custom_job @delete_custom_job end |
#delete_data_labeling_job ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_data_labeling_job
3146 3147 3148 |
# File 'lib/google/cloud/ai_platform/v1/job_service/client.rb', line 3146 def delete_data_labeling_job @delete_data_labeling_job end |
#delete_hyperparameter_tuning_job ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_hyperparameter_tuning_job
3171 3172 3173 |
# File 'lib/google/cloud/ai_platform/v1/job_service/client.rb', line 3171 def delete_hyperparameter_tuning_job @delete_hyperparameter_tuning_job end |
#delete_model_deployment_monitoring_job ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_model_deployment_monitoring_job
3231 3232 3233 |
# File 'lib/google/cloud/ai_platform/v1/job_service/client.rb', line 3231 def delete_model_deployment_monitoring_job @delete_model_deployment_monitoring_job end |
#get_batch_prediction_job ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_batch_prediction_job
3186 3187 3188 |
# File 'lib/google/cloud/ai_platform/v1/job_service/client.rb', line 3186 def get_batch_prediction_job @get_batch_prediction_job end |
#get_custom_job ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_custom_job
3111 3112 3113 |
# File 'lib/google/cloud/ai_platform/v1/job_service/client.rb', line 3111 def get_custom_job @get_custom_job end |
#get_data_labeling_job ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_data_labeling_job
3136 3137 3138 |
# File 'lib/google/cloud/ai_platform/v1/job_service/client.rb', line 3136 def get_data_labeling_job @get_data_labeling_job end |
#get_hyperparameter_tuning_job ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_hyperparameter_tuning_job
3161 3162 3163 |
# File 'lib/google/cloud/ai_platform/v1/job_service/client.rb', line 3161 def get_hyperparameter_tuning_job @get_hyperparameter_tuning_job end |
#get_model_deployment_monitoring_job ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_model_deployment_monitoring_job
3216 3217 3218 |
# File 'lib/google/cloud/ai_platform/v1/job_service/client.rb', line 3216 def get_model_deployment_monitoring_job @get_model_deployment_monitoring_job end |
#list_batch_prediction_jobs ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_batch_prediction_jobs
3191 3192 3193 |
# File 'lib/google/cloud/ai_platform/v1/job_service/client.rb', line 3191 def list_batch_prediction_jobs @list_batch_prediction_jobs end |
#list_custom_jobs ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_custom_jobs
3116 3117 3118 |
# File 'lib/google/cloud/ai_platform/v1/job_service/client.rb', line 3116 def list_custom_jobs @list_custom_jobs end |
#list_data_labeling_jobs ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_data_labeling_jobs
3141 3142 3143 |
# File 'lib/google/cloud/ai_platform/v1/job_service/client.rb', line 3141 def list_data_labeling_jobs @list_data_labeling_jobs end |
#list_hyperparameter_tuning_jobs ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_hyperparameter_tuning_jobs
3166 3167 3168 |
# File 'lib/google/cloud/ai_platform/v1/job_service/client.rb', line 3166 def list_hyperparameter_tuning_jobs @list_hyperparameter_tuning_jobs end |
#list_model_deployment_monitoring_jobs ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_model_deployment_monitoring_jobs
3221 3222 3223 |
# File 'lib/google/cloud/ai_platform/v1/job_service/client.rb', line 3221 def list_model_deployment_monitoring_jobs @list_model_deployment_monitoring_jobs end |
#pause_model_deployment_monitoring_job ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for pause_model_deployment_monitoring_job
3236 3237 3238 |
# File 'lib/google/cloud/ai_platform/v1/job_service/client.rb', line 3236 def pause_model_deployment_monitoring_job @pause_model_deployment_monitoring_job end |
#resume_model_deployment_monitoring_job ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for resume_model_deployment_monitoring_job
3241 3242 3243 |
# File 'lib/google/cloud/ai_platform/v1/job_service/client.rb', line 3241 def resume_model_deployment_monitoring_job @resume_model_deployment_monitoring_job end |
#search_model_deployment_monitoring_stats_anomalies ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for search_model_deployment_monitoring_stats_anomalies
3211 3212 3213 |
# File 'lib/google/cloud/ai_platform/v1/job_service/client.rb', line 3211 def search_model_deployment_monitoring_stats_anomalies @search_model_deployment_monitoring_stats_anomalies end |
#update_model_deployment_monitoring_job ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for update_model_deployment_monitoring_job
3226 3227 3228 |
# File 'lib/google/cloud/ai_platform/v1/job_service/client.rb', line 3226 def update_model_deployment_monitoring_job @update_model_deployment_monitoring_job end |