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