UserProfileResourceSpec

data class UserProfileResourceSpec(val instanceType: UserProfileResourceSpecInstanceType? = null, val sageMakerImageArn: String? = null, val sageMakerImageVersionArn: String? = null)

Constructors

Link copied to clipboard
fun UserProfileResourceSpec(instanceType: UserProfileResourceSpecInstanceType? = null, sageMakerImageArn: String? = null, sageMakerImageVersionArn: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The instance type that the image version runs on.

Link copied to clipboard

The ARN of the SageMaker image that the image version belongs to.

Link copied to clipboard

The ARN of the image version created on the instance.