GoogleCloudAiplatformV1CustomOutputFormatConfig.fromJson constructor

GoogleCloudAiplatformV1CustomOutputFormatConfig.fromJson(
  1. Map json_
)

Implementation

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