GoogleCloudAiplatformV1WriteFeatureValuesPayload constructor
GoogleCloudAiplatformV1WriteFeatureValuesPayload({
- String? entityId,
- Map<
String, GoogleCloudAiplatformV1FeatureValue> ? featureValues,
Implementation
GoogleCloudAiplatformV1WriteFeatureValuesPayload({
this.entityId,
this.featureValues,
});