EndpointConfig

sealed class EndpointConfig

Specifies the configuration for the endpoint.

Inheritors

Types

Link copied to clipboard
data class SageMaker(val value: SageMakerEndpoint) : EndpointConfig

The configuration specific to Amazon SageMaker for the endpoint.

Link copied to clipboard

Functions

Link copied to clipboard

Casts this EndpointConfig as a SageMaker and retrieves its aws.sdk.kotlin.services.bedrock.model.SageMakerEndpoint value. Throws an exception if the EndpointConfig is not a SageMaker.

Link copied to clipboard