Discovery Engine v1beta API - Class Evaluation.Types.EvaluationSpec.Types.QuerySetSpec (1.0.0-beta15)

public sealed class Evaluation.Types.EvaluationSpec.Types.QuerySetSpec : IMessage<Evaluation.Types.EvaluationSpec.Types.QuerySetSpec>, IEquatable<Evaluation.Types.EvaluationSpec.Types.QuerySetSpec>, IDeepCloneable<Evaluation.Types.EvaluationSpec.Types.QuerySetSpec>, IBufferMessage, IMessage

Reference documentation and code samples for the Discovery Engine v1beta API class Evaluation.Types.EvaluationSpec.Types.QuerySetSpec.

Describes the specification of the query set.

Inheritance

object > Evaluation.Types.EvaluationSpec.Types.QuerySetSpec

Namespace

Google.Cloud.DiscoveryEngine.V1Beta

Assembly

Google.Cloud.DiscoveryEngine.V1Beta.dll

Constructors

QuerySetSpec()

public QuerySetSpec()

QuerySetSpec(QuerySetSpec)

public QuerySetSpec(Evaluation.Types.EvaluationSpec.Types.QuerySetSpec other)
Parameter
Name Description
other EvaluationTypesEvaluationSpecTypesQuerySetSpec

Properties

SampleQuerySet

public string SampleQuerySet { get; set; }

Required. The full resource name of the [SampleQuerySet][google.cloud.discoveryengine.v1beta.SampleQuerySet] used for the evaluation, in the format of projects/{project}/locations/{location}/sampleQuerySets/{sampleQuerySet}.

Property Value
Type Description
string

SampleQuerySetAsSampleQuerySetName

public SampleQuerySetName SampleQuerySetAsSampleQuerySetName { get; set; }

SampleQuerySetName-typed view over the SampleQuerySet resource name property.

Property Value
Type Description
SampleQuerySetName