Resource Spec Args
data class ResourceSpecArgs(val instanceType: Output<Either<String, ResourceSpecInstanceType>>? = null, val sageMakerImageArn: Output<String>? = null, val sageMakerImageVersionArn: Output<String>? = null) : ConvertibleToJava<ResourceSpecArgs>
Definition of ResourceSpec
Constructors
Link copied to clipboard
constructor(instanceType: Output<Either<String, ResourceSpecInstanceType>>? = null, sageMakerImageArn: Output<String>? = null, sageMakerImageVersionArn: Output<String>? = null)