SageMakerCreateExperimentOperator
AmazonCreates a SageMaker experiment, to be then associated to jobs etc.
Access Instructions
Install the Amazon provider package into your Airflow environment.
Import the module into your DAG file and instantiate it with your desired params.
Parameters
nameRequiredname of the experiment, must be unique within the AWS account
descriptiondescription of the experiment, optional
tagstags to attach to the experiment, optional
aws_conn_idThe AWS connection ID to use.
Documentation
Creates a SageMaker experiment, to be then associated to jobs etc.
See also
For more information on how to use this operator, take a look at the guide: Create an Experiment for later use