Skip to main content
POST
Classify Storage V2

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Stored-object request for one of the task-specific tabular v2 routes.

object_id
string
required
Required string length: 1 - 128
label_column
string
default:target
Required string length: 1 - 200
problem_type
string
default:auto
Required string length: 1 - 20
train_split_ratio
number
default:0.8
Required range: 0.5 <= x <= 0.95
inference_mode
string
default:train_evaluate
Required string length: 1 - 20
validation_holdout_ratio
number
default:0.2
Required range: 0.05 <= x <= 0.5

Response

Successful Response

Response model for tabular classification/regression job status.

job_id
string
required
status
enum<string>
required

Status values for async forecast jobs.

Available options:
pending,
running,
completed,
failed
created_at
string<date-time>
required
completed_at
string<date-time> | null
elapsed_seconds
number | null
num_samples
integer | null
error
string | null
error_code
enum<string> | null

Machine-readable error codes for agent-friendly error handling.

Available options:
validation_error,
invalid_preset,
file_too_large,
rate_limited,
server_overloaded,
job_not_found,
job_not_completed,
auth_failed,
internal_error,
timeout,
pipeline_failed,
storage_error,
gpu_offload_unavailable,
connection_not_found,
connector_error,
sandbox_domain_used,
sandbox_captcha_failed,
sandbox_dataset_too_large,
sandbox_corporate_email_required
download_url
string | null
problem_type
string | null
accuracy
number | null
feature_importance
Feature Importance · object | null
explainability
ExplainabilitySummaryResponse · object | null

Explainability execution status for a forecast job.

explainability_url
string | null
request_id
string | null
inference_mode
string | null
labeled_row_count
integer | null
unlabeled_row_count
integer | null
predicted_row_count
integer | null
model_name
string | null