Endpoint

class Endpoint : KotlinCustomResource

Resource Type definition for AWS::SageMaker::Endpoint

Properties

Link copied to clipboard

Specifies deployment configuration for updating the SageMaker endpoint. Includes rollback and update policies.

Link copied to clipboard
val endpointArn: Output<String>

The Amazon Resource Name (ARN) of the endpoint.

Link copied to clipboard

The name of the endpoint configuration for the SageMaker endpoint. This is a required property.

Link copied to clipboard
val endpointName: Output<String>

The name of the SageMaker endpoint. This name must be unique within an AWS Region.

Link copied to clipboard

Specifies a list of variant properties that you want to exclude when updating an endpoint.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

When set to true, retains all variant properties for an endpoint when it is updated.

Link copied to clipboard

When set to true, retains the deployment configuration during endpoint updates.

Link copied to clipboard
val tags: Output<List<Tag>>?

An array of key-value pairs to apply to this resource.

Link copied to clipboard
val urn: Output<String>