GoogleCloudAiplatformV1RawPredictRequest.fromJson constructor

GoogleCloudAiplatformV1RawPredictRequest.fromJson(
  1. Map json_
)

Implementation

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