View source: R/sagemaker_operations.R
sagemaker_create_trial_component | R Documentation |
Creates a trial component, which is a stage of a machine learning trial. A trial is composed of one or more trial components. A trial component can be used in multiple trials.
See https://www.paws-r-sdk.com/docs/sagemaker_create_trial_component/ for full documentation.
sagemaker_create_trial_component(
TrialComponentName,
DisplayName = NULL,
Status = NULL,
StartTime = NULL,
EndTime = NULL,
Parameters = NULL,
InputArtifacts = NULL,
OutputArtifacts = NULL,
MetadataProperties = NULL,
Tags = NULL
)
TrialComponentName |
[required] The name of the component. The name must be unique in your Amazon Web Services account and is not case-sensitive. |
DisplayName |
The name of the component as displayed. The name doesn't need to be
unique. If |
Status |
The status of the component. States include:
|
StartTime |
When the component started. |
EndTime |
When the component ended. |
Parameters |
The hyperparameters for the component. |
InputArtifacts |
The input artifacts for the component. Examples of input artifacts are datasets, algorithms, hyperparameters, source code, and instance types. |
OutputArtifacts |
The output artifacts for the component. Examples of output artifacts are metrics, snapshots, logs, and images. |
MetadataProperties |
|
Tags |
A list of tags to associate with the component. You can use
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.