Retrieve Model
Retrieves a model's details.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
model
The model to get information for.
Response
Successful Response
id
The string ID of the model
name
The name of the model
description
The description of the model
released
The UTC time the model was released
number_of_runs
The number of times the model has been run
input_shape_requirements
The input shape requirements for the model
nn_input_shape_requirements
The NN input shape requirements for the model
nn_output_shape_requirements
The NN output shape requirements for the model
Errors
422
Unprocessable Entity Error