Module: Aws::Rekognition::Client::_DescribeCollectionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeCollectionResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #collection_arn ⇒ ::String
- #creation_timestamp ⇒ ::Time
- #face_count ⇒ ::Integer
- #face_model_version ⇒ ::String
- #user_count ⇒ ::Integer
Instance Method Details
#collection_arn ⇒ ::String
386 |
# File 'sig/client.rbs', line 386
def collection_arn: () -> ::String
|
#creation_timestamp ⇒ ::Time
387 |
# File 'sig/client.rbs', line 387
def creation_timestamp: () -> ::Time
|
#face_count ⇒ ::Integer
384 |
# File 'sig/client.rbs', line 384
def face_count: () -> ::Integer
|
#face_model_version ⇒ ::String
385 |
# File 'sig/client.rbs', line 385
def face_model_version: () -> ::String
|
#user_count ⇒ ::Integer
388 |
# File 'sig/client.rbs', line 388
def user_count: () -> ::Integer
|