v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-143021,9861.6 MB

Updates one or more properties of a trial component.

post/#X-Amz-Target=SageMaker.UpdateTrialComponent

Headers

X-Amz-Target'SageMaker.UpdateTrialComponent' required

Request body

TrialComponentNamestring required

The name of the component to update.

DisplayNamestring

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

StartTimestring date-time

When the component started.

EndTimestring date-time

When the component ended.

Parametersobject

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.

ParametersToRemoveTrialComponentKey256[]

The hyperparameters to remove from the component.

InputArtifactsobject

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.

InputArtifactsToRemoveTrialComponentKey256[]

The input artifacts to remove from the component.

OutputArtifactsobject

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.

OutputArtifactsToRemoveTrialComponentKey256[]

The output artifacts to remove from the component.

Response

Success

TrialComponentArnstring

The Amazon Resource Name (ARN) of the trial component.