Uses of Interface
com.google.cloud.aiplatform.v1beta1.WorkerPoolSpecOrBuilder
-
Packages that use WorkerPoolSpecOrBuilder Package Description com.google.cloud.aiplatform.v1beta1 A client to Vertex AI API -
-
Uses of WorkerPoolSpecOrBuilder in com.google.cloud.aiplatform.v1beta1
Classes in com.google.cloud.aiplatform.v1beta1 that implement WorkerPoolSpecOrBuilder Modifier and Type Class Description class
WorkerPoolSpec
Represents the spec of a worker pool in a job.static class
WorkerPoolSpec.Builder
Represents the spec of a worker pool in a job.Methods in com.google.cloud.aiplatform.v1beta1 that return WorkerPoolSpecOrBuilder Modifier and Type Method Description WorkerPoolSpecOrBuilder
CustomJobSpec.Builder. getWorkerPoolSpecsOrBuilder(int index)
Required.WorkerPoolSpecOrBuilder
CustomJobSpec. getWorkerPoolSpecsOrBuilder(int index)
Required.WorkerPoolSpecOrBuilder
CustomJobSpecOrBuilder. getWorkerPoolSpecsOrBuilder(int index)
Required.Methods in com.google.cloud.aiplatform.v1beta1 that return types with arguments of type WorkerPoolSpecOrBuilder Modifier and Type Method Description List<? extends WorkerPoolSpecOrBuilder>
CustomJobSpec.Builder. getWorkerPoolSpecsOrBuilderList()
Required.List<? extends WorkerPoolSpecOrBuilder>
CustomJobSpec. getWorkerPoolSpecsOrBuilderList()
Required.List<? extends WorkerPoolSpecOrBuilder>
CustomJobSpecOrBuilder. getWorkerPoolSpecsOrBuilderList()
Required.
-