sdk.aoi_collection.list()

elements.sdk.api.aoi_collection

List AOI Collections.

List the AOI Collections returned by the provided query parameters.

Parameters

  • creation_min (google.protobuf.Timestamp) - minimum time of AOI Collection creation
  • creation_max (google.protobuf.Timestamp) - maximum time of AOI Collection creation
  • search_text (str) - search text for keywords in the AOI Collection's name
  • [Optional] pagination (Pagination) - Pagination object only with page size field set

Returns

List[AOICollection]

Example(s)

# Query your AOI Collections for the search text
await sdk.aoi_collection.list(search_text="Miami")

# Output (List[AOICollection])
[id: "474af671-fece-4b51-8964-858e085e27ee"
name: "terra-scope-collection3f718451"
created_on {
  seconds: 1666757316
  nanos: 669940000
}
user_id: "[email protected]"
num_aois: 18
]