GoogleCloudAiplatformV1CompactionConfigLlmSummarizationConfig.fromJson constructor

GoogleCloudAiplatformV1CompactionConfigLlmSummarizationConfig.fromJson(
  1. Map json_
)

Implementation

GoogleCloudAiplatformV1CompactionConfigLlmSummarizationConfig.fromJson(
  core.Map json_,
) : this(mode: json_['mode'] as core.String?);