GoogleCloudAiplatformV1CustomOutputFormatConfig.fromJson constructor
GoogleCloudAiplatformV1CustomOutputFormatConfig.fromJson(
- Map json_
Implementation
GoogleCloudAiplatformV1CustomOutputFormatConfig.fromJson(core.Map json_)
: this(returnRawOutput: json_['returnRawOutput'] as core.bool?);