GoogleCloudAiplatformV1RagFileTransformationConfig.fromJson constructor

GoogleCloudAiplatformV1RagFileTransformationConfig.fromJson(
  1. Map json_
)

Implementation

GoogleCloudAiplatformV1RagFileTransformationConfig.fromJson(core.Map json_)
    : this(
        ragFileChunkingConfig: json_.containsKey('ragFileChunkingConfig')
            ? GoogleCloudAiplatformV1RagFileChunkingConfig.fromJson(
                json_['ragFileChunkingConfig']
                    as core.Map<core.String, core.dynamic>)
            : null,
      );