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