public sealed class CometResult : IMessage<CometResult>, IEquatable<CometResult>, IDeepCloneable<CometResult>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class CometResult.
Spec for Comet result - calculates the comet score for the given instance using the version specified in the spec.
Implements
IMessageCometResult, IEquatableCometResult, IDeepCloneableCometResult, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.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 |
|