Uses of Class
com.google.cloud.aiplatform.v1.CustomJobName
-
Packages that use CustomJobName Package Description com.google.cloud.aiplatform.v1 A client to Vertex AI API -
-
Uses of CustomJobName in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return CustomJobName Modifier and Type Method Description CustomJobName
CustomJobName.Builder. build()
static CustomJobName
CustomJobName. of(String project, String location, String customJob)
static CustomJobName
CustomJobName. parse(String formattedString)
Methods in com.google.cloud.aiplatform.v1 that return types with arguments of type CustomJobName Modifier and Type Method Description static List<CustomJobName>
CustomJobName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.aiplatform.v1 with parameters of type CustomJobName Modifier and Type Method Description void
JobServiceClient. cancelCustomJob(CustomJobName name)
Cancels a CustomJob.com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,DeleteOperationMetadata>
JobServiceClient. deleteCustomJobAsync(CustomJobName name)
Deletes a CustomJob.CustomJob
JobServiceClient. getCustomJob(CustomJobName name)
Gets a CustomJob.Method parameters in com.google.cloud.aiplatform.v1 with type arguments of type CustomJobName Modifier and Type Method Description static List<String>
CustomJobName. toStringList(List<CustomJobName> values)
-