Class GoogleCloudDiscoveryengineV1alphaEvaluationEvaluationSpec
Describes the specification of the evaluation.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1beta.Data
Assembly: Google.Apis.DiscoveryEngine.v1beta.dll
Syntax
public class GoogleCloudDiscoveryengineV1alphaEvaluationEvaluationSpec : IDirectResponseSchemaProperties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
QuerySetSpec
Required. The specification of the query set.
Declaration
[JsonProperty("querySetSpec")]
public virtual GoogleCloudDiscoveryengineV1alphaEvaluationEvaluationSpecQuerySetSpec QuerySetSpec { get; set; }Property Value
| Type | Description | 
|---|---|
| GoogleCloudDiscoveryengineV1alphaEvaluationEvaluationSpecQuerySetSpec | 
SearchRequest
Required. The search request that is used to perform the evaluation. Only the following fields within SearchRequest are supported; if any other fields are provided, an UNSUPPORTED error will be returned: * SearchRequest.serving_config * SearchRequest.branch * SearchRequest.canonical_filter * SearchRequest.query_expansion_spec * SearchRequest.spell_correction_spec * SearchRequest.content_search_spec
- SearchRequest.user_pseudo_id
Declaration
[JsonProperty("searchRequest")]
public virtual GoogleCloudDiscoveryengineV1alphaSearchRequest SearchRequest { get; set; }Property Value
| Type | Description | 
|---|---|
| GoogleCloudDiscoveryengineV1alphaSearchRequest |