interface CreateCollectionResponse {
    CollectionArn?: string;
    FaceModelVersion?: string;
    StatusCode?: number;
}

Hierarchy (view full)

Properties

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.