GoogleCloudAiplatformV1RawOutput.fromJson constructor
GoogleCloudAiplatformV1RawOutput.fromJson(
- Map json_
Implementation
GoogleCloudAiplatformV1RawOutput.fromJson(core.Map json_)
: this(
rawOutput: (json_['rawOutput'] as core.List?)
?.map((value) => value as core.String)
.toList(),
);