Skip to main content

pipeline_jobs

Overview

Namepipeline_jobs
TypeResource
Idgoogle.aiplatform.pipeline_jobs

Fields

NameDatatypeDescription
namestringOutput only. The resource name of the PipelineJob.
createTimestringOutput only. Pipeline creation time.
displayNamestringThe display name of the Pipeline. The name can be up to 128 characters long and can consist of any UTF-8 characters.
encryptionSpecobjectRepresents a customer-managed encryption key spec that can be applied to a top-level resource.
endTimestringOutput only. Pipeline end time.
errorobjectThe Status type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by gRPC. Each Status message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the API Design Guide.
jobDetailobjectThe runtime detail of PipelineJob.
labelsobjectThe labels with user-defined metadata to organize PipelineJob. Label keys and values can be no longer than 64 characters (Unicode codepoints), can only contain lowercase letters, numeric characters, underscores and dashes. International characters are allowed. See https://goo.gl/xmQnxf for more information and examples of labels. Note there is some reserved label key for Vertex AI Pipelines. - vertex-ai-pipelines-run-billing-id, user set value will get overrided.
networkstringThe full name of the Compute Engine network to which the Pipeline Job's workload should be peered. For example, projects/12345/global/networks/myVPC. Format is of the form projects/{project}/global/networks/{network}. Where {project} is a project number, as in 12345, and {network} is a network name. Private services access must already be configured for the network. Pipeline job will apply the network configuration to the Google Cloud resources being launched, if applied, such as Vertex AI Training or Dataflow job. If left unspecified, the workload is not peered with any network.
pipelineSpecobjectThe spec of the pipeline.
reservedIpRangesarrayA list of names for the reserved ip ranges under the VPC network that can be used for this Pipeline Job's workload. If set, we will deploy the Pipeline Job's workload within the provided ip ranges. Otherwise, the job will be deployed to any ip ranges under the provided VPC network. Example: ['vertex-ai-ip-range'].
runtimeConfigobjectThe runtime config of a PipelineJob.
scheduleNamestringOutput only. The schedule resource name. Only returned if the Pipeline is created by Schedule API.
serviceAccountstringThe service account that the pipeline workload runs as. If not specified, the Compute Engine default service account in the project will be used. See https://cloud.google.com/compute/docs/access/service-accounts#default_service_account Users starting the pipeline must have the iam.serviceAccounts.actAs permission on this service account.
startTimestringOutput only. Pipeline start time.
statestringOutput only. The detailed state of the job.
templateMetadataobjectPipeline template metadata if PipelineJob.template_uri is from supported template registry. Currently, the only supported registry is Artifact Registry.
templateUristringA template uri from where the PipelineJob.pipeline_spec, if empty, will be downloaded.
updateTimestringOutput only. Timestamp when this PipelineJob was most recently updated.

Methods

NameAccessible byRequired ParamsDescription
getSELECTlocationsId, pipelineJobsId, projectsIdGets a PipelineJob.
listSELECTlocationsId, projectsIdLists PipelineJobs in a Location.
createINSERTlocationsId, projectsIdCreates a PipelineJob. A PipelineJob will run immediately when created.
deleteDELETElocationsId, pipelineJobsId, projectsIdDeletes a PipelineJob.
_listEXEClocationsId, projectsIdLists PipelineJobs in a Location.
cancelEXEClocationsId, pipelineJobsId, projectsIdCancels 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.