Interface CreateNasJobRequestOrBuilder (3.42.0)

public interface CreateNasJobRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getNasJob()

public abstract NasJob getNasJob()

Required. The NasJob to create.

.google.cloud.aiplatform.v1.NasJob nas_job = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
NasJob

The nasJob.

getNasJobOrBuilder()

public abstract NasJobOrBuilder getNasJobOrBuilder()

Required. The NasJob to create.

.google.cloud.aiplatform.v1.NasJob nas_job = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
NasJobOrBuilder

getParent()

public abstract String getParent()

Required. The resource name of the Location to create the NasJob 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 NasJob 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.

hasNasJob()

public abstract boolean hasNasJob()

Required. The NasJob to create.

.google.cloud.aiplatform.v1.NasJob nas_job = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the nasJob field is set.