GoogleCloudAiplatformV1CodeExecutionResult.fromJson constructor

GoogleCloudAiplatformV1CodeExecutionResult.fromJson(
  1. Map json_
)

Implementation

GoogleCloudAiplatformV1CodeExecutionResult.fromJson(core.Map json_)
  : this(
      outcome: json_['outcome'] as core.String?,
      output: json_['output'] as core.String?,
    );