GoogleCloudAiplatformV1StreamRawPredictRequest.fromJson constructor
GoogleCloudAiplatformV1StreamRawPredictRequest.fromJson(
- 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,
);