- 0.57.0 (latest)
- 0.56.0
- 0.55.0
- 0.54.0
- 0.53.0
- 0.52.0
- 0.51.0
- 0.50.0
- 0.49.0
- 0.48.0
- 0.47.0
- 0.46.0
- 0.45.0
- 0.44.0
- 0.43.0
- 0.42.0
- 0.41.0
- 0.40.0
- 0.39.0
- 0.38.0
- 0.37.0
- 0.36.0
- 0.35.0
- 0.34.0
- 0.33.0
- 0.32.0
- 0.31.0
- 0.30.0
- 0.29.0
- 0.28.0
- 0.27.0
- 0.26.0
- 0.25.0
- 0.24.0
- 0.23.0
- 0.22.0
- 0.21.0
- 0.20.0
- 0.19.0
- 0.18.0
- 0.17.0
- 0.16.0
- 0.15.0
- 0.14.0
- 0.13.0
- 0.12.0
- 0.11.0
- 0.10.0
- 0.9.1
- 0.8.0
- 0.7.0
- 0.6.0
- 0.5.0
- 0.4.0
- 0.3.0
- 0.2.0
- 0.1.0
Reference documentation and code samples for the Vertex AI V1 API class Google::Cloud::AIPlatform::V1::JobService::Rest::ServiceStub.
REST service stub for the JobService service. Service stub contains baseline method implementations including transcoding, making the REST call, and deserialing the response.
Inherits
- Object
Methods
#cancel_batch_prediction_job
def cancel_batch_prediction_job(request_pb, options = nil) { |result, operation| ... } -> ::Google::Protobuf::Empty
Baseline implementation for the cancel_batch_prediction_job REST call
- request_pb (::Google::Cloud::AIPlatform::V1::CancelBatchPredictionJobRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Protobuf::Empty)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Protobuf::Empty) — A result object deserialized from the server's reply
- (::ArgumentError)
#cancel_custom_job
def cancel_custom_job(request_pb, options = nil) { |result, operation| ... } -> ::Google::Protobuf::Empty
Baseline implementation for the cancel_custom_job REST call
- request_pb (::Google::Cloud::AIPlatform::V1::CancelCustomJobRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Protobuf::Empty)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Protobuf::Empty) — A result object deserialized from the server's reply
- (::ArgumentError)
#cancel_data_labeling_job
def cancel_data_labeling_job(request_pb, options = nil) { |result, operation| ... } -> ::Google::Protobuf::Empty
Baseline implementation for the cancel_data_labeling_job REST call
- request_pb (::Google::Cloud::AIPlatform::V1::CancelDataLabelingJobRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Protobuf::Empty)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Protobuf::Empty) — A result object deserialized from the server's reply
- (::ArgumentError)
#cancel_hyperparameter_tuning_job
def cancel_hyperparameter_tuning_job(request_pb, options = nil) { |result, operation| ... } -> ::Google::Protobuf::Empty
Baseline implementation for the cancel_hyperparameter_tuning_job REST call
- request_pb (::Google::Cloud::AIPlatform::V1::CancelHyperparameterTuningJobRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Protobuf::Empty)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Protobuf::Empty) — A result object deserialized from the server's reply
- (::ArgumentError)
#cancel_nas_job
def cancel_nas_job(request_pb, options = nil) { |result, operation| ... } -> ::Google::Protobuf::Empty
Baseline implementation for the cancel_nas_job REST call
- request_pb (::Google::Cloud::AIPlatform::V1::CancelNasJobRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Protobuf::Empty)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Protobuf::Empty) — A result object deserialized from the server's reply
- (::ArgumentError)
#create_batch_prediction_job
def create_batch_prediction_job(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::AIPlatform::V1::BatchPredictionJob
Baseline implementation for the create_batch_prediction_job REST call
- request_pb (::Google::Cloud::AIPlatform::V1::CreateBatchPredictionJobRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::AIPlatform::V1::BatchPredictionJob)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::AIPlatform::V1::BatchPredictionJob) — A result object deserialized from the server's reply
- (::ArgumentError)
#create_custom_job
def create_custom_job(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::AIPlatform::V1::CustomJob
Baseline implementation for the create_custom_job REST call
- request_pb (::Google::Cloud::AIPlatform::V1::CreateCustomJobRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::AIPlatform::V1::CustomJob)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::AIPlatform::V1::CustomJob) — A result object deserialized from the server's reply
- (::ArgumentError)
#create_data_labeling_job
def create_data_labeling_job(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::AIPlatform::V1::DataLabelingJob
Baseline implementation for the create_data_labeling_job REST call
- request_pb (::Google::Cloud::AIPlatform::V1::CreateDataLabelingJobRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::AIPlatform::V1::DataLabelingJob)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::AIPlatform::V1::DataLabelingJob) — A result object deserialized from the server's reply
- (::ArgumentError)
#create_hyperparameter_tuning_job
def create_hyperparameter_tuning_job(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::AIPlatform::V1::HyperparameterTuningJob
Baseline implementation for the create_hyperparameter_tuning_job REST call
- request_pb (::Google::Cloud::AIPlatform::V1::CreateHyperparameterTuningJobRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::AIPlatform::V1::HyperparameterTuningJob)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::AIPlatform::V1::HyperparameterTuningJob) — A result object deserialized from the server's reply
- (::ArgumentError)
#create_model_deployment_monitoring_job
def create_model_deployment_monitoring_job(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::AIPlatform::V1::ModelDeploymentMonitoringJob
Baseline implementation for the create_model_deployment_monitoring_job REST call
- request_pb (::Google::Cloud::AIPlatform::V1::CreateModelDeploymentMonitoringJobRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::AIPlatform::V1::ModelDeploymentMonitoringJob)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::AIPlatform::V1::ModelDeploymentMonitoringJob) — A result object deserialized from the server's reply
- (::ArgumentError)
#create_nas_job
def create_nas_job(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::AIPlatform::V1::NasJob
Baseline implementation for the create_nas_job REST call
- request_pb (::Google::Cloud::AIPlatform::V1::CreateNasJobRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::AIPlatform::V1::NasJob)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::AIPlatform::V1::NasJob) — A result object deserialized from the server's reply
- (::ArgumentError)
#delete_batch_prediction_job
def delete_batch_prediction_job(request_pb, options = nil) { |result, operation| ... } -> ::Google::Longrunning::Operation
Baseline implementation for the delete_batch_prediction_job REST call
- request_pb (::Google::Cloud::AIPlatform::V1::DeleteBatchPredictionJobRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Longrunning::Operation)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Longrunning::Operation) — A result object deserialized from the server's reply
- (::ArgumentError)
#delete_custom_job
def delete_custom_job(request_pb, options = nil) { |result, operation| ... } -> ::Google::Longrunning::Operation
Baseline implementation for the delete_custom_job REST call
- request_pb (::Google::Cloud::AIPlatform::V1::DeleteCustomJobRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Longrunning::Operation)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Longrunning::Operation) — A result object deserialized from the server's reply
- (::ArgumentError)
#delete_data_labeling_job
def delete_data_labeling_job(request_pb, options = nil) { |result, operation| ... } -> ::Google::Longrunning::Operation
Baseline implementation for the delete_data_labeling_job REST call
- request_pb (::Google::Cloud::AIPlatform::V1::DeleteDataLabelingJobRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Longrunning::Operation)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Longrunning::Operation) — A result object deserialized from the server's reply
- (::ArgumentError)
#delete_hyperparameter_tuning_job
def delete_hyperparameter_tuning_job(request_pb, options = nil) { |result, operation| ... } -> ::Google::Longrunning::Operation
Baseline implementation for the delete_hyperparameter_tuning_job REST call
- request_pb (::Google::Cloud::AIPlatform::V1::DeleteHyperparameterTuningJobRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Longrunning::Operation)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Longrunning::Operation) — A result object deserialized from the server's reply
- (::ArgumentError)
#delete_model_deployment_monitoring_job
def delete_model_deployment_monitoring_job(request_pb, options = nil) { |result, operation| ... } -> ::Google::Longrunning::Operation
Baseline implementation for the delete_model_deployment_monitoring_job REST call
- request_pb (::Google::Cloud::AIPlatform::V1::DeleteModelDeploymentMonitoringJobRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Longrunning::Operation)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Longrunning::Operation) — A result object deserialized from the server's reply
- (::ArgumentError)
#delete_nas_job
def delete_nas_job(request_pb, options = nil) { |result, operation| ... } -> ::Google::Longrunning::Operation
Baseline implementation for the delete_nas_job REST call
- request_pb (::Google::Cloud::AIPlatform::V1::DeleteNasJobRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Longrunning::Operation)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Longrunning::Operation) — A result object deserialized from the server's reply
- (::ArgumentError)
#endpoint
def endpoint() -> String
The effective endpoint
- (String)
#get_batch_prediction_job
def get_batch_prediction_job(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::AIPlatform::V1::BatchPredictionJob
Baseline implementation for the get_batch_prediction_job REST call
- request_pb (::Google::Cloud::AIPlatform::V1::GetBatchPredictionJobRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::AIPlatform::V1::BatchPredictionJob)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::AIPlatform::V1::BatchPredictionJob) — A result object deserialized from the server's reply
- (::ArgumentError)
#get_custom_job
def get_custom_job(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::AIPlatform::V1::CustomJob
Baseline implementation for the get_custom_job REST call
- request_pb (::Google::Cloud::AIPlatform::V1::GetCustomJobRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::AIPlatform::V1::CustomJob)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::AIPlatform::V1::CustomJob) — A result object deserialized from the server's reply
- (::ArgumentError)
#get_data_labeling_job
def get_data_labeling_job(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::AIPlatform::V1::DataLabelingJob
Baseline implementation for the get_data_labeling_job REST call
- request_pb (::Google::Cloud::AIPlatform::V1::GetDataLabelingJobRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::AIPlatform::V1::DataLabelingJob)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::AIPlatform::V1::DataLabelingJob) — A result object deserialized from the server's reply
- (::ArgumentError)
#get_hyperparameter_tuning_job
def get_hyperparameter_tuning_job(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::AIPlatform::V1::HyperparameterTuningJob
Baseline implementation for the get_hyperparameter_tuning_job REST call
- request_pb (::Google::Cloud::AIPlatform::V1::GetHyperparameterTuningJobRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::AIPlatform::V1::HyperparameterTuningJob)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::AIPlatform::V1::HyperparameterTuningJob) — A result object deserialized from the server's reply
- (::ArgumentError)
#get_model_deployment_monitoring_job
def get_model_deployment_monitoring_job(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::AIPlatform::V1::ModelDeploymentMonitoringJob
Baseline implementation for the get_model_deployment_monitoring_job REST call
- request_pb (::Google::Cloud::AIPlatform::V1::GetModelDeploymentMonitoringJobRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::AIPlatform::V1::ModelDeploymentMonitoringJob)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::AIPlatform::V1::ModelDeploymentMonitoringJob) — A result object deserialized from the server's reply
- (::ArgumentError)
#get_nas_job
def get_nas_job(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::AIPlatform::V1::NasJob
Baseline implementation for the get_nas_job REST call
- request_pb (::Google::Cloud::AIPlatform::V1::GetNasJobRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::AIPlatform::V1::NasJob)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::AIPlatform::V1::NasJob) — A result object deserialized from the server's reply
- (::ArgumentError)
#get_nas_trial_detail
def get_nas_trial_detail(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::AIPlatform::V1::NasTrialDetail
Baseline implementation for the get_nas_trial_detail REST call
- request_pb (::Google::Cloud::AIPlatform::V1::GetNasTrialDetailRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::AIPlatform::V1::NasTrialDetail)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::AIPlatform::V1::NasTrialDetail) — A result object deserialized from the server's reply
- (::ArgumentError)
#initialize
def initialize(endpoint:, endpoint_template:, universe_domain:, credentials:) -> ServiceStub
- (ServiceStub) — a new instance of ServiceStub
#list_batch_prediction_jobs
def list_batch_prediction_jobs(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::AIPlatform::V1::ListBatchPredictionJobsResponse
Baseline implementation for the list_batch_prediction_jobs REST call
- request_pb (::Google::Cloud::AIPlatform::V1::ListBatchPredictionJobsRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::AIPlatform::V1::ListBatchPredictionJobsResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::AIPlatform::V1::ListBatchPredictionJobsResponse) — A result object deserialized from the server's reply
- (::ArgumentError)
#list_custom_jobs
def list_custom_jobs(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::AIPlatform::V1::ListCustomJobsResponse
Baseline implementation for the list_custom_jobs REST call
- request_pb (::Google::Cloud::AIPlatform::V1::ListCustomJobsRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::AIPlatform::V1::ListCustomJobsResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::AIPlatform::V1::ListCustomJobsResponse) — A result object deserialized from the server's reply
- (::ArgumentError)
#list_data_labeling_jobs
def list_data_labeling_jobs(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::AIPlatform::V1::ListDataLabelingJobsResponse
Baseline implementation for the list_data_labeling_jobs REST call
- request_pb (::Google::Cloud::AIPlatform::V1::ListDataLabelingJobsRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::AIPlatform::V1::ListDataLabelingJobsResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::AIPlatform::V1::ListDataLabelingJobsResponse) — A result object deserialized from the server's reply
- (::ArgumentError)
#list_hyperparameter_tuning_jobs
def list_hyperparameter_tuning_jobs(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::AIPlatform::V1::ListHyperparameterTuningJobsResponse
Baseline implementation for the list_hyperparameter_tuning_jobs REST call
- request_pb (::Google::Cloud::AIPlatform::V1::ListHyperparameterTuningJobsRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::AIPlatform::V1::ListHyperparameterTuningJobsResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::AIPlatform::V1::ListHyperparameterTuningJobsResponse) — A result object deserialized from the server's reply
- (::ArgumentError)
#list_model_deployment_monitoring_jobs
def list_model_deployment_monitoring_jobs(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::AIPlatform::V1::ListModelDeploymentMonitoringJobsResponse
Baseline implementation for the list_model_deployment_monitoring_jobs REST call
- request_pb (::Google::Cloud::AIPlatform::V1::ListModelDeploymentMonitoringJobsRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::AIPlatform::V1::ListModelDeploymentMonitoringJobsResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::AIPlatform::V1::ListModelDeploymentMonitoringJobsResponse) — A result object deserialized from the server's reply
- (::ArgumentError)
#list_nas_jobs
def list_nas_jobs(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::AIPlatform::V1::ListNasJobsResponse
Baseline implementation for the list_nas_jobs REST call
- request_pb (::Google::Cloud::AIPlatform::V1::ListNasJobsRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::AIPlatform::V1::ListNasJobsResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::AIPlatform::V1::ListNasJobsResponse) — A result object deserialized from the server's reply
- (::ArgumentError)
#list_nas_trial_details
def list_nas_trial_details(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::AIPlatform::V1::ListNasTrialDetailsResponse
Baseline implementation for the list_nas_trial_details REST call
- request_pb (::Google::Cloud::AIPlatform::V1::ListNasTrialDetailsRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::AIPlatform::V1::ListNasTrialDetailsResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::AIPlatform::V1::ListNasTrialDetailsResponse) — A result object deserialized from the server's reply
- (::ArgumentError)
#pause_model_deployment_monitoring_job
def pause_model_deployment_monitoring_job(request_pb, options = nil) { |result, operation| ... } -> ::Google::Protobuf::Empty
Baseline implementation for the pause_model_deployment_monitoring_job REST call
- request_pb (::Google::Cloud::AIPlatform::V1::PauseModelDeploymentMonitoringJobRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Protobuf::Empty)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Protobuf::Empty) — A result object deserialized from the server's reply
- (::ArgumentError)
#resume_model_deployment_monitoring_job
def resume_model_deployment_monitoring_job(request_pb, options = nil) { |result, operation| ... } -> ::Google::Protobuf::Empty
Baseline implementation for the resume_model_deployment_monitoring_job REST call
- request_pb (::Google::Cloud::AIPlatform::V1::ResumeModelDeploymentMonitoringJobRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Protobuf::Empty)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Protobuf::Empty) — A result object deserialized from the server's reply
- (::ArgumentError)
#search_model_deployment_monitoring_stats_anomalies
def search_model_deployment_monitoring_stats_anomalies(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::AIPlatform::V1::SearchModelDeploymentMonitoringStatsAnomaliesResponse
Baseline implementation for the search_model_deployment_monitoring_stats_anomalies REST call
- request_pb (::Google::Cloud::AIPlatform::V1::SearchModelDeploymentMonitoringStatsAnomaliesRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Cloud::AIPlatform::V1::SearchModelDeploymentMonitoringStatsAnomaliesResponse)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Cloud::AIPlatform::V1::SearchModelDeploymentMonitoringStatsAnomaliesResponse) — A result object deserialized from the server's reply
- (::ArgumentError)
#universe_domain
def universe_domain() -> String
The effective universe domain
- (String)
#update_model_deployment_monitoring_job
def update_model_deployment_monitoring_job(request_pb, options = nil) { |result, operation| ... } -> ::Google::Longrunning::Operation
Baseline implementation for the update_model_deployment_monitoring_job REST call
- request_pb (::Google::Cloud::AIPlatform::V1::UpdateModelDeploymentMonitoringJobRequest) — A request object representing the call parameters. Required.
- options (::Gapic::CallOptions) — Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
- (result, operation) — Access the result along with the TransportOperation object
- result (::Google::Longrunning::Operation)
- operation (::Gapic::Rest::TransportOperation)
- (::Google::Longrunning::Operation) — A result object deserialized from the server's reply
- (::ArgumentError)