Uses of Interface
com.google.cloud.aiplatform.v1.CustomJobOrBuilder
-
Packages that use CustomJobOrBuilder Package Description com.google.cloud.aiplatform.v1 A client to Vertex AI API -
-
Uses of CustomJobOrBuilder in com.google.cloud.aiplatform.v1
Classes in com.google.cloud.aiplatform.v1 that implement CustomJobOrBuilder Modifier and Type Class Description class
CustomJob
Represents a job that runs custom workloads such as a Docker container or a Python package.static class
CustomJob.Builder
Represents a job that runs custom workloads such as a Docker container or a Python package.Methods in com.google.cloud.aiplatform.v1 that return CustomJobOrBuilder Modifier and Type Method Description CustomJobOrBuilder
CreateCustomJobRequest.Builder. getCustomJobOrBuilder()
Required.CustomJobOrBuilder
CreateCustomJobRequest. getCustomJobOrBuilder()
Required.CustomJobOrBuilder
CreateCustomJobRequestOrBuilder. getCustomJobOrBuilder()
Required.CustomJobOrBuilder
ListCustomJobsResponse.Builder. getCustomJobsOrBuilder(int index)
List of CustomJobs in the requested page.CustomJobOrBuilder
ListCustomJobsResponse. getCustomJobsOrBuilder(int index)
List of CustomJobs in the requested page.CustomJobOrBuilder
ListCustomJobsResponseOrBuilder. getCustomJobsOrBuilder(int index)
List of CustomJobs in the requested page.Methods in com.google.cloud.aiplatform.v1 that return types with arguments of type CustomJobOrBuilder Modifier and Type Method Description List<? extends CustomJobOrBuilder>
ListCustomJobsResponse.Builder. getCustomJobsOrBuilderList()
List of CustomJobs in the requested page.List<? extends CustomJobOrBuilder>
ListCustomJobsResponse. getCustomJobsOrBuilderList()
List of CustomJobs in the requested page.List<? extends CustomJobOrBuilder>
ListCustomJobsResponseOrBuilder. getCustomJobsOrBuilderList()
List of CustomJobs in the requested page.
-