Cloud AI Platform v1 API - Class Value (2.24.0)

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

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

Value is the value of the field.

Inheritance

object > Value

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

Value()

public Value()

Value(Value)

public Value(Value other)
Parameter
NameDescription
otherValue

Properties

DoubleValue

public double DoubleValue { get; set; }

A double value.

Property Value
TypeDescription
double

HasDoubleValue

public bool HasDoubleValue { get; }

Gets whether the "double_value" field is set

Property Value
TypeDescription
bool

HasIntValue

public bool HasIntValue { get; }

Gets whether the "int_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

IntValue

public long IntValue { get; set; }

An integer value.

Property Value
TypeDescription
long

StringValue

public string StringValue { get; set; }

A string value.

Property Value
TypeDescription
string

ValueCase

public Value.ValueOneofCase ValueCase { get; }
Property Value
TypeDescription
ValueValueOneofCase