Uses of Class
com.google.cloud.aiplatform.v1.JobServiceSettings
-
Packages that use JobServiceSettings Package Description com.google.cloud.aiplatform.v1 A client to Vertex AI API -
-
Uses of JobServiceSettings in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return JobServiceSettings Modifier and Type Method Description JobServiceSettings
JobServiceSettings.Builder. build()
static JobServiceSettings
JobServiceSettings. create(JobServiceStubSettings stub)
JobServiceSettings
JobServiceClient. getSettings()
Methods in com.google.cloud.aiplatform.v1 with parameters of type JobServiceSettings Modifier and Type Method Description static JobServiceClient
JobServiceClient. create(JobServiceSettings settings)
Constructs an instance of JobServiceClient, using the given settings.Constructors in com.google.cloud.aiplatform.v1 with parameters of type JobServiceSettings Constructor Description Builder(JobServiceSettings settings)
JobServiceClient(JobServiceSettings settings)
Constructs an instance of JobServiceClient, using the given settings.
-