Interface CreateCustomJobRequestOrBuilder (3.42.0)

public interface CreateCustomJobRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCustomJob()

public abstract CustomJob getCustomJob()

Required. The CustomJob to create.

.google.cloud.aiplatform.v1.CustomJob custom_job = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
boolean

Whether the customJob field is set.