Skip to content

Training

4 modules

ModuleDescription
Practice AnalyzeAnalyze website structure for practice
Practice ExecuteExecute practice session
Practice Infer SchemaInfer data schema from website
Practice StatsGet practice statistics

Modules

Practice Analyze

training.practice.analyze

Analyze website structure for practice

Parameters:

NameTypeRequiredDefaultDescription
urlstringYes-Target URL

Output:

FieldTypeDescription
statusstringAnalyze website structure
structureobjectAnalyze website structure

Practice Execute

training.practice.execute

Execute practice session

Parameters:

NameTypeRequiredDefaultDescription
urlstringYes-Target URL
max_itemsnumberNo10Maximum items to process

Output:

FieldTypeDescription
statusstringExecute practice session
items_processednumberExecute practice session

Practice Infer Schema

training.practice.infer_schema

Infer data schema from website

Parameters:

NameTypeRequiredDefaultDescription
urlstringYes-Target URL
sample_sizenumberNo5Number of samples to analyze

Output:

FieldTypeDescription
statusstringInfer data schema
schemaobjectInfer data schema

Practice Stats

training.practice.stats

Get practice statistics

Output:

FieldTypeDescription
total_sessionsnumberThe total sessions
successful_sessionsnumberThe total sessions
success_ratenumberGet practice statistics
historyarrayGet practice statistics

Released under the Apache 2.0 License.