associate_trial_component
(**kwargs)¶Associates a trial component with a trial. A trial component can be associated with multiple trials. To disassociate a trial component from a trial, call the DisassociateTrialComponent API.
See also: AWS API Documentation
Request Syntax
response = client.associate_trial_component(
TrialComponentName='string',
TrialName='string'
)
[REQUIRED]
The name of the component to associated with the trial.
[REQUIRED]
The name of the trial to associate with.
dict
Response Syntax
{
'TrialComponentArn': 'string',
'TrialArn': 'string'
}
Response Structure
(dict) --
TrialComponentArn (string) --
The Amazon Resource Name (ARN) of the trial component.
TrialArn (string) --
The Amazon Resource Name (ARN) of the trial.
Exceptions
SageMaker.Client.exceptions.ResourceNotFound
SageMaker.Client.exceptions.ResourceLimitExceeded