Aws Sage Maker App Properties Response
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)