sagemaker_update_trial_component: Updates one or more properties of a trial component

View source: R/sagemaker_operations.R

sagemaker_update_trial_componentR Documentation

Updates one or more properties of a trial component

Description

Updates one or more properties of a trial component.

See https://www.paws-r-sdk.com/docs/sagemaker_update_trial_component/ for full documentation.

Usage

sagemaker_update_trial_component(
  TrialComponentName,
  DisplayName = NULL,
  Status = NULL,
  StartTime = NULL,
  EndTime = NULL,
  Parameters = NULL,
  ParametersToRemove = NULL,
  InputArtifacts = NULL,
  InputArtifactsToRemove = NULL,
  OutputArtifacts = NULL,
  OutputArtifactsToRemove = NULL
)

Arguments

TrialComponentName

[required] The name of the component to update.

DisplayName

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

Status

The new status of the component.

StartTime

When the component started.

EndTime

When the component ended.

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.

ParametersToRemove

The hyperparameters to remove from the component.

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.

InputArtifactsToRemove

The input artifacts to remove from the component.

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.

OutputArtifactsToRemove

The output artifacts to remove from the component.


paws.machine.learning documentation built on Sept. 12, 2023, 1:14 a.m.