Class: Aws::SageMaker::Types::AutoMLDataSource

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

Overview

The data source for the Autopilot job.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#s3_data_sourceTypes::AutoMLS3DataSource

The Amazon S3 location of the input data.



2077
2078
2079
2080
2081
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 2077

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