Show / Hide Table of Contents

Class GoogleCloudDiscoveryengineV1alphaAnswerGenerationSpecUserDefinedClassifierSpec

The specification for user defined classifier.

Inheritance
object
GoogleCloudDiscoveryengineV1alphaAnswerGenerationSpecUserDefinedClassifierSpec
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 GoogleCloudDiscoveryengineV1alphaAnswerGenerationSpecUserDefinedClassifierSpec : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

EnableUserDefinedClassifier

Optional. Whether or not to enable and include user defined classifier.

Declaration
[JsonProperty("enableUserDefinedClassifier")]
public virtual bool? EnableUserDefinedClassifier { get; set; }
Property Value
Type Description
bool?

ModelId

Optional. The model id to be used for the user defined classifier.

Declaration
[JsonProperty("modelId")]
public virtual string ModelId { get; set; }
Property Value
Type Description
string

Preamble

Optional. The preamble to be used for the user defined classifier.

Declaration
[JsonProperty("preamble")]
public virtual string Preamble { get; set; }
Property Value
Type Description
string

Seed

Optional. The seed value to be used for the user defined classifier.

Declaration
[JsonProperty("seed")]
public virtual int? Seed { get; set; }
Property Value
Type Description
int?

TaskMarker

Optional. The task marker to be used for the user defined classifier.

Declaration
[JsonProperty("taskMarker")]
public virtual string TaskMarker { get; set; }
Property Value
Type Description
string

Temperature

Optional. The temperature value to be used for the user defined classifier.

Declaration
[JsonProperty("temperature")]
public virtual double? Temperature { get; set; }
Property Value
Type Description
double?

TopK

Optional. The top-k value to be used for the user defined classifier.

Declaration
[JsonProperty("topK")]
public virtual long? TopK { get; set; }
Property Value
Type Description
long?

TopP

Optional. The top-p value to be used for the user defined classifier.

Declaration
[JsonProperty("topP")]
public virtual double? TopP { get; set; }
Property Value
Type Description
double?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX