AwsSageMakerAppPropertiesResponse

data class AwsSageMakerAppPropertiesResponse(val appArn: String? = null, val appName: String? = null, val appType: String? = null, val domainId: String? = null, val resourceSpec: ResourceSpecResponse? = null, val tags: List<TagResponse>? = null, val userProfileName: String? = null)

Definition of awsSageMakerApp

Constructors

Link copied to clipboard
constructor(appArn: String? = null, appName: String? = null, appType: String? = null, domainId: String? = null, resourceSpec: ResourceSpecResponse? = null, tags: List<TagResponse>? = null, userProfileName: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val appArn: String? = null

The Amazon Resource Name (ARN) of the app.

Link copied to clipboard
val appName: String? = null

The name of the app.

Link copied to clipboard
val appType: String? = null

The type of app.

Link copied to clipboard
val domainId: String? = null

The domain ID.

Link copied to clipboard

The instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance.

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

A list of tags to apply to the app.

Link copied to clipboard
val userProfileName: String? = null

The user profile name.