GoogleCloudAiplatformV1GenerationConfigThinkingConfig.fromJson constructor

GoogleCloudAiplatformV1GenerationConfigThinkingConfig.fromJson(
  1. Map json_
)

Implementation

GoogleCloudAiplatformV1GenerationConfigThinkingConfig.fromJson(core.Map json_)
  : this(
      includeThoughts: json_['includeThoughts'] as core.bool?,
      thinkingBudget: json_['thinkingBudget'] as core.int?,
    );