Class PredictionServiceSpringProperties
java.lang.Object
com.google.cloud.aiplatform.v1.spring.PredictionServiceSpringProperties
- All Implemented Interfaces:
CredentialsSupplier
@Generated("by google-cloud-spring-generator")
@BetaApi("Autogenerated Spring autoconfiguration is not yet stable")
@ConfigurationProperties("com.google.cloud.aiplatform.v1.prediction-service")
public class PredictionServiceSpringProperties
extends Object
implements CredentialsSupplier
Provides default property values for PredictionService client bean
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSupplies credentials configuration.getRetry()voidsetDirectPredictRetry(Retry directPredictRetry) voidsetDirectRawPredictRetry(Retry directRawPredictRetry) voidsetExecutorThreadCount(Integer executorThreadCount) voidsetExplainRetry(Retry explainRetry) voidsetGenerateContentRetry(Retry generateContentRetry) voidsetGetIamPolicyRetry(Retry getIamPolicyRetry) voidsetGetLocationRetry(Retry getLocationRetry) voidsetListLocationsRetry(Retry listLocationsRetry) voidsetPredictRetry(Retry predictRetry) voidsetQuotaProjectId(String quotaProjectId) voidsetRawPredictRetry(Retry rawPredictRetry) voidvoidsetSetIamPolicyRetry(Retry setIamPolicyRetry) voidsetTestIamPermissionsRetry(Retry testIamPermissionsRetry)
-
Constructor Details
-
PredictionServiceSpringProperties
public PredictionServiceSpringProperties()
-
-
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
-
getPredictRetry
-
setPredictRetry
-
getRawPredictRetry
-
setRawPredictRetry
-
getDirectPredictRetry
-
setDirectPredictRetry
-
getDirectRawPredictRetry
-
setDirectRawPredictRetry
-
getExplainRetry
-
setExplainRetry
-
getGenerateContentRetry
-
setGenerateContentRetry
-
getListLocationsRetry
-
setListLocationsRetry
-
getGetLocationRetry
-
setGetLocationRetry
-
getSetIamPolicyRetry
-
setSetIamPolicyRetry
-
getGetIamPolicyRetry
-
setGetIamPolicyRetry
-
getTestIamPermissionsRetry
-
setTestIamPermissionsRetry
-