StoredImagePrediction Class

Result of an image prediction request.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
StoredImagePrediction

Constructor

StoredImagePrediction(**kwargs)

Variables

resized_image_uri
str

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.

thumbnail_uri
str

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.

original_image_uri
str

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.

domain
str

Domain used for the prediction.

id
str

Prediction Id.

project
str

Project Id.

iteration
str

Iteration Id.

created
datetime

Date this prediction was created.

predictions
list[Prediction]

List of predictions.