public sealed class ModelEvaluationSlice.Types.Slice.Types.SliceSpec.Types.Value : IMessage<ModelEvaluationSlice.Types.Slice.Types.SliceSpec.Types.Value>, IEquatable<ModelEvaluationSlice.Types.Slice.Types.SliceSpec.Types.Value>, IDeepCloneable<ModelEvaluationSlice.Types.Slice.Types.SliceSpec.Types.Value>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class ModelEvaluationSlice.Types.Slice.Types.SliceSpec.Types.Value.
Single value that supports strings and floats.
Implements
IMessageModelEvaluationSliceTypesSliceTypesSliceSpecTypesValue, IEquatableModelEvaluationSliceTypesSliceTypesSliceSpecTypesValue, IDeepCloneableModelEvaluationSliceTypesSliceTypesSliceSpecTypesValue, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
Value()
public Value()Value(Value)
public Value(ModelEvaluationSlice.Types.Slice.Types.SliceSpec.Types.Value other)| Parameter | |
|---|---|
| Name | Description |
other |
ModelEvaluationSliceTypesSliceTypesSliceSpecTypesValue |
Properties
FloatValue
public float FloatValue { get; set; }Float type.
| Property Value | |
|---|---|
| Type | Description |
float |
|
HasFloatValue
public bool HasFloatValue { get; }Gets whether the "float_value" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
HasStringValue
public bool HasStringValue { get; }Gets whether the "string_value" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
KindCase
public ModelEvaluationSlice.Types.Slice.Types.SliceSpec.Types.Value.KindOneofCase KindCase { get; }| Property Value | |
|---|---|
| Type | Description |
ModelEvaluationSliceTypesSliceTypesSliceSpecTypesValueKindOneofCase |
|
StringValue
public string StringValue { get; set; }String type.
| Property Value | |
|---|---|
| Type | Description |
string |
|