InferenceComponentReference

class aws_cdk.interfaces.aws_sagemaker.InferenceComponentReference(*, inference_component_arn)

Bases: object

A reference to a InferenceComponent resource.

Parameters:

inference_component_arn (str) – The InferenceComponentArn of the InferenceComponent 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_aws_sagemaker

inference_component_reference = interfaces_aws_sagemaker.InferenceComponentReference(
    inference_component_arn="inferenceComponentArn"
)

Attributes

inference_component_arn

The InferenceComponentArn of the InferenceComponent resource.