GoogleCloudAiplatformV1TextResponseFormat.fromJson constructor
GoogleCloudAiplatformV1TextResponseFormat.fromJson(
- Map json_
Implementation
GoogleCloudAiplatformV1TextResponseFormat.fromJson(core.Map json_)
: this(
mimeType: json_['mimeType'] as core.String?,
schema: json_['schema'],
);