Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

sagemaker_update_trial_component

Updates one or more properties of a trial component


Description

Updates one or more properties of a trial component.

Usage

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

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.

ParametersToRemove

The hyperparameters to remove from the component.

InputArtifacts

Replaces all of the component's input artifacts with the specified artifacts.

InputArtifactsToRemove

The input artifacts to remove from the component.

OutputArtifacts

Replaces all of the component's output artifacts with the specified artifacts.

OutputArtifactsToRemove

The output artifacts to remove from the component.

Value

A list with the following syntax:

list(
  TrialComponentArn = "string"
)

Request syntax

svc$update_trial_component(
  TrialComponentName = "string",
  DisplayName = "string",
  Status = list(
    PrimaryStatus = "InProgress"|"Completed"|"Failed"|"Stopping"|"Stopped",
    Message = "string"
  ),
  StartTime = as.POSIXct(
    "2015-01-01"
  ),
  EndTime = as.POSIXct(
    "2015-01-01"
  ),
  Parameters = list(
    list(
      StringValue = "string",
      NumberValue = 123.0
    )
  ),
  ParametersToRemove = list(
    "string"
  ),
  InputArtifacts = list(
    list(
      MediaType = "string",
      Value = "string"
    )
  ),
  InputArtifactsToRemove = list(
    "string"
  ),
  OutputArtifacts = list(
    list(
      MediaType = "string",
      Value = "string"
    )
  ),
  OutputArtifactsToRemove = list(
    "string"
  )
)

paws.machine.learning

Amazon Web Services Machine Learning Services

v0.1.11
Apache License (>= 2.0)
Authors
David Kretch [aut, cre], Adam Banker [aut], Amazon.com, Inc. [cph]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.