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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/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)


19404
19405
19406
19407
19408
19409
19410
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 19404

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)


19404
19405
19406
19407
19408
19409
19410
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 19404

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)


19404
19405
19406
19407
19408
19409
19410
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 19404

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