Vertex AI v1beta1 API - Class PredefinedMetricSpec (1.0.0-beta71)

public sealed class PredefinedMetricSpec : IMessage<PredefinedMetricSpec>, IEquatable<PredefinedMetricSpec>, IDeepCloneable<PredefinedMetricSpec>, IBufferMessage, IMessage

Reference documentation and code samples for the Vertex AI v1beta1 API class PredefinedMetricSpec.

The spec for a pre-defined metric.

Inheritance

object > PredefinedMetricSpec

Namespace

Google.Cloud.AIPlatform.V1Beta1

Assembly

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