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 UpdateTrialComponent operation. Updates one or more properties of a trial component.

Inheritance Hierarchy

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

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

Syntax

C#
public class UpdateTrialComponentRequest : AmazonSageMakerRequest
         IAmazonWebServiceRequest

The UpdateTrialComponentRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property DisplayName System.String

Gets and sets the property DisplayName.

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

Public Property EndTime System.DateTime

Gets and sets the property EndTime.

When the component ended.

Public Property InputArtifacts System.Collections.Generic.Dictionary<System.String, Amazon.SageMaker.Model.TrialComponentArtifact>

Gets and sets the property InputArtifacts.

Replaces all of the component's input artifacts with the specified artifacts or adds new input artifacts. Existing input artifacts are replaced if the trial component is updated with an identical input artifact key.

Public Property InputArtifactsToRemove System.Collections.Generic.List<System.String>

Gets and sets the property InputArtifactsToRemove.

The input artifacts to remove from the component.

Public Property OutputArtifacts System.Collections.Generic.Dictionary<System.String, Amazon.SageMaker.Model.TrialComponentArtifact>

Gets and sets the property OutputArtifacts.

Replaces all of the component's output artifacts with the specified artifacts or adds new output artifacts. Existing output artifacts are replaced if the trial component is updated with an identical output artifact key.

Public Property OutputArtifactsToRemove System.Collections.Generic.List<System.String>

Gets and sets the property OutputArtifactsToRemove.

The output artifacts to remove from the component.

Public Property Parameters System.Collections.Generic.Dictionary<System.String, Amazon.SageMaker.Model.TrialComponentParameterValue>

Gets and sets the property Parameters.

Replaces all of the component's hyperparameters with the specified hyperparameters or add new hyperparameters. Existing hyperparameters are replaced if the trial component is updated with an identical hyperparameter key.

Public Property ParametersToRemove System.Collections.Generic.List<System.String>

Gets and sets the property ParametersToRemove.

The hyperparameters to remove from the component.

Public Property StartTime System.DateTime

Gets and sets the property StartTime.

When the component started.

Public Property Status Amazon.SageMaker.Model.TrialComponentStatus

Gets and sets the property Status.

The new status of the component.

Public Property TrialComponentName System.String

Gets and sets the property TrialComponentName.

The name of the component to update.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5