public sealed class CustomCodeExecutionResult : IMessage<CustomCodeExecutionResult>, IEquatable<CustomCodeExecutionResult>, IDeepCloneable<CustomCodeExecutionResult>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class CustomCodeExecutionResult.
Result for custom code execution metric.
Implements
IMessageCustomCodeExecutionResult, IEquatableCustomCodeExecutionResult, IDeepCloneableCustomCodeExecutionResult, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
CustomCodeExecutionResult()
public CustomCodeExecutionResult()CustomCodeExecutionResult(CustomCodeExecutionResult)
public CustomCodeExecutionResult(CustomCodeExecutionResult other)| Parameter | |
|---|---|
| Name | Description |
other |
CustomCodeExecutionResult |
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. Custom code execution score.
| Property Value | |
|---|---|
| Type | Description |
float |
|