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