Method
getTrainingLogs GET
Copy GET

Returns training logs for the model.

Arguments:

REQUIRED KEY TYPE DESCRIPTION
Yes modelVersion str The unique version ID of the model version.
No stdout bool Set True to get info logs.
No stderr bool Set True to get error logs.
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 FunctionLogs
KEY TYPE Description
function str The function this is logging
stats dict Statistics for the start and end time execution for this function
stdout str Standard out logs
stderr str Standard error logs
algorithm str Algorithm name for this function
exception UserException The exception stacktrace
KEY TYPE Description
type str The type of exception
value str The value of the exception
traceback str The traceback of the exception
Language: