TrialSummary - Amazon SageMaker
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

TrialSummary

A summary of the properties of a trial. To get the complete set of properties, call the DescribeTrial API and provide the TrialName.

Contents

CreationTime

When the trial was created.

Type: Timestamp

Required: No

DisplayName

The name of the trial as displayed. If DisplayName isn't specified, TrialName is displayed.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 120.

Pattern: ^[a-zA-Z0-9](-*[a-zA-Z0-9]){0,119}

Required: No

LastModifiedTime

When the trial was last modified.

Type: Timestamp

Required: No

TrialArn

The Amazon Resource Name (ARN) of the trial.

Type: String

Length Constraints: Maximum length of 256.

Pattern: arn:aws[a-z\-]*:sagemaker:[a-z0-9\-]*:[0-9]{12}:experiment-trial/.*

Required: No

TrialName

The name of the trial.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 120.

Pattern: ^[a-zA-Z0-9](-*[a-zA-Z0-9]){0,119}

Required: No

TrialSource

The source of the trial.

Type: TrialSource object

Required: No

See Also

For more information about using this API in one of the language-specific Amazon SDKs, see the following: