public static interface Evaluation.EvaluationSpec.QuerySetSpecOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getSampleQuerySet()
Required.
|
com.google.protobuf.ByteString |
getSampleQuerySetBytes()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getSampleQuerySet()
Required. The full resource name of the
[SampleQuerySet][google.cloud.discoveryengine.v1alpha.SampleQuerySet]
used for the evaluation, in the format of
`projects/{project}/locations/{location}/sampleQuerySets/{sampleQuerySet}`.
string sample_query_set = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getSampleQuerySetBytes()
Required. The full resource name of the
[SampleQuerySet][google.cloud.discoveryengine.v1alpha.SampleQuerySet]
used for the evaluation, in the format of
`projects/{project}/locations/{location}/sampleQuerySets/{sampleQuerySet}`.
string sample_query_set = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Copyright © 2024 Google LLC. All rights reserved.