GoogleCloudAiplatformV1DirectRawPredictRequest.fromJson constructor

GoogleCloudAiplatformV1DirectRawPredictRequest.fromJson(
  1. Map json_
)

Implementation

GoogleCloudAiplatformV1DirectRawPredictRequest.fromJson(core.Map json_)
  : this(
      input: json_['input'] as core.String?,
      methodName: json_['methodName'] as core.String?,
    );