public interface CreateEvaluationJobRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getJob()
public abstract EvaluationJob getJob()Required. The evaluation job to create.
.google.cloud.datalabeling.v1beta1.EvaluationJob job = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
boolean |
Whether the job field is set. |