GetImageResult

data class GetImageResult(val imageArn: String? = null, val imageDescription: String? = null, val imageDisplayName: String? = null, val imageRoleArn: String? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(imageArn: String? = null, imageDescription: String? = null, imageDisplayName: String? = null, imageRoleArn: String? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val imageArn: String? = null

The Amazon Resource Name (ARN) of the image. Type : String Length Constraints : Maximum length of 256. Pattern : ^arn:aws(-[\w]+)*:sagemaker:&#46;+:[0-9]{12}:image/[a-z0-9]([-&#46;]?[a-z0-9])*$

Link copied to clipboard

The description of the image.

Link copied to clipboard

The display name of the image. Length Constraints : Minimum length of 1. Maximum length of 128. Pattern : ^\S(.*\S)?$

Link copied to clipboard
val imageRoleArn: String? = null

The Amazon Resource Name (ARN) of an IAM role that enables Amazon SageMaker to perform tasks on your behalf. Length Constraints : Minimum length of 20. Maximum length of 2048. Pattern : ^arn:aws[a-z\-]*:iam::\d{12}:role/?[a-zA-Z_0-9+=,&#46;@\-_/]+$

Link copied to clipboard
val tags: List<Tag>? = null

An array of key-value pairs to apply to this resource.