Cloud AI Platform v1 API - Class Value (2.13.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

GoogleCloudGoogle.Cloud.AIPlatformV1

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

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