Method: Aws::SageMaker::Types::FileSource#content_type
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
#content_type ⇒ String
The type of content stored in the file source.
21767 21768 21769 21770 21771 21772 21773 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 21767 class FileSource < Struct.new( :content_type, :content_digest, :s3_uri) SENSITIVE = [] include Aws::Structure end |