public interface CreateEvaluationDatasetRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getEvaluationDataset()
public abstract EvaluationDataset getEvaluationDataset()Required. The evaluation dataset to create.
.google.cloud.ces.v1beta.EvaluationDataset evaluation_dataset = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
EvaluationDataset |
The evaluationDataset. |
getEvaluationDatasetId()
public abstract String getEvaluationDatasetId()Optional. The ID to use for the evaluation dataset, which will become the final component of the evaluation dataset's resource name. If not provided, a unique ID will be automatically assigned for the evaluation.
string evaluation_dataset_id = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The evaluationDatasetId. |
getEvaluationDatasetIdBytes()
public abstract ByteString getEvaluationDatasetIdBytes()Optional. The ID to use for the evaluation dataset, which will become the final component of the evaluation dataset's resource name. If not provided, a unique ID will be automatically assigned for the evaluation.
string evaluation_dataset_id = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for evaluationDatasetId. |
getEvaluationDatasetOrBuilder()
public abstract EvaluationDatasetOrBuilder getEvaluationDatasetOrBuilder()Required. The evaluation dataset to create.
.google.cloud.ces.v1beta.EvaluationDataset evaluation_dataset = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
EvaluationDatasetOrBuilder |
|
getParent()
public abstract String getParent() Required. The app to create the evaluation for.
Format:
projects/{project}/locations/{location}/apps/{app}
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 app to create the evaluation for.
Format:
projects/{project}/locations/{location}/apps/{app}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for parent. |
hasEvaluationDataset()
public abstract boolean hasEvaluationDataset()Required. The evaluation dataset to create.
.google.cloud.ces.v1beta.EvaluationDataset evaluation_dataset = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the evaluationDataset field is set. |