Class DescribeCollectionResponse

    • Method Detail

      • faceCount

        public final Long faceCount()

        The number of faces that are indexed into the collection. To index faces into a collection, use IndexFaces.

        Returns:
        The number of faces that are indexed into the collection. To index faces into a collection, use IndexFaces.
      • faceModelVersion

        public final String faceModelVersion()

        The version of the face model that's used by the collection for face detection.

        For more information, see Model versioning in the Amazon Rekognition Developer Guide.

        Returns:
        The version of the face model that's used by the collection for face detection.

        For more information, see Model versioning in the Amazon Rekognition Developer Guide.

      • collectionARN

        public final String collectionARN()

        The Amazon Resource Name (ARN) of the collection.

        Returns:
        The Amazon Resource Name (ARN) of the collection.
      • creationTimestamp

        public final Instant creationTimestamp()

        The number of milliseconds since the Unix epoch time until the creation of the collection. The Unix epoch time is 00:00:00 Coordinated Universal Time (UTC), Thursday, 1 January 1970.

        Returns:
        The number of milliseconds since the Unix epoch time until the creation of the collection. The Unix epoch time is 00:00:00 Coordinated Universal Time (UTC), Thursday, 1 January 1970.
      • userCount

        public final Long userCount()

        The number of UserIDs assigned to the specified colleciton.

        Returns:
        The number of UserIDs assigned to the specified colleciton.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object