ImagePerformance interface
图像性能模型。
属性
| created | 创建映像的日期。 注意:此属性不会序列化。 它只能由服务器填充。 |
| height | 图像的高度。 注意:此属性不会序列化。 它只能由服务器填充。 |
| id | 图像的 ID。 注意:此属性不会序列化。 它只能由服务器填充。 |
| image |
用于训练的图像的 URI。 如果启用了 VNET 功能,则会是用于 GetArtifact 的相对路径,否则这是资源的绝对 URI。 注意:此属性不会序列化。 它只能由服务器填充。 |
| predictions | 注意:此属性不会序列化。 它只能由服务器填充。 |
| regions | 与此映像关联的区域。 注意:此属性不会序列化。 它只能由服务器填充。 |
| tags | 与此图像关联的标记。 注意:此属性不会序列化。 它只能由服务器填充。 |
| thumbnail |
原始图像缩略图的 URI。 如果启用了 VNET 功能,则会是用于 GetArtifact 的相对路径,否则这是资源的绝对 URI。 注意:此属性不会序列化。 它只能由服务器填充。 |
| width | 图像的宽度。 注意:此属性不会序列化。 它只能由服务器填充。 |
属性详细信息
created
创建映像的日期。 注意:此属性不会序列化。 它只能由服务器填充。
created?: Date
属性值
Date
height
图像的高度。 注意:此属性不会序列化。 它只能由服务器填充。
height?: number
属性值
number
id
图像的 ID。 注意:此属性不会序列化。 它只能由服务器填充。
id?: string
属性值
string
imageUri
用于训练的图像的 URI。 如果启用了 VNET 功能,则会是用于 GetArtifact 的相对路径,否则这是资源的绝对 URI。 注意:此属性不会序列化。 它只能由服务器填充。
imageUri?: string
属性值
string
predictions
regions
tags
thumbnailUri
原始图像缩略图的 URI。 如果启用了 VNET 功能,则会是用于 GetArtifact 的相对路径,否则这是资源的绝对 URI。 注意:此属性不会序列化。 它只能由服务器填充。
thumbnailUri?: string
属性值
string
width
图像的宽度。 注意:此属性不会序列化。 它只能由服务器填充。
width?: number
属性值
number