public static interface Evaluation.EvaluationSpec.QuerySetSpecOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getSampleQuerySet()
public abstract String getSampleQuerySet() Optional. The full resource name of the
SampleQuerySet
used for the evaluation, in the format of
projects/{project}/locations/{location}/sampleQuerySets/{sampleQuerySet}.
string sample_query_set = 1 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The sampleQuerySet. |
getSampleQuerySetBytes()
public abstract ByteString getSampleQuerySetBytes() Optional. The full resource name of the
SampleQuerySet
used for the evaluation, in the format of
projects/{project}/locations/{location}/sampleQuerySets/{sampleQuerySet}.
string sample_query_set = 1 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for sampleQuerySet. |