GoogleCloudAiplatformV1CustomCodeExecutionSpec.fromJson constructor

GoogleCloudAiplatformV1CustomCodeExecutionSpec.fromJson(
  1. Map json_
)

Implementation

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