GoogleCloudAiplatformV1StreamRawPredictRequest.fromJson constructor

GoogleCloudAiplatformV1StreamRawPredictRequest.fromJson(
  1. Map json_
)

Implementation

GoogleCloudAiplatformV1StreamRawPredictRequest.fromJson(core.Map json_)
  : this(
      httpBody:
          json_.containsKey('httpBody')
              ? GoogleApiHttpBody.fromJson(
                json_['httpBody'] as core.Map<core.String, core.dynamic>,
              )
              : null,
    );