SageMaker

data class SageMaker(val value: SageMakerEndpoint) : EndpointConfig

The configuration specific to Amazon SageMaker for the endpoint.

Constructors

Link copied to clipboard
constructor(value: SageMakerEndpoint)

Properties

Link copied to clipboard

Inherited 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