DLConfig
DLConfig.host
DLConfig.apikey
DLConfig.index
DLConfig.namespace
DLConfig.objectname
DLConfig.from_env()
IngestionResult
IngestionResult.successful
IngestionResult.failed
DataLinksRequestError
DataLinksAPI
DataLinksAPI.ingest()
DataLinksAPI.create_space()
DataLinksAPI.list_datasets()
DataLinksAPI.query_data()
DataLinksAPI.ask()
StandardCLI
get_default_args()
MatchType
MatchType.targetColumns
ExactMatch
ExactMatch.minVariation
ExactMatch.minDistinct
GeoMatch
GeoMatch.distance
GeoMatch.distanceUnit
EntityResolutionTypes
EntityResolutionTypes.ExactMatch
EntityResolutionTypes.GeoMatch
MatchTypeConfig
MatchTypeConfig.config
Loader
Loader.load_from_folder()
JSONLoader
JSONLoader.load_from_folder()
JSONLoader.load_item()
StepTypes
StepTypes.TABLE
StepTypes.ROWS
StepTypes.NORMALIZE
StepTypes.VALIDATE
StepTypes.REVERSE_GEO
NormalizeModes
NormalizeModes.EMBEDDINGS
NormalizeModes.ALL_IN_ONE
NormalizeModes.FIELD_BY_FIELD
ValidateModes
ValidateModes.ROWS
ValidateModes.REGEX
ValidateModes.FIELDS
BaseStep
BaseStep.step_type
BaseStep.to_dict()
LlmStep
LlmStep.model
LlmStep.provider
InferenceStep
InferenceStep.derive_from
ProcessUnstructured
ProcessUnstructured.step_type
ProcessUnstructured.helper_prompt
ProcessStructured
ProcessStructured.step_type
ReverseGeo
ReverseGeo.step_type
Normalize
Normalize.step_type
Normalize.target_cols
Normalize.mode
Normalize.helper_prompt
Validate
Validate.step_type
Validate.mode
Validate.columns
Pipeline
Pipeline.to_list()