Cloud AI Platform v1 API - Class CometResult (3.11.0)

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

Reference documentation and code samples for the Cloud AI Platform v1 API class CometResult.

Spec for Comet result - calculates the comet score for the given instance using the version specified in the spec.

Inheritance

object > CometResult

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

CometResult()

public CometResult()

CometResult(CometResult)

public CometResult(CometResult other)
Parameter
Name Description
other CometResult

Properties

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. Comet score. Range depends on version.

Property Value
Type Description
float