public interface CreateCustomJobRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getCustomJob()
public abstract CustomJob getCustomJob()
Required. The CustomJob to create.
.google.cloud.aiplatform.v1.CustomJob custom_job = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
CustomJob |
The customJob. |
getCustomJobOrBuilder()
public abstract CustomJobOrBuilder getCustomJobOrBuilder()
Required. The CustomJob to create.
.google.cloud.aiplatform.v1.CustomJob custom_job = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
CustomJobOrBuilder |
getParent()
public abstract String getParent()
Required. The resource name of the Location to create the CustomJob in.
Format: projects/{project}/locations/{location}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
String |
The parent. |
getParentBytes()
public abstract ByteString getParentBytes()
Required. The resource name of the Location to create the CustomJob in.
Format: projects/{project}/locations/{location}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for parent. |
hasCustomJob()
public abstract boolean hasCustomJob()
Required. The CustomJob to create.
.google.cloud.aiplatform.v1.CustomJob custom_job = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
boolean |
Whether the customJob field is set. |