Values_1.ProcessingInputSourceThe inputs for a processing job. The processing input must specify exactly one of either S3Input or DatasetDefinition types.
type nonrec t = {inputName : Values_0.String_.t;The name for the processing job input.
*)appManaged : Values_0.AppManaged.t option;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.
*)s3Input : ProcessingS3Input.t option;Configuration for downloading input data from Amazon S3 into the processing container.
*)datasetDefinition : DatasetDefinition.t option;Configuration for a Dataset Definition input.
*)}val make :
?appManaged:??? ->
?s3Input:??? ->
?datasetDefinition:??? ->
inputName:Values_0.String_.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Values_0.AppManaged.t
| `String of Values_0.String_.t
| `Structure of
(string
* [> `Enum of string
| `String of Values_0.S3Uri.t
| `Structure of
(string * [> `Enum of string | `String of string ]) list ])
list ])
list ]