GoogleCloudAiplatformV1TextResponseFormat.fromJson constructor

GoogleCloudAiplatformV1TextResponseFormat.fromJson(
  1. Map json_
)

Implementation

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