Method: Aws::SageMaker::Types::ProcessingInput#app_managed
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
#app_managed ⇒ Boolean
When True, input operations such as data download are managed natively by the processing job application. When False (default), input operations are managed by Amazon SageMaker.
30965 30966 30967 30968 30969 30970 30971 30972 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 30965 class ProcessingInput < Struct.new( :input_name, :app_managed, :s3_input, :dataset_definition) SENSITIVE = [] include Aws::Structure end |