GoogleCloudAiplatformV1EvaluationParserConfigCustomCodeParserConfig.fromJson constructor

GoogleCloudAiplatformV1EvaluationParserConfigCustomCodeParserConfig.fromJson(
  1. Map json_
)

Implementation

GoogleCloudAiplatformV1EvaluationParserConfigCustomCodeParserConfig.fromJson(
  core.Map json_,
) : this(parsingFunction: json_['parsingFunction'] as core.String?);