GoogleCloudAiplatformV1DirectRawPredictResponse.fromJson constructor

GoogleCloudAiplatformV1DirectRawPredictResponse.fromJson(
  1. Map json_
)

Implementation

GoogleCloudAiplatformV1DirectRawPredictResponse.fromJson(core.Map json_)
    : this(
        output: json_.containsKey('output')
            ? json_['output'] as core.String
            : null,
      );