StoredSuggestedTagAndRegion Class
Result of a suggested tags and regions request of the untagged image.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
StoredSuggestedTagAndRegion
Constructor
StoredSuggestedTagAndRegion(**kwargs)
Variables
- width
- int
Width of the resized image.
- height
- int
Height of the resized image.
- 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.
- prediction_uncertainty
- float
Uncertainty (entropy) of suggested tags or regions per image.
Feedback
Submit and view feedback for