Method: Aws::SageMaker::Types::FileSource#content_type

Defined in:
lib/aws-sdk-sagemaker/types.rb

#content_typeString

The type of content stored in the file source.

Returns:

  • (String)


21762
21763
21764
21765
21766
21767
21768
# File 'lib/aws-sdk-sagemaker/types.rb', line 21762

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