Class GoogleCloudDiscoveryengineV1betaEvaluationEvaluationSpec
Describes the specification of the evaluation.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class GoogleCloudDiscoveryengineV1betaEvaluationEvaluationSpec : IDirectResponseSchema
Properties
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 GoogleCloudDiscoveryengineV1betaEvaluationEvaluationSpecQuerySetSpec QuerySetSpec { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDiscoveryengineV1betaEvaluationEvaluationSpecQuerySetSpec |
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 GoogleCloudDiscoveryengineV1betaSearchRequest SearchRequest { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDiscoveryengineV1betaSearchRequest |