Interface protos.google.cloud.aiplatform.v1.IValue (1.11.0)

Properties of a Value.

Package

@google-cloud/aiplatform

Properties

doubleValue

doubleValue?: (number|null);

Value doubleValue

Property Value
TypeDescription
(number|null)

intValue

intValue?: (number|Long|string|null);

Value intValue

Property Value
TypeDescription
(number|Long|string|null)

stringValue

stringValue?: (string|null);

Value stringValue

Property Value
TypeDescription
(string|null)