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