AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Container for the parameters to the CreateTrial operation. 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.

When you use SageMaker Studio or the SageMaker Python SDK, all experiments, trials, and trial components are automatically tracked, logged, and indexed. When you use the Amazon Web Services SDK for Python (Boto), you must use the logging APIs provided by the SDK.

You can add tags to a trial and then use the Search API to search for the tags.

To get a list of all your trials, call the ListTrials API. To view a trial's properties, call the DescribeTrial API. To create a trial component, call the CreateTrialComponent API.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.SageMaker.AmazonSageMakerRequest
      Amazon.SageMaker.Model.CreateTrialRequest

Namespace: Amazon.SageMaker.Model
Assembly: AWSSDK.SageMaker.dll
Version: 3.x.y.z

Syntax

C#
public class CreateTrialRequest : AmazonSageMakerRequest
         IAmazonWebServiceRequest

The CreateTrialRequest type exposes the following members

Constructors

NameDescription
Public Method CreateTrialRequest()

Properties

NameTypeDescription
Public Property DisplayName System.String

Gets and sets the property DisplayName.

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

Public Property ExperimentName System.String

Gets and sets the property ExperimentName.

The name of the experiment to associate the trial with.

Public Property MetadataProperties Amazon.SageMaker.Model.MetadataProperties

Gets and sets the property MetadataProperties.

Public Property Tags System.Collections.Generic.List<Amazon.SageMaker.Model.Tag>

Gets and sets the property Tags.

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

Public Property TrialName System.String

Gets and sets the property TrialName.

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

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5