GoogleCloudAiplatformV1FeatureValue constructor
GoogleCloudAiplatformV1FeatureValue({
- GoogleCloudAiplatformV1BoolArray? boolArrayValue,
- bool? boolValue,
- String? bytesValue,
- GoogleCloudAiplatformV1DoubleArray? doubleArrayValue,
- double? doubleValue,
- GoogleCloudAiplatformV1Int64Array? int64ArrayValue,
- String? int64Value,
- GoogleCloudAiplatformV1FeatureValueMetadata? metadata,
- GoogleCloudAiplatformV1StringArray? stringArrayValue,
- String? stringValue,
- GoogleCloudAiplatformV1StructValue? structValue,
Implementation
GoogleCloudAiplatformV1FeatureValue({
this.boolArrayValue,
this.boolValue,
this.bytesValue,
this.doubleArrayValue,
this.doubleValue,
this.int64ArrayValue,
this.int64Value,
this.metadata,
this.stringArrayValue,
this.stringValue,
this.structValue,
});