SpaceResourceSpecArgs

data class SpaceResourceSpecArgs(val instanceType: Output<SpaceResourceSpecInstanceType>? = null, val sageMakerImageArn: Output<String>? = null, val sageMakerImageVersionArn: Output<String>? = null) : ConvertibleToJava<SpaceResourceSpecArgs>

Constructors

Link copied to clipboard
fun SpaceResourceSpecArgs(instanceType: Output<SpaceResourceSpecInstanceType>? = null, sageMakerImageArn: Output<String>? = null, sageMakerImageVersionArn: Output<String>? = null)

Functions

Link copied to clipboard
open override fun toJava(): SpaceResourceSpecArgs

Properties

Link copied to clipboard

The instance type that the image version runs on.

Link copied to clipboard
val sageMakerImageArn: Output<String>? = null

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

Link copied to clipboard
val sageMakerImageVersionArn: Output<String>? = null

The ARN of the image version created on the instance.