generative-ai-cdk-constructs

@cdklabs/generative-ai-cdk-constructsDocs


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

Interface: CustomSageMakerEndpointProps

Properties

asyncInference?

readonly optional asyncInference: AsyncInferenceConfig


container

readonly container: ContainerImage


endpointName

readonly endpointName: string


environment?

readonly optional environment: object

Index Signature

[key: string]: string


instanceCount?

readonly optional instanceCount: number


instanceType

readonly instanceType: SageMakerInstanceType


maxCapacity?

readonly optional maxCapacity: number


minCapacity?

readonly optional minCapacity: number


modelDataDownloadTimeoutInSeconds?

readonly optional modelDataDownloadTimeoutInSeconds: number


modelDataUrl

readonly modelDataUrl: string


modelId

readonly modelId: string


role?

readonly optional role: Role


startupHealthCheckTimeoutInSeconds?

readonly optional startupHealthCheckTimeoutInSeconds: number


volumeSizeInGb?

readonly optional volumeSizeInGb: number


vpcConfig?

readonly optional vpcConfig: VpcConfigProperty