- 3.10.0 (latest)
- 3.9.0
- 3.8.0
- 3.7.0
- 3.6.0
- 3.5.0
- 3.4.0
- 3.3.0
- 3.2.0
- 3.1.0
- 3.0.0
- 2.28.0
- 2.27.0
- 2.26.0
- 2.25.0
- 2.24.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.18.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.12.0
- 2.11.0
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.0
- 2.4.0
- 2.3.0
- 2.2.0
- 2.1.0
- 2.0.0
- 1.8.0
- 1.7.0
- 1.6.0
- 1.5.0
- 1.4.0
- 1.3.0
- 1.2.0
- 1.1.0
- 1.0.0
public sealed class PipelineJob : IMessage<PipelineJob>, IEquatable<PipelineJob>, IDeepCloneable<PipelineJob>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1 API class PipelineJob.
An instance of a machine learning PipelineJob.
Implements
IMessagePipelineJob, IEquatablePipelineJob, IDeepCloneablePipelineJob, IBufferMessage, IMessageNamespace
GoogleCloudGoogle.Cloud.AIPlatformV1Assembly
Google.Cloud.AIPlatform.V1.dll
Constructors
PipelineJob()
public PipelineJob()
PipelineJob(PipelineJob)
public PipelineJob(PipelineJob other)
Parameter | |
---|---|
Name | Description |
other | PipelineJob |
Properties
CreateTime
public Timestamp CreateTime { get; set; }
Output only. Pipeline creation time.
Property Value | |
---|---|
Type | Description |
Timestamp |
DisplayName
public string DisplayName { get; set; }
The display name of the Pipeline. The name can be up to 128 characters long and can consist of any UTF-8 characters.
Property Value | |
---|---|
Type | Description |
string |
EncryptionSpec
public EncryptionSpec EncryptionSpec { get; set; }
Customer-managed encryption key spec for a pipelineJob. If set, this PipelineJob and all of its sub-resources will be secured by this key.
Property Value | |
---|---|
Type | Description |
EncryptionSpec |
EndTime
public Timestamp EndTime { get; set; }
Output only. Pipeline end time.
Property Value | |
---|---|
Type | Description |
Timestamp |
Error
public Status Error { get; set; }
Output only. The error that occurred during pipeline execution. Only populated when the pipeline's state is FAILED or CANCELLED.
Property Value | |
---|---|
Type | Description |
Status |
JobDetail
public PipelineJobDetail JobDetail { get; set; }
Output only. The details of pipeline run. Not available in the list view.
Property Value | |
---|---|
Type | Description |
PipelineJobDetail |
Labels
public MapField<string, string> Labels { get; }
The 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.
Property Value | |
---|---|
Type | Description |
MapFieldstringstring |
Name
public string Name { get; set; }
Output only. The resource name of the PipelineJob.
Property Value | |
---|---|
Type | Description |
string |
Network
public string Network { get; set; }
The 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.
Property Value | |
---|---|
Type | Description |
string |
NetworkAsNetworkName
public NetworkName NetworkAsNetworkName { get; set; }
NetworkName-typed view over the Network resource name property.
Property Value | |
---|---|
Type | Description |
NetworkName |
PipelineJobName
public PipelineJobName PipelineJobName { get; set; }
PipelineJobName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
PipelineJobName |
PipelineSpec
public Struct PipelineSpec { get; set; }
The spec of the pipeline.
Property Value | |
---|---|
Type | Description |
Struct |
RuntimeConfig
public PipelineJob.Types.RuntimeConfig RuntimeConfig { get; set; }
Runtime config of the pipeline.
Property Value | |
---|---|
Type | Description |
PipelineJobTypesRuntimeConfig |
ServiceAccount
public string ServiceAccount { get; set; }
The 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.
Property Value | |
---|---|
Type | Description |
string |
StartTime
public Timestamp StartTime { get; set; }
Output only. Pipeline start time.
Property Value | |
---|---|
Type | Description |
Timestamp |
State
public PipelineState State { get; set; }
Output only. The detailed state of the job.
Property Value | |
---|---|
Type | Description |
PipelineState |
TemplateMetadata
public PipelineTemplateMetadata TemplateMetadata { get; set; }
Output only. Pipeline template metadata. Will fill up fields if [PipelineJob.template_uri][google.cloud.aiplatform.v1.PipelineJob.template_uri] is from supported template registry.
Property Value | |
---|---|
Type | Description |
PipelineTemplateMetadata |
TemplateUri
public string TemplateUri { get; set; }
A template uri from where the [PipelineJob.pipeline_spec][google.cloud.aiplatform.v1.PipelineJob.pipeline_spec], if empty, will be downloaded.
Property Value | |
---|---|
Type | Description |
string |
UpdateTime
public Timestamp UpdateTime { get; set; }
Output only. Timestamp when this PipelineJob was most recently updated.
Property Value | |
---|---|
Type | Description |
Timestamp |