App Image Config File System Config Args
data class AppImageConfigFileSystemConfigArgs(val defaultGid: Output<Int>? = null, val defaultUid: Output<Int>? = null, val mountPath: Output<String>? = null) : ConvertibleToJava<AppImageConfigFileSystemConfigArgs>
The Amazon Elastic File System (EFS) storage configuration for a SageMaker image.
Constructors
Link copied to clipboard
fun AppImageConfigFileSystemConfigArgs(defaultGid: Output<Int>? = null, defaultUid: Output<Int>? = null, mountPath: Output<String>? = null)