Cloud AI Platform v1 API - Class ModelEvaluationSlice.Types.Slice.Types.SliceSpec.Types.Value (2.27.0)

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, IMessage

Reference documentation and code samples for the Cloud AI Platform v1 API class ModelEvaluationSlice.Types.Slice.Types.SliceSpec.Types.Value.

Single value that supports strings and floats.

Inheritance

object > ModelEvaluationSlice.Types.Slice.Types.SliceSpec.Types.Value

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

Value()

public Value()

Value(Value)

public Value(ModelEvaluationSlice.Types.Slice.Types.SliceSpec.Types.Value other)
Parameter
NameDescription
otherModelEvaluationSliceTypesSliceTypesSliceSpecTypesValue

Properties

FloatValue

public float FloatValue { get; set; }

Float type.

Property Value
TypeDescription
float

HasFloatValue

public bool HasFloatValue { get; }

Gets whether the "float_value" field is set

Property Value
TypeDescription
bool

HasStringValue

public bool HasStringValue { get; }

Gets whether the "string_value" field is set

Property Value
TypeDescription
bool

KindCase

public ModelEvaluationSlice.Types.Slice.Types.SliceSpec.Types.Value.KindOneofCase KindCase { get; }
Property Value
TypeDescription
ModelEvaluationSliceTypesSliceTypesSliceSpecTypesValueKindOneofCase

StringValue

public string StringValue { get; set; }

String type.

Property Value
TypeDescription
string