Class GoogleCloudAiplatformV1CreatePipelineJobRequest
Request message for PipelineService.CreatePipelineJob.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1CreatePipelineJobRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Parent
Required. The resource name of the Location to create the PipelineJob in. Format:
projects/{project}/locations/{location}
Declaration
[JsonProperty("parent")]
public virtual string Parent { get; set; }
Property Value
Type | Description |
---|---|
string |
PipelineJob
Required. The PipelineJob to create.
Declaration
[JsonProperty("pipelineJob")]
public virtual GoogleCloudAiplatformV1PipelineJob PipelineJob { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAiplatformV1PipelineJob |
PipelineJobId
The ID to use for the PipelineJob, which will become the final component of the PipelineJob name. If not
provided, an ID will be automatically generated. This value should be less than 128 characters, and valid
characters are /a-z-/
.
Declaration
[JsonProperty("pipelineJobId")]
public virtual string PipelineJobId { get; set; }
Property Value
Type | Description |
---|---|
string |