Uses of Class
com.google.cloud.aiplatform.v1.WorkerPoolSpec
Packages that use WorkerPoolSpec
-
Uses of WorkerPoolSpec in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return WorkerPoolSpecModifier and TypeMethodDescriptionWorkerPoolSpec.Builder.build()WorkerPoolSpec.Builder.buildPartial()static WorkerPoolSpecWorkerPoolSpec.getDefaultInstance()WorkerPoolSpec.Builder.getDefaultInstanceForType()WorkerPoolSpec.getDefaultInstanceForType()CustomJobSpec.Builder.getWorkerPoolSpecs(int index) Required.CustomJobSpec.getWorkerPoolSpecs(int index) Required.CustomJobSpecOrBuilder.getWorkerPoolSpecs(int index) Required.static WorkerPoolSpecWorkerPoolSpec.parseDelimitedFrom(InputStream input) static WorkerPoolSpecWorkerPoolSpec.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static WorkerPoolSpecWorkerPoolSpec.parseFrom(byte[] data) static WorkerPoolSpecWorkerPoolSpec.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static WorkerPoolSpecWorkerPoolSpec.parseFrom(com.google.protobuf.ByteString data) static WorkerPoolSpecWorkerPoolSpec.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static WorkerPoolSpecWorkerPoolSpec.parseFrom(com.google.protobuf.CodedInputStream input) static WorkerPoolSpecWorkerPoolSpec.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static WorkerPoolSpecWorkerPoolSpec.parseFrom(InputStream input) static WorkerPoolSpecWorkerPoolSpec.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static WorkerPoolSpecWorkerPoolSpec.parseFrom(ByteBuffer data) static WorkerPoolSpecWorkerPoolSpec.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.cloud.aiplatform.v1 that return types with arguments of type WorkerPoolSpecModifier and TypeMethodDescriptioncom.google.protobuf.Parser<WorkerPoolSpec>WorkerPoolSpec.getParserForType()CustomJobSpec.Builder.getWorkerPoolSpecsList()Required.CustomJobSpec.getWorkerPoolSpecsList()Required.CustomJobSpecOrBuilder.getWorkerPoolSpecsList()Required.static com.google.protobuf.Parser<WorkerPoolSpec>WorkerPoolSpec.parser()Methods in com.google.cloud.aiplatform.v1 with parameters of type WorkerPoolSpecModifier and TypeMethodDescriptionCustomJobSpec.Builder.addWorkerPoolSpecs(int index, WorkerPoolSpec value) Required.CustomJobSpec.Builder.addWorkerPoolSpecs(WorkerPoolSpec value) Required.WorkerPoolSpec.Builder.mergeFrom(WorkerPoolSpec other) static WorkerPoolSpec.BuilderWorkerPoolSpec.newBuilder(WorkerPoolSpec prototype) CustomJobSpec.Builder.setWorkerPoolSpecs(int index, WorkerPoolSpec value) Required.Method parameters in com.google.cloud.aiplatform.v1 with type arguments of type WorkerPoolSpecModifier and TypeMethodDescriptionCustomJobSpec.Builder.addAllWorkerPoolSpecs(Iterable<? extends WorkerPoolSpec> values) Required.