The output of ImportModelCommand.

interface ImportModelCommandOutput {
    $metadata: ResponseMetadata;
    ModelArn?: string;
}

Hierarchy (view full)

Properties

Properties

$metadata: ResponseMetadata

Metadata pertaining to this request.

ModelArn?: string

The Amazon Resource Name (ARN) of the custom model being imported.