interface TrialComponentReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.Sagemaker.TrialComponentReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awssagemaker#TrialComponentReference |
Java | software.amazon.awscdk.interfaces.sagemaker.TrialComponentReference |
Python | aws_cdk.interfaces.aws_sagemaker.TrialComponentReference |
TypeScript | aws-cdk-lib » interfaces » aws_sagemaker » TrialComponentReference |
A reference to a TrialComponent resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_sagemaker as interfaces_sagemaker } from 'aws-cdk-lib/interfaces';
const trialComponentReference: interfaces_sagemaker.TrialComponentReference = {
trialComponentArn: 'trialComponentArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| trial | string | The TrialComponentArn of the TrialComponent resource. |
trialComponentArn
Type:
string
The TrialComponentArn of the TrialComponent resource.

.NET
Go
Java
Python
TypeScript