ProjectsLocationsPipelineJobs
class ProjectsLocationsPipelineJobs extends Resource (View source)
The "pipelineJobs" collection of methods.
Typical usage is:
$aiplatformService = new Google\Service\Aiplatform(...);
$pipelineJobs = $aiplatformService->projects_locations_pipelineJobs;
Methods
Batch cancel PipelineJobs. Firstly the server will check if all the jobs are in non-terminal states, and skip the jobs that are already terminated. If the operation failed, none of the pipeline jobs are cancelled. The server will poll the states of all the pipeline jobs periodically to check the cancellation status. This operation will return an LRO.
Batch deletes PipelineJobs The Operation is atomic. If it fails, none of the PipelineJobs are deleted. If it succeeds, all of the PipelineJobs are deleted. (pipelineJobs.batchDelete)
Cancels a PipelineJob. Starts asynchronous cancellation on the PipelineJob.
Creates a PipelineJob. A PipelineJob will run immediately when created.
Deletes a PipelineJob. (pipelineJobs.delete)
Gets a PipelineJob. (pipelineJobs.get)
Lists PipelineJobs in a Location.
Details
GoogleLongrunningOperation
batchCancel(string $parent, GoogleCloudAiplatformV1BatchCancelPipelineJobsRequest $postBody, array $optParams = [])
Batch cancel PipelineJobs. Firstly the server will check if all the jobs are in non-terminal states, and skip the jobs that are already terminated. If the operation failed, none of the pipeline jobs are cancelled. The server will poll the states of all the pipeline jobs periodically to check the cancellation status. This operation will return an LRO.
(pipelineJobs.batchCancel)
GoogleLongrunningOperation
batchDelete(string $parent, GoogleCloudAiplatformV1BatchDeletePipelineJobsRequest $postBody, array $optParams = [])
Batch deletes PipelineJobs The Operation is atomic. If it fails, none of the PipelineJobs are deleted. If it succeeds, all of the PipelineJobs are deleted. (pipelineJobs.batchDelete)
GoogleProtobufEmpty
cancel(string $name, GoogleCloudAiplatformV1CancelPipelineJobRequest $postBody, array $optParams = [])
Cancels a PipelineJob. Starts asynchronous cancellation on the PipelineJob.
The server makes a best effort to cancel the pipeline, but success is not
guaranteed. Clients can use PipelineService.GetPipelineJob or other methods
to check whether the cancellation succeeded or whether the pipeline completed
despite cancellation. On successful cancellation, the PipelineJob is not
deleted; instead it becomes a pipeline with a PipelineJob.error value with a
google.rpc.Status.code of 1, corresponding to Code.CANCELLED
, and
PipelineJob.state is set to CANCELLED
. (pipelineJobs.cancel)
GoogleCloudAiplatformV1PipelineJob
create(string $parent, GoogleCloudAiplatformV1PipelineJob $postBody, array $optParams = [])
Creates a PipelineJob. A PipelineJob will run immediately when created.
(pipelineJobs.create)
GoogleLongrunningOperation
delete(string $name, array $optParams = [])
Deletes a PipelineJob. (pipelineJobs.delete)
GoogleCloudAiplatformV1PipelineJob
get(string $name, array $optParams = [])
Gets a PipelineJob. (pipelineJobs.get)
GoogleCloudAiplatformV1ListPipelineJobsResponse
listProjectsLocationsPipelineJobs(string $parent, array $optParams = [])
Lists PipelineJobs in a Location.
(pipelineJobs.listProjectsLocationsPipelineJobs)