Class GoogleCloudAiplatformV1FeatureValue
Value for a feature.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1FeatureValue : IDirectResponseSchema
Properties
BoolArrayValue
A list of bool type feature value.
Declaration
[JsonProperty("boolArrayValue")]
public virtual GoogleCloudAiplatformV1BoolArray BoolArrayValue { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAiplatformV1BoolArray |
BoolValue
Bool type feature value.
Declaration
[JsonProperty("boolValue")]
public virtual bool? BoolValue { get; set; }
Property Value
Type | Description |
---|---|
bool? |
BytesValue
Bytes feature value.
Declaration
[JsonProperty("bytesValue")]
public virtual string BytesValue { get; set; }
Property Value
Type | Description |
---|---|
string |
DoubleArrayValue
A list of double type feature value.
Declaration
[JsonProperty("doubleArrayValue")]
public virtual GoogleCloudAiplatformV1DoubleArray DoubleArrayValue { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAiplatformV1DoubleArray |
DoubleValue
Double type feature 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 |
Int64ArrayValue
A list of int64 type feature value.
Declaration
[JsonProperty("int64ArrayValue")]
public virtual GoogleCloudAiplatformV1Int64Array Int64ArrayValue { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAiplatformV1Int64Array |
Int64Value
Int64 feature value.
Declaration
[JsonProperty("int64Value")]
public virtual long? Int64Value { get; set; }
Property Value
Type | Description |
---|---|
long? |
Metadata
Metadata of feature value.
Declaration
[JsonProperty("metadata")]
public virtual GoogleCloudAiplatformV1FeatureValueMetadata Metadata { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAiplatformV1FeatureValueMetadata |
StringArrayValue
A list of string type feature value.
Declaration
[JsonProperty("stringArrayValue")]
public virtual GoogleCloudAiplatformV1StringArray StringArrayValue { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAiplatformV1StringArray |
StringValue
String feature value.
Declaration
[JsonProperty("stringValue")]
public virtual string StringValue { get; set; }
Property Value
Type | Description |
---|---|
string |
StructValue
A struct type feature value.
Declaration
[JsonProperty("structValue")]
public virtual GoogleCloudAiplatformV1StructValue StructValue { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAiplatformV1StructValue |