Show / Hide Table of Contents

Class GoogleCloudAiplatformV1CometSpec

Spec for Comet metric.

Inheritance
object
GoogleCloudAiplatformV1CometSpec
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1CometSpec : 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX