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

sagemaker_delete_trial_component

Deletes the specified trial component


Description

Deletes the specified trial component. A trial component must be disassociated from all trials before the trial component can be deleted. To disassociate a trial component from a trial, call the disassociate_trial_component API.

Usage

sagemaker_delete_trial_component(TrialComponentName)

Arguments

TrialComponentName

[required] The name of the component to delete.

Value

A list with the following syntax:

list(
  TrialComponentArn = "string"
)

Request syntax

svc$delete_trial_component(
  TrialComponentName = "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.