Send feedback
Class JobServiceSettings.Builder (2.5.3)
Stay organized with collections
Save and categorize content based on your preferences.
Version 2.5.3 keyboard_arrow_down
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
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-27 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-27 UTC."],[],[]]