We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4e0c9b commit 15fdb83Copy full SHA for 15fdb83
src/smexperiments/trial_component.py
@@ -19,6 +19,10 @@ class TrialComponent(_base_types.Record):
19
This class represents a SageMaker trial component object.
20
21
A trial component is a stage in a trial.
22
+
23
+ Trial components are created automatically within the SageMaker runtime and may not be created directly.
24
+ To automatically associate trial components with a trial and experiment supply an experiment config when creating a
25
+ job. For example: https://docs.aws.amazon.com/sagemaker/latest/dg/API_CreateTrainingJob.html
26
"""
27
28
trial_component_name = None
0 commit comments