GoogleCloudAiplatformV1EvaluationParserConfig.fromJson constructor
GoogleCloudAiplatformV1EvaluationParserConfig.fromJson(
- Map json_
Implementation
GoogleCloudAiplatformV1EvaluationParserConfig.fromJson(core.Map json_)
: this(
customCodeParserConfig: json_.containsKey('customCodeParserConfig')
? GoogleCloudAiplatformV1EvaluationParserConfigCustomCodeParserConfig.fromJson(
json_['customCodeParserConfig']
as core.Map<core.String, core.dynamic>,
)
: null,
);