Uses of Interface
com.google.cloud.aiplatform.v1beta1.CustomJobOrBuilder
-
Packages that use CustomJobOrBuilder Package Description com.google.cloud.aiplatform.v1beta1 A client to Vertex AI API -
-
Uses of CustomJobOrBuilder in com.google.cloud.aiplatform.v1beta1
Classes in com.google.cloud.aiplatform.v1beta1 that implement CustomJobOrBuilder Modifier and Type Class Description classCustomJobRepresents a job that runs custom workloads such as a Docker container or a Python package.static classCustomJob.BuilderRepresents a job that runs custom workloads such as a Docker container or a Python package.Methods in com.google.cloud.aiplatform.v1beta1 that return CustomJobOrBuilder Modifier and Type Method Description CustomJobOrBuilderCreateCustomJobRequest.Builder. getCustomJobOrBuilder()Required.CustomJobOrBuilderCreateCustomJobRequest. getCustomJobOrBuilder()Required.CustomJobOrBuilderCreateCustomJobRequestOrBuilder. getCustomJobOrBuilder()Required.CustomJobOrBuilderListCustomJobsResponse.Builder. getCustomJobsOrBuilder(int index)List of CustomJobs in the requested page.CustomJobOrBuilderListCustomJobsResponse. getCustomJobsOrBuilder(int index)List of CustomJobs in the requested page.CustomJobOrBuilderListCustomJobsResponseOrBuilder. getCustomJobsOrBuilder(int index)List of CustomJobs in the requested page.Methods in com.google.cloud.aiplatform.v1beta1 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.
-