sagemaker_create_experiment: Creates a SageMaker experiment

View source: R/sagemaker_operations.R

sagemaker_create_experimentR Documentation

Creates a SageMaker experiment

Description

Creates a SageMaker experiment. An experiment is a collection of trials that are observed, compared and evaluated as a group. A trial is a set of steps, called trial components, that produce a machine learning model.

See https://www.paws-r-sdk.com/docs/sagemaker_create_experiment/ for full documentation.

Usage

sagemaker_create_experiment(
  ExperimentName,
  DisplayName = NULL,
  Description = NULL,
  Tags = NULL
)

Arguments

ExperimentName

[required] The name of the experiment. The name must be unique in your Amazon Web Services account and is not case-sensitive.

DisplayName

The name of the experiment as displayed. The name doesn't need to be unique. If you don't specify DisplayName, the value in ExperimentName is displayed.

Description

The description of the experiment.

Tags

A list of tags to associate with the experiment. You can use search API to search on the tags.


paws.machine.learning documentation built on Sept. 12, 2023, 1:14 a.m.