Uses of Class
com.google.cloud.aiplatform.v1beta1.CustomJob
Packages that use CustomJob
-
Uses of CustomJob in com.google.cloud.aiplatform.v1beta1
Methods in com.google.cloud.aiplatform.v1beta1 that return CustomJobModifier and TypeMethodDescriptionCustomJob.Builder.build()CustomJob.Builder.buildPartial()CreateCustomJobRequest.Builder.getCustomJob()Required.CreateCustomJobRequest.getCustomJob()Required.CreateCustomJobRequestOrBuilder.getCustomJob()Required.ListCustomJobsResponse.Builder.getCustomJobs(int index) List of CustomJobs in the requested page.ListCustomJobsResponse.getCustomJobs(int index) List of CustomJobs in the requested page.ListCustomJobsResponseOrBuilder.getCustomJobs(int index) List of CustomJobs in the requested page.static CustomJobCustomJob.getDefaultInstance()CustomJob.Builder.getDefaultInstanceForType()CustomJob.getDefaultInstanceForType()static CustomJobCustomJob.parseDelimitedFrom(InputStream input) static CustomJobCustomJob.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CustomJobCustomJob.parseFrom(byte[] data) static CustomJobCustomJob.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CustomJobCustomJob.parseFrom(com.google.protobuf.ByteString data) static CustomJobCustomJob.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CustomJobCustomJob.parseFrom(com.google.protobuf.CodedInputStream input) static CustomJobCustomJob.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CustomJobCustomJob.parseFrom(InputStream input) static CustomJobCustomJob.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CustomJobCustomJob.parseFrom(ByteBuffer data) static CustomJobCustomJob.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.cloud.aiplatform.v1beta1 that return types with arguments of type CustomJobModifier and TypeMethodDescriptionListCustomJobsResponse.Builder.getCustomJobsList()List of CustomJobs in the requested page.ListCustomJobsResponse.getCustomJobsList()List of CustomJobs in the requested page.ListCustomJobsResponseOrBuilder.getCustomJobsList()List of CustomJobs in the requested page.com.google.protobuf.Parser<CustomJob>CustomJob.getParserForType()static com.google.protobuf.Parser<CustomJob>CustomJob.parser()Methods in com.google.cloud.aiplatform.v1beta1 with parameters of type CustomJobModifier and TypeMethodDescriptionListCustomJobsResponse.Builder.addCustomJobs(int index, CustomJob value) List of CustomJobs in the requested page.ListCustomJobsResponse.Builder.addCustomJobs(CustomJob value) List of CustomJobs in the requested page.CreateCustomJobRequest.Builder.mergeCustomJob(CustomJob value) Required.static CustomJob.BuilderCustomJob.newBuilder(CustomJob prototype) CreateCustomJobRequest.Builder.setCustomJob(CustomJob value) Required.ListCustomJobsResponse.Builder.setCustomJobs(int index, CustomJob value) List of CustomJobs in the requested page.Method parameters in com.google.cloud.aiplatform.v1beta1 with type arguments of type CustomJobModifier and TypeMethodDescriptionListCustomJobsResponse.Builder.addAllCustomJobs(Iterable<? extends CustomJob> values) List of CustomJobs in the requested page.