Method
getTrainingDataLogs GET
Copy GET

Retrieves the data preparation logs during model training.

Arguments:

REQUIRED KEY TYPE DESCRIPTION
Yes modelVersion str The unique version ID of the model version.
Note: The arguments for the API methods follow camelCase but for Python SDK underscore_case is followed.

Response:

KEY TYPE DESCRIPTION
success Boolean true if the call succeeded, false if there was an error
result list[DataPrepLogs]
Language: