generative-ai-cdk-constructs

@cdklabs/generative-ai-cdk-constructsDocs


@cdklabs/generative-ai-cdk-constructs / HuggingFaceSageMakerEndpointProps

Interface: HuggingFaceSageMakerEndpointProps

Properties

container

readonly container: ContainerImage


endpointName?

readonly optional endpointName: string


environment?

readonly optional environment: object

Index Signature

[key: string]: string


instanceCount?

readonly optional instanceCount: number


instanceType

readonly instanceType: SageMakerInstanceType


modelId

readonly modelId: string


role?

readonly optional role: Role


startupHealthCheckTimeoutInSeconds?

readonly optional startupHealthCheckTimeoutInSeconds: number


vpcConfig?

readonly optional vpcConfig: VpcConfigProperty