The output of CreateEndpointCommand.

interface CreateEndpointCommandOutput {
    $metadata: ResponseMetadata;
    EndpointArn?: string;
    ModelArn?: string;
}

Hierarchy (view full)

Properties

$metadata: ResponseMetadata

Metadata pertaining to this request.

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.