public sealed class PredefinedMetricSpec : IMessage<PredefinedMetricSpec>, IEquatable<PredefinedMetricSpec>, IDeepCloneable<PredefinedMetricSpec>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class PredefinedMetricSpec.
The spec for a pre-defined metric.
Implements
IMessagePredefinedMetricSpec, IEquatablePredefinedMetricSpec, IDeepCloneablePredefinedMetricSpec, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
PredefinedMetricSpec()
public PredefinedMetricSpec()PredefinedMetricSpec(PredefinedMetricSpec)
public PredefinedMetricSpec(PredefinedMetricSpec other)| Parameter | |
|---|---|
| Name | Description |
other |
PredefinedMetricSpec |
Properties
MetricSpecName
public string MetricSpecName { get; set; }Required. The name of a pre-defined metric, such as "instruction_following_v1" or "text_quality_v1".
| Property Value | |
|---|---|
| Type | Description |
string |
|
MetricSpecParameters
public Struct MetricSpecParameters { get; set; }Optional. The parameters needed to run the pre-defined metric.
| Property Value | |
|---|---|
| Type | Description |
Struct |
|