public class DescribeCollectionResult
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
DescribeCollectionResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getCollectionARN()
The Amazon Resource Name (ARN) of the collection.
|
java.util.Date |
getCreationTimestamp()
The number of milliseconds since the Unix epoch time until the creation
of the collection.
|
java.lang.Long |
getFaceCount()
The number of faces that are indexed into the collection.
|
java.lang.String |
getFaceModelVersion()
The version of the face model that's used by the collection for face
detection.
|
int |
hashCode() |
void |
setCollectionARN(java.lang.String collectionARN)
The Amazon Resource Name (ARN) of the collection.
|
void |
setCreationTimestamp(java.util.Date creationTimestamp)
The number of milliseconds since the Unix epoch time until the creation
of the collection.
|
void |
setFaceCount(java.lang.Long faceCount)
The number of faces that are indexed into the collection.
|
void |
setFaceModelVersion(java.lang.String faceModelVersion)
The version of the face model that's used by the collection for face
detection.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeCollectionResult |
withCollectionARN(java.lang.String collectionARN)
The Amazon Resource Name (ARN) of the collection.
|
DescribeCollectionResult |
withCreationTimestamp(java.util.Date creationTimestamp)
The number of milliseconds since the Unix epoch time until the creation
of the collection.
|
DescribeCollectionResult |
withFaceCount(java.lang.Long faceCount)
The number of faces that are indexed into the collection.
|
DescribeCollectionResult |
withFaceModelVersion(java.lang.String faceModelVersion)
The version of the face model that's used by the collection for face
detection.
|
public java.lang.Long getFaceCount()
The number of faces that are indexed into the collection. To index faces into a collection, use IndexFaces.
Constraints:
Range: 0 -
The number of faces that are indexed into the collection. To index faces into a collection, use IndexFaces.
public void setFaceCount(java.lang.Long faceCount)
The number of faces that are indexed into the collection. To index faces into a collection, use IndexFaces.
Constraints:
Range: 0 -
faceCount
- The number of faces that are indexed into the collection. To index faces into a collection, use IndexFaces.
public DescribeCollectionResult withFaceCount(java.lang.Long faceCount)
The number of faces that are indexed into the collection. To index faces into a collection, use IndexFaces.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Range: 0 -
faceCount
- The number of faces that are indexed into the collection. To index faces into a collection, use IndexFaces.
public java.lang.String getFaceModelVersion()
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.
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.
public void setFaceModelVersion(java.lang.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.
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.
public DescribeCollectionResult withFaceModelVersion(java.lang.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 a reference to this object so that method calls can be chained together.
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.
public java.lang.String getCollectionARN()
The Amazon Resource Name (ARN) of the collection.
The Amazon Resource Name (ARN) of the collection.
public void setCollectionARN(java.lang.String collectionARN)
The Amazon Resource Name (ARN) of the collection.
collectionARN
- The Amazon Resource Name (ARN) of the collection.
public DescribeCollectionResult withCollectionARN(java.lang.String collectionARN)
The Amazon Resource Name (ARN) of the collection.
Returns a reference to this object so that method calls can be chained together.
collectionARN
- The Amazon Resource Name (ARN) of the collection.
public java.util.Date getCreationTimestamp()
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.
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 void setCreationTimestamp(java.util.Date 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.
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 DescribeCollectionResult withCreationTimestamp(java.util.Date 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 a reference to this object so that method calls can be chained together.
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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.