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
-
Method Summary
Modifier and TypeMethodDescriptionSupplies credentials configuration.getRetry()
void
setDirectPredictRetry
(Retry directPredictRetry) void
setDirectRawPredictRetry
(Retry directRawPredictRetry) void
setExecutorThreadCount
(Integer executorThreadCount) void
setExplainRetry
(Retry explainRetry) void
setGetIamPolicyRetry
(Retry getIamPolicyRetry) void
setGetLocationRetry
(Retry getLocationRetry) void
setListLocationsRetry
(Retry listLocationsRetry) void
setPredictRetry
(Retry predictRetry) void
setQuotaProjectId
(String quotaProjectId) void
setRawPredictRetry
(Retry rawPredictRetry) void
void
setSetIamPolicyRetry
(Retry setIamPolicyRetry) void
setTestIamPermissionsRetry
(Retry testIamPermissionsRetry)
-
Constructor Details
-
PredictionServiceSpringProperties
public PredictionServiceSpringProperties()
-
-
Method Details
-
getCredentials
Description copied from interface:CredentialsSupplier
Supplies credentials configuration.- Specified by:
getCredentials
in 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
-
getListLocationsRetry
-
setListLocationsRetry
-
getGetLocationRetry
-
setGetLocationRetry
-
getSetIamPolicyRetry
-
setSetIamPolicyRetry
-
getGetIamPolicyRetry
-
setGetIamPolicyRetry
-
getTestIamPermissionsRetry
-
setTestIamPermissionsRetry
-