Class GoogleCloudAiplatformV1MemoryMetadataValue
Memory metadata.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1MemoryMetadataValue : IDirectResponseSchema
Properties
BoolValue
Boolean value.
Declaration
[JsonProperty("boolValue")]
public virtual bool? BoolValue { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
DoubleValue
Double value.
Declaration
[JsonProperty("doubleValue")]
public virtual double? DoubleValue { get; set; }
Property Value
| Type | Description |
|---|---|
| double? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
StringValue
String value.
Declaration
[JsonProperty("stringValue")]
public virtual string StringValue { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TimestampValue
object representation of TimestampValueRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use TimestampValueDateTimeOffset instead.")]
public virtual object TimestampValue { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
TimestampValueDateTimeOffset
DateTimeOffset representation of TimestampValueRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? TimestampValueDateTimeOffset { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTimeOffset? |
TimestampValueRaw
Timestamp value. When filtering on timestamp values, only the seconds field will be compared.
Declaration
[JsonProperty("timestampValue")]
public virtual string TimestampValueRaw { get; set; }
Property Value
| Type | Description |
|---|---|
| string |