View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1FeatureValue (google_api_ai_platform v0.24.0)
Value for a feature.
Attributes
-
boolArrayValue(type:GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1BoolArray.t, default:nil) - A list of bool type feature value. -
boolValue(type:boolean(), default:nil) - Bool type feature value. -
bytesValue(type:String.t, default:nil) - Bytes feature value. -
doubleArrayValue(type:GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1DoubleArray.t, default:nil) - A list of double type feature value. -
doubleValue(type:float(), default:nil) - Double type feature value. -
int64ArrayValue(type:GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1Int64Array.t, default:nil) - A list of int64 type feature value. -
int64Value(type:String.t, default:nil) - Int64 feature value. -
metadata(type:GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1FeatureValueMetadata.t, default:nil) - Metadata of feature value. -
stringArrayValue(type:GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1StringArray.t, default:nil) - A list of string type feature value. -
stringValue(type:String.t, default:nil) - String feature value. -
structValue(type:GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1StructValue.t, default:nil) - A struct type feature value.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1FeatureValue{ boolArrayValue: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1BoolArray.t() | nil, boolValue: boolean() | nil, bytesValue: String.t() | nil, doubleArrayValue: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1DoubleArray.t() | nil, doubleValue: float() | nil, int64ArrayValue: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1Int64Array.t() | nil, int64Value: String.t() | nil, metadata: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1FeatureValueMetadata.t() | nil, stringArrayValue: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1StringArray.t() | nil, stringValue: String.t() | nil, structValue: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1StructValue.t() | nil }