GoogleCloudAiplatformV1FetchFeatureValuesRequest.fromJson constructor
GoogleCloudAiplatformV1FetchFeatureValuesRequest.fromJson(
- Map json_
Implementation
GoogleCloudAiplatformV1FetchFeatureValuesRequest.fromJson(core.Map json_)
: this(
dataFormat: json_.containsKey('dataFormat')
? json_['dataFormat'] as core.String
: null,
dataKey: json_.containsKey('dataKey')
? GoogleCloudAiplatformV1FeatureViewDataKey.fromJson(
json_['dataKey'] as core.Map<core.String, core.dynamic>)
: null,
);