Class GoogleCloudAiplatformV1beta1Value
Value is the value of the field.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1Value : IDirectResponseSchema
Properties
DoubleValue
A 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 |
IntValue
An integer value.
Declaration
[JsonProperty("intValue")]
public virtual long? IntValue { get; set; }
Property Value
Type | Description |
---|---|
long? |
StringValue
A string value.
Declaration
[JsonProperty("stringValue")]
public virtual string StringValue { get; set; }
Property Value
Type | Description |
---|---|
string |