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