public static interface GenerateAppResourceRequest.EvaluationGenerationConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDatasetId()
public abstract String getDatasetId() Optional. The insights dataset to be used to fetch conversation data for
generating the evaluations.
Format:
projects/{project}/locations/{location}/datasets/{dataset}.
string dataset_id = 1 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The datasetId. |
getDatasetIdBytes()
public abstract ByteString getDatasetIdBytes() Optional. The insights dataset to be used to fetch conversation data for
generating the evaluations.
Format:
projects/{project}/locations/{location}/datasets/{dataset}.
string dataset_id = 1 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for datasetId. |