Interface MESMEndpointProps

Represents the properties required to configure an OSML model endpoint.

MESMEndpointProps

interface MESMEndpointProps {
    config?: MESMEndpointConfig;
    containerImageUri: string;
    instanceType: string;
    modelName: string;
    roleArn: string;
    subnetIds: string[];
}

Properties

(Optional) Configuration settings for MESMEndpoint resources.

containerImageUri: string

The URI of the Amazon Elastic Container Registry (ECR) container image.

instanceType: string

The instance type for the endpoint.

modelName: string

The name of the machine learning model.

roleArn: string

The Amazon Resource Name (ARN) of the role that provides permissions for the endpoint.

subnetIds: string[]

The instance type for the endpoint.