GoogleCloudMlV1BuiltInAlgorithmOutput.fromJson constructor

GoogleCloudMlV1BuiltInAlgorithmOutput.fromJson(
  1. Map json_
)

Implementation

GoogleCloudMlV1BuiltInAlgorithmOutput.fromJson(core.Map json_)
  : this(
      framework: json_['framework'] as core.String?,
      modelPath: json_['modelPath'] as core.String?,
      pythonVersion: json_['pythonVersion'] as core.String?,
      runtimeVersion: json_['runtimeVersion'] as core.String?,
    );