ImagePrediction interface
Result of an image prediction request.
Properties
created | Date this prediction was created. NOTE: This property will not be serialized. It can only be populated by the server. |
id | Prediction Id. NOTE: This property will not be serialized. It can only be populated by the server. |
iteration | Iteration Id. NOTE: This property will not be serialized. It can only be populated by the server. |
predictions | List of predictions. NOTE: This property will not be serialized. It can only be populated by the server. |
project | Project Id. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
created
Date this prediction was created. NOTE: This property will not be serialized. It can only be populated by the server.
created?: Date
Property Value
Date
id
Prediction Id. NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
iteration
Iteration Id. NOTE: This property will not be serialized. It can only be populated by the server.
iteration?: string
Property Value
string
predictions
List of predictions. NOTE: This property will not be serialized. It can only be populated by the server.
predictions?: Prediction[]
Property Value
project
Project Id. NOTE: This property will not be serialized. It can only be populated by the server.
project?: string
Property Value
string