Class: Aws::SageMaker::Types::EFSFileSystem

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb

Overview

A file system, created by you in Amazon EFS, that you assign to a user profile or space for an Amazon SageMaker Domain. Permitted users can access this file system in Amazon SageMaker Studio.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#file_system_idString

The ID of your Amazon EFS file system.

Returns:

  • (String)


18984
18985
18986
18987
18988
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 18984

class EFSFileSystem < Struct.new(
  :file_system_id)
  SENSITIVE = []
  include Aws::Structure
end