EndpointAttributes
- class aws_cdk.aws_sagemaker_alpha.EndpointAttributes(*, endpoint_arn)
Bases:
object
(experimental) Represents an Endpoint resource defined outside this stack.
- Parameters:
endpoint_arn (
str
) – (experimental) The ARN of this endpoint.- Stability:
experimental
- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. import aws_cdk.aws_sagemaker_alpha as sagemaker_alpha endpoint_attributes = sagemaker_alpha.EndpointAttributes( endpoint_arn="endpointArn" )
Attributes
- endpoint_arn
(experimental) The ARN of this endpoint.
- Stability:
experimental