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