Skip to content

Update Trial

sagemaker_update_trial R Documentation

Updates the display name of a trial

Description

Updates the display name of a trial.

Usage

sagemaker_update_trial(TrialName, DisplayName)

Arguments

TrialName

[required] The name of the trial to update.

DisplayName

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

Value

A list with the following syntax:

list(
  TrialArn = "string"
)

Request syntax

svc$update_trial(
  TrialName = "string",
  DisplayName = "string"
)