public static class JobServiceSettings.Builder extends ClientSettings.Builder<JobServiceSettings,JobServiceSettings.Builder>
Builder for JobServiceSettings.
Constructors
Builder(ClientContext clientContext)
protected Builder(ClientContext clientContext)
Parameter
protected Builder(JobServiceSettings settings)
Parameter
protected Builder(JobServiceStubSettings.Builder stubSettings)
Parameter
Methods
public JobServiceSettings.Builder applyToAllUnaryMethods(ApiFunction<UnaryCallSettings.Builder<?,?>,Void> settingsUpdater)
Applies the given settings updater function to all of the unary API methods in this service.
Note: This method does not support applying settings to streaming methods.
Parameter
Returns
public JobServiceSettings build()
Returns
Overrides
Exceptions
public UnaryCallSettings.Builder<CancelBatchPredictionJobRequest,Empty> cancelBatchPredictionJobSettings()
Returns the builder for the settings used for calls to cancelBatchPredictionJob.
Returns
public UnaryCallSettings.Builder<CancelCustomJobRequest,Empty> cancelCustomJobSettings()
Returns the builder for the settings used for calls to cancelCustomJob.
Returns
public UnaryCallSettings.Builder<CancelDataLabelingJobRequest,Empty> cancelDataLabelingJobSettings()
Returns the builder for the settings used for calls to cancelDataLabelingJob.
Returns
public UnaryCallSettings.Builder<CancelHyperparameterTuningJobRequest,Empty> cancelHyperparameterTuningJobSettings()
Returns the builder for the settings used for calls to cancelHyperparameterTuningJob.
Returns
public UnaryCallSettings.Builder<CreateBatchPredictionJobRequest,BatchPredictionJob> createBatchPredictionJobSettings()
Returns the builder for the settings used for calls to createBatchPredictionJob.
Returns
public UnaryCallSettings.Builder<CreateCustomJobRequest,CustomJob> createCustomJobSettings()
Returns the builder for the settings used for calls to createCustomJob.
Returns
public UnaryCallSettings.Builder<CreateDataLabelingJobRequest,DataLabelingJob> createDataLabelingJobSettings()
Returns the builder for the settings used for calls to createDataLabelingJob.
Returns
public UnaryCallSettings.Builder<CreateHyperparameterTuningJobRequest,HyperparameterTuningJob> createHyperparameterTuningJobSettings()
Returns the builder for the settings used for calls to createHyperparameterTuningJob.
Returns
public UnaryCallSettings.Builder<CreateModelDeploymentMonitoringJobRequest,ModelDeploymentMonitoringJob> createModelDeploymentMonitoringJobSettings()
Returns the builder for the settings used for calls to createModelDeploymentMonitoringJob.
Returns
public OperationCallSettings.Builder<DeleteBatchPredictionJobRequest,Empty,DeleteOperationMetadata> deleteBatchPredictionJobOperationSettings()
Returns the builder for the settings used for calls to deleteBatchPredictionJob.
Returns
public UnaryCallSettings.Builder<DeleteBatchPredictionJobRequest,Operation> deleteBatchPredictionJobSettings()
Returns the builder for the settings used for calls to deleteBatchPredictionJob.
Returns
public OperationCallSettings.Builder<DeleteCustomJobRequest,Empty,DeleteOperationMetadata> deleteCustomJobOperationSettings()
Returns the builder for the settings used for calls to deleteCustomJob.
Returns
public UnaryCallSettings.Builder<DeleteCustomJobRequest,Operation> deleteCustomJobSettings()
Returns the builder for the settings used for calls to deleteCustomJob.
Returns
public OperationCallSettings.Builder<DeleteDataLabelingJobRequest,Empty,DeleteOperationMetadata> deleteDataLabelingJobOperationSettings()
Returns the builder for the settings used for calls to deleteDataLabelingJob.
Returns
public UnaryCallSettings.Builder<DeleteDataLabelingJobRequest,Operation> deleteDataLabelingJobSettings()
Returns the builder for the settings used for calls to deleteDataLabelingJob.
Returns
public OperationCallSettings.Builder<DeleteHyperparameterTuningJobRequest,Empty,DeleteOperationMetadata> deleteHyperparameterTuningJobOperationSettings()
Returns the builder for the settings used for calls to deleteHyperparameterTuningJob.
Returns
public UnaryCallSettings.Builder<DeleteHyperparameterTuningJobRequest,Operation> deleteHyperparameterTuningJobSettings()
Returns the builder for the settings used for calls to deleteHyperparameterTuningJob.
Returns
public OperationCallSettings.Builder<DeleteModelDeploymentMonitoringJobRequest,Empty,DeleteOperationMetadata> deleteModelDeploymentMonitoringJobOperationSettings()
Returns the builder for the settings used for calls to deleteModelDeploymentMonitoringJob.
Returns
public UnaryCallSettings.Builder<DeleteModelDeploymentMonitoringJobRequest,Operation> deleteModelDeploymentMonitoringJobSettings()
Returns the builder for the settings used for calls to deleteModelDeploymentMonitoringJob.
Returns
public UnaryCallSettings.Builder<GetBatchPredictionJobRequest,BatchPredictionJob> getBatchPredictionJobSettings()
Returns the builder for the settings used for calls to getBatchPredictionJob.
Returns
public UnaryCallSettings.Builder<GetCustomJobRequest,CustomJob> getCustomJobSettings()
Returns the builder for the settings used for calls to getCustomJob.
Returns
public UnaryCallSettings.Builder<GetDataLabelingJobRequest,DataLabelingJob> getDataLabelingJobSettings()
Returns the builder for the settings used for calls to getDataLabelingJob.
Returns
public UnaryCallSettings.Builder<GetHyperparameterTuningJobRequest,HyperparameterTuningJob> getHyperparameterTuningJobSettings()
Returns the builder for the settings used for calls to getHyperparameterTuningJob.
Returns
public UnaryCallSettings.Builder<GetModelDeploymentMonitoringJobRequest,ModelDeploymentMonitoringJob> getModelDeploymentMonitoringJobSettings()
Returns the builder for the settings used for calls to getModelDeploymentMonitoringJob.
Returns
public JobServiceStubSettings.Builder getStubSettingsBuilder()
Returns
public PagedCallSettings.Builder<ListBatchPredictionJobsRequest,ListBatchPredictionJobsResponse,JobServiceClient.ListBatchPredictionJobsPagedResponse> listBatchPredictionJobsSettings()
Returns the builder for the settings used for calls to listBatchPredictionJobs.
Returns
public PagedCallSettings.Builder<ListCustomJobsRequest,ListCustomJobsResponse,JobServiceClient.ListCustomJobsPagedResponse> listCustomJobsSettings()
Returns the builder for the settings used for calls to listCustomJobs.
Returns
public PagedCallSettings.Builder<ListDataLabelingJobsRequest,ListDataLabelingJobsResponse,JobServiceClient.ListDataLabelingJobsPagedResponse> listDataLabelingJobsSettings()
Returns the builder for the settings used for calls to listDataLabelingJobs.
Returns
public PagedCallSettings.Builder<ListHyperparameterTuningJobsRequest,ListHyperparameterTuningJobsResponse,JobServiceClient.ListHyperparameterTuningJobsPagedResponse> listHyperparameterTuningJobsSettings()
Returns the builder for the settings used for calls to listHyperparameterTuningJobs.
Returns
public PagedCallSettings.Builder<ListModelDeploymentMonitoringJobsRequest,ListModelDeploymentMonitoringJobsResponse,JobServiceClient.ListModelDeploymentMonitoringJobsPagedResponse> listModelDeploymentMonitoringJobsSettings()
Returns the builder for the settings used for calls to listModelDeploymentMonitoringJobs.
Returns
public UnaryCallSettings.Builder<PauseModelDeploymentMonitoringJobRequest,Empty> pauseModelDeploymentMonitoringJobSettings()
Returns the builder for the settings used for calls to pauseModelDeploymentMonitoringJob.
Returns
public UnaryCallSettings.Builder<ResumeModelDeploymentMonitoringJobRequest,Empty> resumeModelDeploymentMonitoringJobSettings()
Returns the builder for the settings used for calls to resumeModelDeploymentMonitoringJob.
Returns
public PagedCallSettings.Builder<SearchModelDeploymentMonitoringStatsAnomaliesRequest,SearchModelDeploymentMonitoringStatsAnomaliesResponse,JobServiceClient.SearchModelDeploymentMonitoringStatsAnomaliesPagedResponse> searchModelDeploymentMonitoringStatsAnomaliesSettings()
Returns the builder for the settings used for calls to
searchModelDeploymentMonitoringStatsAnomalies.
Returns
public OperationCallSettings.Builder<UpdateModelDeploymentMonitoringJobRequest,ModelDeploymentMonitoringJob,UpdateModelDeploymentMonitoringJobOperationMetadata> updateModelDeploymentMonitoringJobOperationSettings()
Returns the builder for the settings used for calls to updateModelDeploymentMonitoringJob.
Returns
public UnaryCallSettings.Builder<UpdateModelDeploymentMonitoringJobRequest,Operation> updateModelDeploymentMonitoringJobSettings()
Returns the builder for the settings used for calls to updateModelDeploymentMonitoringJob.
Returns