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