Show / Hide Table of Contents

Class GoogleCloudDiscoveryengineV1alphaEvaluationEvaluationSpec

Describes the specification of the evaluation.

Inheritance
object
GoogleCloudDiscoveryengineV1alphaEvaluationEvaluationSpec
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.DiscoveryEngine.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class GoogleCloudDiscoveryengineV1alphaEvaluationEvaluationSpec : 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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX