Discovery Engine v1beta API - Class SearchRequest.Types.ContentSearchSpec.Types.SummarySpec.Types.ModelSpec (1.0.0-beta11)

public sealed class SearchRequest.Types.ContentSearchSpec.Types.SummarySpec.Types.ModelSpec : IMessage<SearchRequest.Types.ContentSearchSpec.Types.SummarySpec.Types.ModelSpec>, IEquatable<SearchRequest.Types.ContentSearchSpec.Types.SummarySpec.Types.ModelSpec>, IDeepCloneable<SearchRequest.Types.ContentSearchSpec.Types.SummarySpec.Types.ModelSpec>, IBufferMessage, IMessage

Reference documentation and code samples for the Discovery Engine v1beta API class SearchRequest.Types.ContentSearchSpec.Types.SummarySpec.Types.ModelSpec.

Specification of the model.

Inheritance

object > SearchRequest.Types.ContentSearchSpec.Types.SummarySpec.Types.ModelSpec

Namespace

Google.Cloud.DiscoveryEngine.V1Beta

Assembly

Google.Cloud.DiscoveryEngine.V1Beta.dll

Constructors

ModelSpec()

public ModelSpec()

ModelSpec(ModelSpec)

public ModelSpec(SearchRequest.Types.ContentSearchSpec.Types.SummarySpec.Types.ModelSpec other)
Parameter
NameDescription
otherSearchRequestTypesContentSearchSpecTypesSummarySpecTypesModelSpec

Properties

Version

public string Version { get; set; }

The model version used to generate the summary.

Supported values are:

  • stable: string. Default value when no value is specified. Uses a generally available, fine-tuned version of the text-bison@001 model.
  • preview: string. (Public preview) Uses a fine-tuned version of the text-bison@002 model. This model works only for summaries in English.
Property Value
TypeDescription
string