The output of CreateCollectionCommand.

interface CreateCollectionCommandOutput {
    $metadata: ResponseMetadata;
    CollectionArn?: string;
    FaceModelVersion?: string;
    StatusCode?: number;
}

Hierarchy (view full)

Properties

$metadata: ResponseMetadata

Metadata pertaining to this request.

CollectionArn?: string

Amazon Resource Name (ARN) of the collection. You can use this to manage permissions on your resources.

FaceModelVersion?: string

Version number of the face detection model associated with the collection you are creating.

StatusCode?: number

HTTP status code indicating the result of the operation.