Interface CreateEvaluationJobRequestOrBuilder (0.156.0)

public interface CreateEvaluationJobRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getJob()

public abstract EvaluationJob getJob()

Required. The evaluation job to create.

.google.cloud.datalabeling.v1beta1.EvaluationJob job = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
EvaluationJob

The job.

getJobOrBuilder()

public abstract EvaluationJobOrBuilder getJobOrBuilder()

Required. The evaluation job to create.

.google.cloud.datalabeling.v1beta1.EvaluationJob job = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
EvaluationJobOrBuilder

getParent()

public abstract String getParent()

Required. Evaluation job resource parent. Format: "projects/<var>{project_id}</var>"

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

Returns
TypeDescription
String

The parent.

getParentBytes()

public abstract ByteString getParentBytes()

Required. Evaluation job resource parent. Format: "projects/<var>{project_id}</var>"

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

Returns
TypeDescription
ByteString

The bytes for parent.

hasJob()

public abstract boolean hasJob()

Required. The evaluation job to create.

.google.cloud.datalabeling.v1beta1.EvaluationJob job = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the job field is set.