Interface CreatePipelineJobRequestOrBuilder (3.42.0)

public interface CreatePipelineJobRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getParent()

public abstract String getParent()

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

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
String

The parent.

getParentBytes()

public abstract ByteString getParentBytes()

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

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
ByteString

The bytes for parent.

getPipelineJob()

public abstract PipelineJob getPipelineJob()

Required. The PipelineJob to create.

.google.cloud.aiplatform.v1.PipelineJob pipeline_job = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
PipelineJob

The pipelineJob.

getPipelineJobId()

public abstract String getPipelineJobId()

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-/.

string pipeline_job_id = 3;

Returns
TypeDescription
String

The pipelineJobId.

getPipelineJobIdBytes()

public abstract ByteString getPipelineJobIdBytes()

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-/.

string pipeline_job_id = 3;

Returns
TypeDescription
ByteString

The bytes for pipelineJobId.

getPipelineJobOrBuilder()

public abstract PipelineJobOrBuilder getPipelineJobOrBuilder()

Required. The PipelineJob to create.

.google.cloud.aiplatform.v1.PipelineJob pipeline_job = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
PipelineJobOrBuilder

hasPipelineJob()

public abstract boolean hasPipelineJob()

Required. The PipelineJob to create.

.google.cloud.aiplatform.v1.PipelineJob pipeline_job = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the pipelineJob field is set.