Values.CreateProfileJobRequestSourceCreates a new job to analyze a dataset and create its data profile.
type nonrec t = {datasetName : DatasetName.t;The name of the dataset that this job is to act upon.
*)encryptionKeyArn : EncryptionKeyArn.t option;The Amazon Resource Name (ARN) of an encryption key that is used to protect the job.
*)encryptionMode : EncryptionMode.t option;The encryption mode for the job, which can be one of the following: SSE-KMS - SSE-KMS - Server-side encryption with KMS-managed keys. SSE-S3 - Server-side encryption with keys managed by Amazon S3.
*)name : JobName.t;The name of the job to be created. Valid characters are alphanumeric (A-Z, a-z, 0-9), hyphen (-), period (.), and space.
*)logSubscription : LogSubscription.t option;Enables or disables Amazon CloudWatch logging for the job. If logging is enabled, CloudWatch writes one log stream for each job run.
*)maxCapacity : MaxCapacity.t option;The maximum number of nodes that DataBrew can use when the job processes data.
*)maxRetries : MaxRetries.t option;The maximum number of times to retry the job after a job run fails.
*)outputLocation : S3Location.t;configuration : ProfileConfiguration.t option;Configuration for profile jobs. Used to select columns, do evaluations, and override default parameters of evaluations. When configuration is null, the profile job will run with default settings.
*)validationConfigurations : ValidationConfigurationList.t option;List of validation configurations that are applied to the profile job.
*)roleArn : Arn.t;The Amazon Resource Name (ARN) of the Identity and Access Management (IAM) role to be assumed when DataBrew runs the job.
*)timeout : Timeout.t option;The job's timeout in minutes. A job that attempts to run longer than this timeout period ends with a status of TIMEOUT.
*)jobSample : JobSample.t option;Sample configuration for profile jobs only. Determines the number of rows on which the profile job will be executed. If a JobSample value is not provided, the default value will be used. The default value is CUSTOM_ROWS for the mode parameter and 20000 for the size parameter.
*)}val make :
?encryptionKeyArn:??? ->
?encryptionMode:??? ->
?logSubscription:??? ->
?maxCapacity:??? ->
?maxRetries:??? ->
?configuration:??? ->
?validationConfigurations:??? ->
?tags:??? ->
?timeout:??? ->
?jobSample:??? ->
datasetName:DatasetName.t ->
name:JobName.t ->
outputLocation:S3Location.t ->
roleArn:Arn.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Integer of MaxCapacity.t
| `List of
[> `Structure of
(string * [> `Enum of string | `String of Arn.t ]) list ]
list
| `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of DatasetName.t
| `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `String of ColumnName.t ]) list ]
list
| `String of ColumnName.t
| `Structure of
(string
* [> `List of
[> `String of Statistic.t
| `Structure of
(string
* [> `Map of
([> `String of ParameterName.t ]
* [> `String of ParameterValue.t ])
list
| `String of Statistic.t ])
list ]
list ])
list ])
list ]
list
| `Long of JobSize.t
| `String of Bucket.t
| `Structure of
(string
* [> `List of
[> `String of Statistic.t
| `Structure of
(string
* [> `List of [> `String of Statistic.t ] list
| `Map of
([> `String of ParameterName.t ]
* [> `String of ParameterValue.t ])
list
| `String of Statistic.t ])
list ]
list ])
list ])
list ])
list ]