sagemaker_create_trial: Creates an SageMaker trial

View source: R/sagemaker_operations.R

sagemaker_create_trialR Documentation

Creates an SageMaker trial

Description

Creates an SageMaker trial. A trial is a set of steps called trial components that produce a machine learning model. A trial is part of a single SageMaker experiment.

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

Usage

sagemaker_create_trial(
  TrialName,
  DisplayName = NULL,
  ExperimentName,
  MetadataProperties = NULL,
  Tags = NULL
)

Arguments

TrialName

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

DisplayName

The name of the trial as displayed. The name doesn't need to be unique. If DisplayName isn't specified, TrialName is displayed.

ExperimentName

[required] The name of the experiment to associate the trial with.

MetadataProperties
Tags

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


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