InferenceComponentReference
- class aws_cdk.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 import aws_sagemaker as sagemaker inference_component_reference = sagemaker.InferenceComponentReference( inference_component_arn="inferenceComponentArn" )
Attributes
- inference_component_arn
The InferenceComponentArn of the InferenceComponent resource.