@Generated(value="software.amazon.awssdk:codegen") public final class DescribeCollectionResponse extends RekognitionResponse implements ToCopyableBuilder<DescribeCollectionResponse.Builder,DescribeCollectionResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeCollectionResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DescribeCollectionResponse.Builder |
builder() |
String |
collectionARN()
The Amazon Resource Name (ARN) of the collection.
|
Instant |
creationTimestamp()
The number of milliseconds since the Unix epoch time until the creation of the collection.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
Long |
faceCount()
The number of faces that are indexed into the collection.
|
String |
faceModelVersion()
The version of the face model that's used by the collection for face detection.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeCollectionResponse.Builder> |
serializableBuilderClass() |
DescribeCollectionResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Long |
userCount()
The number of UserIDs assigned to the specified colleciton.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Long faceCount()
The number of faces that are indexed into the collection. To index faces into a collection, use IndexFaces.
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.
For more information, see Model versioning in the Amazon Rekognition Developer Guide.
public final String collectionARN()
The Amazon Resource Name (ARN) of the collection.
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.
public final Long userCount()
The number of UserIDs assigned to the specified colleciton.
public DescribeCollectionResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeCollectionResponse.Builder,DescribeCollectionResponse>toBuilder in class AwsResponsepublic static DescribeCollectionResponse.Builder builder()
public static Class<? extends DescribeCollectionResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2023. All rights reserved.