GoogleCloudAiplatformV1CustomCodeExecutionSpec.fromJson constructor
GoogleCloudAiplatformV1CustomCodeExecutionSpec.fromJson(
- Map json_
Implementation
GoogleCloudAiplatformV1CustomCodeExecutionSpec.fromJson(core.Map json_)
: this(evaluationFunction: json_['evaluationFunction'] as core.String?);