public sealed class PointwiseMetricResult : IMessage<PointwiseMetricResult>, IEquatable<PointwiseMetricResult>, IDeepCloneable<PointwiseMetricResult>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class PointwiseMetricResult.
Spec for pointwise metric result.
Implements
IMessagePointwiseMetricResult, IEquatablePointwiseMetricResult, IDeepCloneablePointwiseMetricResult, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
PointwiseMetricResult()
public PointwiseMetricResult()PointwiseMetricResult(PointwiseMetricResult)
public PointwiseMetricResult(PointwiseMetricResult other)| Parameter | |
|---|---|
| Name | Description |
other |
PointwiseMetricResult |
Properties
CustomOutput
public CustomOutput CustomOutput { get; set; }Output only. Spec for custom output.
| Property Value | |
|---|---|
| Type | Description |
CustomOutput |
|
Explanation
public string Explanation { get; set; }Output only. Explanation for pointwise metric score.
| Property Value | |
|---|---|
| Type | Description |
string |
|
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. Pointwise metric score.
| Property Value | |
|---|---|
| Type | Description |
float |
|