Values_0.CreateAutoMLJobRequestSourceCreates an Autopilot job also referred to as Autopilot experiment or AutoML job. An AutoML job in SageMaker AI is a fully automated process that allows you to build machine learning models with minimal effort and machine learning expertise. When initiating an AutoML job, you provide your data and optionally specify parameters tailored to your use case. SageMaker AI then automates the entire model development lifecycle, including data preprocessing, model training, tuning, and evaluation. AutoML jobs are designed to simplify and accelerate the model building process by automating various tasks and exploring different combinations of machine learning algorithms, data preprocessing techniques, and hyperparameter values. The output of an AutoML job comprises one or more trained models ready for deployment and inference. Additionally, SageMaker AI AutoML jobs generate a candidate model leaderboard, allowing you to select the best-performing model for deployment. For more information about AutoML jobs, see https://docs.aws.amazon.com/sagemaker/latest/dg/autopilot-automate-model-development.html in the SageMaker AI developer guide. We recommend using the new versions CreateAutoMLJobV2 and DescribeAutoMLJobV2, which offer backward compatibility. CreateAutoMLJobV2 can manage tabular problem types identical to those of its previous version CreateAutoMLJob, as well as time-series forecasting, non-tabular problem types such as image or text classification, and text generation (LLMs fine-tuning). Find guidelines about how to migrate a CreateAutoMLJob to CreateAutoMLJobV2 in Migrate a CreateAutoMLJob to CreateAutoMLJobV2. You can find the best-performing model after you run an AutoML job by calling DescribeAutoMLJobV2 (recommended) or DescribeAutoMLJob.
type nonrec t = {autoMLJobName : AutoMLJobName.t;Identifies an Autopilot job. The name must be unique to your account and is case insensitive.
*)inputDataConfig : AutoMLInputDataConfig.t;An array of channel objects that describes the input data and its location. Each channel is a named input source. Similar to InputDataConfig supported by HyperParameterTrainingJobDefinition. Format(s) supported: CSV, Parquet. A minimum of 500 rows is required for the training dataset. There is not a minimum number of rows required for the validation dataset.
*)outputDataConfig : AutoMLOutputDataConfig.t;Provides information about encryption and the Amazon S3 output path needed to store artifacts from an AutoML job. Format(s) supported: CSV.
*)problemType : ProblemType.t option;Defines the type of supervised learning problem available for the candidates. For more information, see SageMaker Autopilot problem types.
*)autoMLJobObjective : AutoMLJobObjective.t option;Specifies a metric to minimize or maximize as the objective of a job. If not specified, the default objective metric depends on the problem type. See AutoMLJobObjective for the default values.
*)autoMLJobConfig : AutoMLJobConfig.t option;A collection of settings used to configure an AutoML job.
*)roleArn : RoleArn.t;The ARN of the role that is used to access the data.
*)generateCandidateDefinitionsOnly : GenerateCandidateDefinitionsOnly.t option;Generates possible candidates without training the models. A candidate is a combination of data preprocessors, algorithms, and algorithm parameter settings.
*)modelDeployConfig : ModelDeployConfig.t option;Specifies how to generate the endpoint name for an automatic one-click Autopilot model deployment.
*)}val make :
?problemType:??? ->
?autoMLJobObjective:??? ->
?autoMLJobConfig:??? ->
?generateCandidateDefinitionsOnly:??? ->
?tags:??? ->
?modelDeployConfig:??? ->
autoMLJobName:AutoMLJobName.t ->
inputDataConfig:AutoMLInputDataConfig.t ->
outputDataConfig:AutoMLOutputDataConfig.t ->
roleArn:RoleArn.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Boolean of GenerateCandidateDefinitionsOnly.t
| `Enum of string
| `List of
[> `Structure of
(string
* [> `Enum of string
| `String of TargetAttributeName.t
| `Structure of
(string
* [> `Structure of
(string
* [> `Enum of string | `String of S3Uri.t ])
list ])
list ])
list ]
list
| `String of AutoMLJobName.t
| `Structure of
(string
* [> `Boolean of AutoGenerateEndpointName.t
| `Enum of string
| `String of KmsKeyId.t
| `Structure of
(string
* [> `Boolean of Boolean.t
| `Float of ValidationFraction.t
| `Integer of MaxCandidates.t
| `List of
[> `Structure of
(string * [> `List of [> `Enum of string ] list ])
list ]
list
| `String of KmsKeyId.t
| `Structure of
(string
* [> `List of [> `String of SecurityGroupId.t ] list ])
list ])
list ])
list ])
list ]