ProjectsLocationsTrainingPipelines
class ProjectsLocationsTrainingPipelines extends Resource (View source)
The "trainingPipelines" collection of methods.
Typical usage is:
$aiplatformService = new Google\Service\Aiplatform(...);
$trainingPipelines = $aiplatformService->projects_locations_trainingPipelines;
Methods
Cancels a TrainingPipeline. Starts asynchronous cancellation on the
TrainingPipeline. The server makes a best effort to cancel the pipeline, but
success is not guaranteed. Clients can use
PipelineService.GetTrainingPipeline or other methods to check whether the
cancellation succeeded or whether the pipeline completed despite
cancellation. On successful cancellation, the TrainingPipeline is not
deleted; instead it becomes a pipeline with a TrainingPipeline.error value
with a google.rpc.Status.code of 1, corresponding to Code.CANCELLED
, and
TrainingPipeline.state is set to CANCELLED
. (trainingPipelines.cancel)
Creates a TrainingPipeline. A created TrainingPipeline right away will be attempted to be run. (trainingPipelines.create)
Deletes a TrainingPipeline. (trainingPipelines.delete)
Gets a TrainingPipeline. (trainingPipelines.get)
Lists TrainingPipelines in a Location.
Details
GoogleProtobufEmpty
cancel(string $name, GoogleCloudAiplatformV1CancelTrainingPipelineRequest $postBody, array $optParams = [])
Cancels a TrainingPipeline. Starts asynchronous cancellation on the
TrainingPipeline. The server makes a best effort to cancel the pipeline, but
success is not guaranteed. Clients can use
PipelineService.GetTrainingPipeline or other methods to check whether the
cancellation succeeded or whether the pipeline completed despite
cancellation. On successful cancellation, the TrainingPipeline is not
deleted; instead it becomes a pipeline with a TrainingPipeline.error value
with a google.rpc.Status.code of 1, corresponding to Code.CANCELLED
, and
TrainingPipeline.state is set to CANCELLED
. (trainingPipelines.cancel)
GoogleCloudAiplatformV1TrainingPipeline
create(string $parent, GoogleCloudAiplatformV1TrainingPipeline $postBody, array $optParams = [])
Creates a TrainingPipeline. A created TrainingPipeline right away will be attempted to be run. (trainingPipelines.create)
GoogleLongrunningOperation
delete(string $name, array $optParams = [])
Deletes a TrainingPipeline. (trainingPipelines.delete)
GoogleCloudAiplatformV1TrainingPipeline
get(string $name, array $optParams = [])
Gets a TrainingPipeline. (trainingPipelines.get)
GoogleCloudAiplatformV1ListTrainingPipelinesResponse
listProjectsLocationsTrainingPipelines(string $parent, array $optParams = [])
Lists TrainingPipelines in a Location.
(trainingPipelines.listProjectsLocationsTrainingPipelines)