ImagePerformance interface

Image performance model.

Properties

created

Date the image was created. NOTE: This property will not be serialized. It can only be populated by the server.

height

Height of the image. NOTE: This property will not be serialized. It can only be populated by the server.

id

Id of the image. NOTE: This property will not be serialized. It can only be populated by the server.

imageUri

The URI to the image used for training. 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

NOTE: This property will not be serialized. It can only be populated by the server.

regions

Regions associated with this image. NOTE: This property will not be serialized. It can only be populated by the server.

tags

Tags associated with this image. NOTE: This property will not be serialized. It can only be populated by the server.

thumbnailUri

The URI to the thumbnail of the original 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.

width

Width of the image. NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

created

Date the image was created. NOTE: This property will not be serialized. It can only be populated by the server.

created?: Date

Property Value

Date

height

Height of the image. NOTE: This property will not be serialized. It can only be populated by the server.

height?: number

Property Value

number

id

Id of the image. NOTE: This property will not be serialized. It can only be populated by the server.

id?: string

Property Value

string

imageUri

The URI to the image used for training. 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.

imageUri?: string

Property Value

string

predictions

NOTE: This property will not be serialized. It can only be populated by the server.

predictions?: Prediction[]

Property Value

regions

Regions associated with this image. NOTE: This property will not be serialized. It can only be populated by the server.

regions?: ImageRegion[]

Property Value

tags

Tags associated with this image. NOTE: This property will not be serialized. It can only be populated by the server.

tags?: ImageTag[]

Property Value

thumbnailUri

The URI to the thumbnail of the original 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

width

Width of the image. NOTE: This property will not be serialized. It can only be populated by the server.

width?: number

Property Value

number