public sealed class MetadataValue : IMessage<MetadataValue>, IEquatable<MetadataValue>, IDeepCloneable<MetadataValue>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class MetadataValue.
Value of Metadata, including all types available in data schema.
Implements
IMessageMetadataValue, IEquatableMetadataValue, IDeepCloneableMetadataValue, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
MetadataValue()
public MetadataValue()MetadataValue(MetadataValue)
public MetadataValue(MetadataValue other)| Parameter | |
|---|---|
| Name | Description |
other |
MetadataValue |
Properties
BoolValue
public bool BoolValue { get; set; }Value of boolean type metadata.
| Property Value | |
|---|---|
| Type | Description |
bool |
|
DatetimeValue
public string DatetimeValue { get; set; }Value of date time type metadata.
| Property Value | |
|---|---|
| Type | Description |
string |
|
FloatValue
public float FloatValue { get; set; }Value of float type metadata.
| Property Value | |
|---|---|
| Type | Description |
float |
|
HasBoolValue
public bool HasBoolValue { get; }Gets whether the "bool_value" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
HasDatetimeValue
public bool HasDatetimeValue { get; }Gets whether the "datetime_value" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
HasFloatValue
public bool HasFloatValue { get; }Gets whether the "float_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 |
|
HasStrValue
public bool HasStrValue { get; }Gets whether the "str_value" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
IntValue
public long IntValue { get; set; }Value of int type metadata.
| Property Value | |
|---|---|
| Type | Description |
long |
|
ListValue
public MetadataList ListValue { get; set; }Value of list type metadata.
| Property Value | |
|---|---|
| Type | Description |
MetadataList |
|
StrValue
public string StrValue { get; set; }Value of string type metadata.
| Property Value | |
|---|---|
| Type | Description |
string |
|
ValueCase
public MetadataValue.ValueOneofCase ValueCase { get; }| Property Value | |
|---|---|
| Type | Description |
MetadataValueValueOneofCase |
|