GoogleCloudAiplatformV1ReasoningEngineContextSpecMemoryBankConfigGenerationConfig.fromJson constructor
GoogleCloudAiplatformV1ReasoningEngineContextSpecMemoryBankConfigGenerationConfig.fromJson(
- Map json_
Implementation
GoogleCloudAiplatformV1ReasoningEngineContextSpecMemoryBankConfigGenerationConfig.fromJson(
core.Map json_,
) : this(
generationTriggerConfig: json_.containsKey('generationTriggerConfig')
? GoogleCloudAiplatformV1MemoryGenerationTriggerConfig.fromJson(
json_['generationTriggerConfig']
as core.Map<core.String, core.dynamic>,
)
: null,
model: json_['model'] as core.String?,
);