StoredImagePrediction 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. |
domain | Domain used for the prediction. 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. |
original |
The URI to the original prediction image. If VNET feature is enabled this will be a relative path to be used with GetArtifact, otherwise this will be an absolute URI to the resource. 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. |
resized |
The URI to the (resized) prediction image. If VNET feature is enabled this will be a relative path to be used with GetArtifact, otherwise this will be an absolute URI to the resource. NOTE: This property will not be serialized. It can only be populated by the server. |
thumbnail |
The URI to the thumbnail of the original prediction image. If VNET feature is enabled this will be a relative path to be used with GetArtifact, otherwise this will be an absolute URI to the resource. 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
domain
Domain used for the prediction. NOTE: This property will not be serialized. It can only be populated by the server.
domain?: string
Property Value
string
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
originalImageUri
The URI to the original prediction image. If VNET feature is enabled this will be a relative path to be used with GetArtifact, otherwise this will be an absolute URI to the resource. NOTE: This property will not be serialized. It can only be populated by the server.
originalImageUri?: 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
resizedImageUri
The URI to the (resized) prediction image. If VNET feature is enabled this will be a relative path to be used with GetArtifact, otherwise this will be an absolute URI to the resource. NOTE: This property will not be serialized. It can only be populated by the server.
resizedImageUri?: string
Property Value
string
thumbnailUri
The URI to the thumbnail of the original prediction image. If VNET feature is enabled this will be a relative path to be used with GetArtifact, otherwise this will be an absolute URI to the resource. NOTE: This property will not be serialized. It can only be populated by the server.
thumbnailUri?: string
Property Value
string