Class: Aws::SageMaker::Types::FileSource

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

Overview

Contains details regarding the file source.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#content_digestString

The digest of the file source.

Returns:

  • (String)


19410
19411
19412
19413
19414
19415
19416
# File 'lib/aws-sdk-sagemaker/types.rb', line 19410

class FileSource < Struct.new(
  :content_type,
  :content_digest,
  :s3_uri)
  SENSITIVE = []
  include Aws::Structure
end

#content_typeString

The type of content stored in the file source.

Returns:

  • (String)


19410
19411
19412
19413
19414
19415
19416
# File 'lib/aws-sdk-sagemaker/types.rb', line 19410

class FileSource < Struct.new(
  :content_type,
  :content_digest,
  :s3_uri)
  SENSITIVE = []
  include Aws::Structure
end

#s3_uriString

The Amazon S3 URI for the file source.

Returns:

  • (String)


19410
19411
19412
19413
19414
19415
19416
# File 'lib/aws-sdk-sagemaker/types.rb', line 19410

class FileSource < Struct.new(
  :content_type,
  :content_digest,
  :s3_uri)
  SENSITIVE = []
  include Aws::Structure
end