TrialComponentReference

class aws_cdk.interfaces.aws_sagemaker.TrialComponentReference(*, trial_component_arn)

Bases: object

A reference to a TrialComponent resource.

Parameters:

trial_component_arn (str) – The TrialComponentArn of the TrialComponent resource.

ExampleMetadata:

fixture=_generated

Example:

# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
from aws_cdk.interfaces import aws_sagemaker as interfaces_sagemaker

trial_component_reference = interfaces_sagemaker.TrialComponentReference(
    trial_component_arn="trialComponentArn"
)

Attributes

trial_component_arn

The TrialComponentArn of the TrialComponent resource.