public sealed class Value : IMessage<Value>, IEquatable<Value>, IDeepCloneable<Value>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class Value.
Value is the value of the field.
Namespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
Value()
public Value()Value(Value)
public Value(Value other)| Parameter | |
|---|---|
| Name | Description |
other |
Value |
Properties
DoubleValue
public double DoubleValue { get; set; }A double value.
| Property Value | |
|---|---|
| Type | Description |
double |
|
HasDoubleValue
public bool HasDoubleValue { get; }Gets whether the "double_value" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
HasIntValue
public bool HasIntValue { get; }Gets whether the "int_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 |
|
IntValue
public long IntValue { get; set; }An integer value.
| Property Value | |
|---|---|
| Type | Description |
long |
|
StringValue
public string StringValue { get; set; }A string value.
| Property Value | |
|---|---|
| Type | Description |
string |
|
ValueCase
public Value.ValueOneofCase ValueCase { get; }| Property Value | |
|---|---|
| Type | Description |
ValueValueOneofCase |
|