You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*`job_type` - (Optional) Indicates SageMaker AI job type compatibility. Valid values are: `TRAINING`, `INFERENCE`, and `NOTEBOOK_KERNEL`.
32
+
*`ml_framework` - (Optional) The machine learning framework vended in the image version.
33
+
*`processor` - (Optional) Indicates CPU or GPU compatibility. Valid values are: `CPU` and `GPU`.
34
+
*`programming_lang` - (Optional) The supported programming language and its version.
35
+
*`release_notes` - (Optional) The maintainer description of the image version.
36
+
*`vendor_guidance` - (Optional) The stability of the image version, specified by the maintainer. Valid values are: `NOT_PROVIDED`, `STABLE`, `TO_BE_ARCHIVED`, and `ARCHIVED`.
30
37
31
38
## Attribute Reference
32
39
33
40
This resource exports the following attributes in addition to the arguments above:
34
41
35
42
*`id` - The name of the Image.
36
43
*`arn` - The Amazon Resource Name (ARN) assigned by AWS to this Image Version.
37
-
*`image_arn`- The Amazon Resource Name (ARN) of the imagethe version is based on.
44
+
*`version`- The version of the image. If not specified, the latest version is described.
38
45
*`container_image` - The registry path of the container image that contains this image version.
0 commit comments