GoogleCloudAiplatformV1RagFileChunkingConfigFixedLengthChunking.fromJson constructor

GoogleCloudAiplatformV1RagFileChunkingConfigFixedLengthChunking.fromJson(
  1. Map json_
)

Implementation

GoogleCloudAiplatformV1RagFileChunkingConfigFixedLengthChunking.fromJson(
    core.Map json_)
    : this(
        chunkOverlap: json_['chunkOverlap'] as core.int?,
        chunkSize: json_['chunkSize'] as core.int?,
      );