Skip to main content
POST
/
classify_bulk
Python
from unstructured import UnstructuredClient

client = UnstructuredClient(
    username="My Username",
    password="My Password",
)
response = client.metadata.generate.generate_batch(
    data_connector_name="data_connector_name",
)
print(response.message)
{
  "message": "<string>"
}

Body

application/json
data_connector_name
string
required
total_data_sets
integer | null
tag_names
string[] | null
tag_datas
Tag Datas · object
overwrite
boolean
default:false
job_id
string | null
hierarchy_name
string | null
hierarchy_data
Hierarchy Data · object
dataslice_id
string | null
conditions
Condition · object

Response

Successful Response

message
string
required