Class: Aws::SageMaker::Types::S3FileSystem

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

Overview

A custom file system in Amazon S3. This is only supported in Amazon SageMaker Unified Studio.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#s3_uriString

The Amazon S3 URI that specifies the location in S3 where files are stored, which is mounted within the Studio environment. For example: ‘s3://<bucket-name>/<prefix>/`.

Returns:

  • (String)


44716
44717
44718
44719
44720
# File 'lib/aws-sdk-sagemaker/types.rb', line 44716

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