GoogleCloudAiplatformV1SyntheticExample.fromJson constructor
GoogleCloudAiplatformV1SyntheticExample.fromJson(
- Map json_
Implementation
GoogleCloudAiplatformV1SyntheticExample.fromJson(core.Map json_)
: this(
fields:
(json_['fields'] as core.List?)
?.map(
(value) => GoogleCloudAiplatformV1SyntheticField.fromJson(
value as core.Map<core.String, core.dynamic>,
),
)
.toList(),
);