interface CreateEndpointResponse {
    EndpointArn?: string;
    ModelArn?: string;
}

Hierarchy (view full)

Properties

EndpointArn?: string

The Amazon Resource Number (ARN) of the endpoint being created.

ModelArn?: string

The Amazon Resource Number (ARN) of the model to which the endpoint is attached.