public sealed class GroundednessResult : IMessage<GroundednessResult>, IEquatable<GroundednessResult>, IDeepCloneable<GroundednessResult>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class GroundednessResult.
Spec for groundedness result.
Implements
IMessageGroundednessResult, IEquatableGroundednessResult, IDeepCloneableGroundednessResult, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
GroundednessResult()
public GroundednessResult()GroundednessResult(GroundednessResult)
public GroundednessResult(GroundednessResult other)| Parameter | |
|---|---|
| Name | Description |
other |
GroundednessResult |
Properties
Confidence
public float Confidence { get; set; }Output only. Confidence for groundedness score.
| Property Value | |
|---|---|
| Type | Description |
float |
|
Explanation
public string Explanation { get; set; }Output only. Explanation for groundedness score.
| Property Value | |
|---|---|
| Type | Description |
string |
|
HasConfidence
public bool HasConfidence { get; }Gets whether the "confidence" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
HasScore
public bool HasScore { get; }Gets whether the "score" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
Score
public float Score { get; set; }Output only. Groundedness score.
| Property Value | |
|---|---|
| Type | Description |
float |
|