Show / Hide Table of Contents

Class GoogleCloudDiscoveryengineV1betaEvaluationEvaluationSpec

Describes the specification of the evaluation.

Inheritance
object
GoogleCloudDiscoveryengineV1betaEvaluationEvaluationSpec
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX