Class GoogleCloudAiplatformV1MetricxSpec
Spec for MetricX metric.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1MetricxSpec : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
SourceLanguage
Optional. Source language in BCP-47 format.
Declaration
[JsonProperty("sourceLanguage")]
public virtual string SourceLanguage { get; set; }
Property Value
Type | Description |
---|---|
string |
TargetLanguage
Optional. Target language in BCP-47 format. Covers both prediction and reference.
Declaration
[JsonProperty("targetLanguage")]
public virtual string TargetLanguage { get; set; }
Property Value
Type | Description |
---|---|
string |
Version
Required. Which version to use for evaluation.
Declaration
[JsonProperty("version")]
public virtual string Version { get; set; }
Property Value
Type | Description |
---|---|
string |