User Profile Resource Spec Args
data class UserProfileResourceSpecArgs(val instanceType: Output<UserProfileResourceSpecInstanceType>? = null, val sageMakerImageArn: Output<String>? = null, val sageMakerImageVersionArn: Output<String>? = null) : ConvertibleToJava<UserProfileResourceSpecArgs>
Constructors
Link copied to clipboard
fun UserProfileResourceSpecArgs(instanceType: Output<UserProfileResourceSpecInstanceType>? = null, sageMakerImageArn: Output<String>? = null, sageMakerImageVersionArn: Output<String>? = null)