GoogleCloudAiplatformV1ReasoningEngineContextSpec.fromJson constructor
GoogleCloudAiplatformV1ReasoningEngineContextSpec.fromJson(
- Map json_
Implementation
GoogleCloudAiplatformV1ReasoningEngineContextSpec.fromJson(core.Map json_)
: this(
memoryBankConfig: json_.containsKey('memoryBankConfig')
? GoogleCloudAiplatformV1ReasoningEngineContextSpecMemoryBankConfig.fromJson(
json_['memoryBankConfig']
as core.Map<core.String, core.dynamic>,
)
: null,
);