Smaws_Client_SageMaker.AssociateTrialComponentAssociates 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.
val error_to_string :
[ Smaws_Lib.Protocols.AwsJson.error
| `ResourceLimitExceeded of Types.resource_limit_exceeded
| `ResourceNotFound of Types.resource_not_found ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.associate_trial_component_request ->
(Types.associate_trial_component_response,
[> Smaws_Lib.Protocols.AwsJson.error
| `ResourceLimitExceeded of Types.resource_limit_exceeded
| `ResourceNotFound of Types.resource_not_found ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.associate_trial_component_request ->
(Types.associate_trial_component_response Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsJson.error
| `ResourceLimitExceeded of Types.resource_limit_exceeded
| `ResourceNotFound of Types.resource_not_found ]
* Smaws_Lib.Response.metadata)
Stdlib.result