ResourceSpecResponse

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

Definition of ResourceSpec

Constructors

Link copied to clipboard
constructor(instanceType: String? = null, sageMakerImageArn: String? = null, sageMakerImageVersionArn: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val instanceType: String? = null

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.