Cloud AI Platform v1 API - Class CreatePipelineJobRequest (2.27.0)

public sealed class CreatePipelineJobRequest : IMessage<CreatePipelineJobRequest>, IEquatable<CreatePipelineJobRequest>, IDeepCloneable<CreatePipelineJobRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud AI Platform v1 API class CreatePipelineJobRequest.

Request message for [PipelineService.CreatePipelineJob][google.cloud.aiplatform.v1.PipelineService.CreatePipelineJob].

Inheritance

object > CreatePipelineJobRequest

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

CreatePipelineJobRequest()

public CreatePipelineJobRequest()

CreatePipelineJobRequest(CreatePipelineJobRequest)

public CreatePipelineJobRequest(CreatePipelineJobRequest other)
Parameter
NameDescription
otherCreatePipelineJobRequest

Properties

Parent

public string Parent { get; set; }

Required. The resource name of the Location to create the PipelineJob in. Format: projects/{project}/locations/{location}

Property Value
TypeDescription
string

ParentAsLocationName

public LocationName ParentAsLocationName { get; set; }

LocationName-typed view over the Parent resource name property.

Property Value
TypeDescription
LocationName

PipelineJob

public PipelineJob PipelineJob { get; set; }

Required. The PipelineJob to create.

Property Value
TypeDescription
PipelineJob

PipelineJobId

public string PipelineJobId { get; set; }

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][0-9]-/.

Property Value
TypeDescription
string