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 CustomJobNameCustomJobName.Builder. build()static CustomJobNameCustomJobName. of(String project, String location, String customJob)static CustomJobNameCustomJobName. 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 voidJobServiceClient. cancelCustomJob(CustomJobName name)Cancels a CustomJob.com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,DeleteOperationMetadata>JobServiceClient. deleteCustomJobAsync(CustomJobName name)Deletes a CustomJob.CustomJobJobServiceClient. 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)
-