Class VertexRagDataServiceSpringProperties
java.lang.Object
com.google.cloud.aiplatform.v1.spring.VertexRagDataServiceSpringProperties
- All Implemented Interfaces:
CredentialsSupplier
@Generated("by google-cloud-spring-generator")
@BetaApi("Autogenerated Spring autoconfiguration is not yet stable")
@ConfigurationProperties("com.google.cloud.aiplatform.v1.vertex-rag-data-service")
public class VertexRagDataServiceSpringProperties
extends Object
implements CredentialsSupplier
Provides default property values for VertexRagDataService client bean
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSupplies credentials configuration.getRetry()
void
setExecutorThreadCount
(Integer executorThreadCount) void
setGetIamPolicyRetry
(Retry getIamPolicyRetry) void
setGetLocationRetry
(Retry getLocationRetry) void
setGetRagCorpusRetry
(Retry getRagCorpusRetry) void
setGetRagFileRetry
(Retry getRagFileRetry) void
setListLocationsRetry
(Retry listLocationsRetry) void
setListRagCorporaRetry
(Retry listRagCorporaRetry) void
setListRagFilesRetry
(Retry listRagFilesRetry) void
setQuotaProjectId
(String quotaProjectId) void
void
setSetIamPolicyRetry
(Retry setIamPolicyRetry) void
setTestIamPermissionsRetry
(Retry testIamPermissionsRetry) void
setUploadRagFileRetry
(Retry uploadRagFileRetry)
-
Constructor Details
-
VertexRagDataServiceSpringProperties
public VertexRagDataServiceSpringProperties()
-
-
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
-
getGetRagCorpusRetry
-
setGetRagCorpusRetry
-
getListRagCorporaRetry
-
setListRagCorporaRetry
-
getUploadRagFileRetry
-
setUploadRagFileRetry
-
getGetRagFileRetry
-
setGetRagFileRetry
-
getListRagFilesRetry
-
setListRagFilesRetry
-
getListLocationsRetry
-
setListLocationsRetry
-
getGetLocationRetry
-
setGetLocationRetry
-
getSetIamPolicyRetry
-
setSetIamPolicyRetry
-
getGetIamPolicyRetry
-
setGetIamPolicyRetry
-
getTestIamPermissionsRetry
-
setTestIamPermissionsRetry
-