AppResourceSpecArgs

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

Constructors

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

Functions

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

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.