Class JobServiceSpringProperties
java.lang.Object
com.google.cloud.aiplatform.v1.spring.JobServiceSpringProperties
- All Implemented Interfaces:
CredentialsSupplier
@Generated("by google-cloud-spring-generator")
@BetaApi("Autogenerated Spring autoconfiguration is not yet stable")
@ConfigurationProperties("com.google.cloud.aiplatform.v1.job-service")
public class JobServiceSpringProperties
extends Object
implements CredentialsSupplier
Provides default property values for JobService client bean
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSupplies credentials configuration.getRetry()voidsetCancelBatchPredictionJobRetry(Retry cancelBatchPredictionJobRetry) voidsetCancelCustomJobRetry(Retry cancelCustomJobRetry) voidsetCancelDataLabelingJobRetry(Retry cancelDataLabelingJobRetry) voidsetCancelHyperparameterTuningJobRetry(Retry cancelHyperparameterTuningJobRetry) voidsetCreateBatchPredictionJobRetry(Retry createBatchPredictionJobRetry) voidsetCreateCustomJobRetry(Retry createCustomJobRetry) voidsetCreateDataLabelingJobRetry(Retry createDataLabelingJobRetry) voidsetCreateHyperparameterTuningJobRetry(Retry createHyperparameterTuningJobRetry) voidsetCreateModelDeploymentMonitoringJobRetry(Retry createModelDeploymentMonitoringJobRetry) voidsetExecutorThreadCount(Integer executorThreadCount) voidsetGetBatchPredictionJobRetry(Retry getBatchPredictionJobRetry) voidsetGetCustomJobRetry(Retry getCustomJobRetry) voidsetGetDataLabelingJobRetry(Retry getDataLabelingJobRetry) voidsetGetHyperparameterTuningJobRetry(Retry getHyperparameterTuningJobRetry) voidsetGetIamPolicyRetry(Retry getIamPolicyRetry) voidsetGetLocationRetry(Retry getLocationRetry) voidsetGetModelDeploymentMonitoringJobRetry(Retry getModelDeploymentMonitoringJobRetry) voidsetListBatchPredictionJobsRetry(Retry listBatchPredictionJobsRetry) voidsetListCustomJobsRetry(Retry listCustomJobsRetry) voidsetListDataLabelingJobsRetry(Retry listDataLabelingJobsRetry) voidsetListHyperparameterTuningJobsRetry(Retry listHyperparameterTuningJobsRetry) voidsetListLocationsRetry(Retry listLocationsRetry) voidsetListModelDeploymentMonitoringJobsRetry(Retry listModelDeploymentMonitoringJobsRetry) voidsetPauseModelDeploymentMonitoringJobRetry(Retry pauseModelDeploymentMonitoringJobRetry) voidsetQuotaProjectId(String quotaProjectId) voidsetResumeModelDeploymentMonitoringJobRetry(Retry resumeModelDeploymentMonitoringJobRetry) voidvoidsetSearchModelDeploymentMonitoringStatsAnomaliesRetry(Retry searchModelDeploymentMonitoringStatsAnomaliesRetry) voidsetSetIamPolicyRetry(Retry setIamPolicyRetry) voidsetTestIamPermissionsRetry(Retry testIamPermissionsRetry)
-
Constructor Details
-
JobServiceSpringProperties
public JobServiceSpringProperties()
-
-
Method Details
-
getCredentials
Description copied from interface:CredentialsSupplierSupplies credentials configuration.- Specified by:
getCredentialsin interfaceCredentialsSupplier- Returns:
- a POJO containing Google Cloud credentials location and scopes
-
getQuotaProjectId
-
setQuotaProjectId
-
getExecutorThreadCount
-
setExecutorThreadCount
-
getRetry
-
setRetry
-
getCreateCustomJobRetry
-
setCreateCustomJobRetry
-
getGetCustomJobRetry
-
setGetCustomJobRetry
-
getListCustomJobsRetry
-
setListCustomJobsRetry
-
getCancelCustomJobRetry
-
setCancelCustomJobRetry
-
getCreateDataLabelingJobRetry
-
setCreateDataLabelingJobRetry
-
getGetDataLabelingJobRetry
-
setGetDataLabelingJobRetry
-
getListDataLabelingJobsRetry
-
setListDataLabelingJobsRetry
-
getCancelDataLabelingJobRetry
-
setCancelDataLabelingJobRetry
-
getCreateHyperparameterTuningJobRetry
-
setCreateHyperparameterTuningJobRetry
-
getGetHyperparameterTuningJobRetry
-
setGetHyperparameterTuningJobRetry
-
getListHyperparameterTuningJobsRetry
-
setListHyperparameterTuningJobsRetry
-
getCancelHyperparameterTuningJobRetry
-
setCancelHyperparameterTuningJobRetry
-
getCreateBatchPredictionJobRetry
-
setCreateBatchPredictionJobRetry
-
getGetBatchPredictionJobRetry
-
setGetBatchPredictionJobRetry
-
getListBatchPredictionJobsRetry
-
setListBatchPredictionJobsRetry
-
getCancelBatchPredictionJobRetry
-
setCancelBatchPredictionJobRetry
-
getCreateModelDeploymentMonitoringJobRetry
-
setCreateModelDeploymentMonitoringJobRetry
public void setCreateModelDeploymentMonitoringJobRetry(Retry createModelDeploymentMonitoringJobRetry) -
getSearchModelDeploymentMonitoringStatsAnomaliesRetry
-
setSearchModelDeploymentMonitoringStatsAnomaliesRetry
public void setSearchModelDeploymentMonitoringStatsAnomaliesRetry(Retry searchModelDeploymentMonitoringStatsAnomaliesRetry) -
getGetModelDeploymentMonitoringJobRetry
-
setGetModelDeploymentMonitoringJobRetry
-
getListModelDeploymentMonitoringJobsRetry
-
setListModelDeploymentMonitoringJobsRetry
-
getPauseModelDeploymentMonitoringJobRetry
-
setPauseModelDeploymentMonitoringJobRetry
-
getResumeModelDeploymentMonitoringJobRetry
-
setResumeModelDeploymentMonitoringJobRetry
public void setResumeModelDeploymentMonitoringJobRetry(Retry resumeModelDeploymentMonitoringJobRetry) -
getListLocationsRetry
-
setListLocationsRetry
-
getGetLocationRetry
-
setGetLocationRetry
-
getSetIamPolicyRetry
-
setSetIamPolicyRetry
-
getGetIamPolicyRetry
-
setGetIamPolicyRetry
-
getTestIamPermissionsRetry
-
setTestIamPermissionsRetry
-