Class GoogleCloudAiplatformV1beta1QuestionAnsweringRelevanceResult
Spec for question answering relevance result.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1QuestionAnsweringRelevanceResult : IDirectResponseSchemaProperties
Confidence
Output only. Confidence for question answering relevance score.
Declaration
[JsonProperty("confidence")]
public virtual float? Confidence { get; set; }Property Value
| Type | Description | 
|---|---|
| float? | 
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
Explanation
Output only. Explanation for question answering relevance score.
Declaration
[JsonProperty("explanation")]
public virtual string Explanation { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
Score
Output only. Question Answering Relevance score.
Declaration
[JsonProperty("score")]
public virtual float? Score { get; set; }Property Value
| Type | Description | 
|---|---|
| float? |