public interface CreatePipelineJobRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
PipelineJob |
getPipelineJob()
Required.
|
String |
getPipelineJobId()
The ID to use for the PipelineJob, which will become the final component of
the PipelineJob name.
|
com.google.protobuf.ByteString |
getPipelineJobIdBytes()
The ID to use for the PipelineJob, which will become the final component of
the PipelineJob name.
|
PipelineJobOrBuilder |
getPipelineJobOrBuilder()
Required.
|
boolean |
hasPipelineJob()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString 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) = { ... }
com.google.protobuf.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) = { ... }
boolean hasPipelineJob()
Required. The PipelineJob to create.
.google.cloud.aiplatform.v1beta1.PipelineJob pipeline_job = 2 [(.google.api.field_behavior) = REQUIRED];
PipelineJob getPipelineJob()
Required. The PipelineJob to create.
.google.cloud.aiplatform.v1beta1.PipelineJob pipeline_job = 2 [(.google.api.field_behavior) = REQUIRED];
PipelineJobOrBuilder getPipelineJobOrBuilder()
Required. The PipelineJob to create.
.google.cloud.aiplatform.v1beta1.PipelineJob pipeline_job = 2 [(.google.api.field_behavior) = REQUIRED];
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][0-9]-/.
string pipeline_job_id = 3;com.google.protobuf.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][0-9]-/.
string pipeline_job_id = 3;Copyright © 2022 Google LLC. All rights reserved.