| Copyright | (c) 2013-2023 Brendan Hay | 
|---|---|
| License | Mozilla Public License, v. 2.0. | 
| Maintainer | Brendan Hay | 
| Stability | auto-generated | 
| Portability | non-portable (GHC extensions) | 
| Safe Haskell | Safe-Inferred | 
| Language | Haskell2010 | 
Amazonka.SageMaker.ListLineageGroups
Description
A list of lineage groups shared with your Amazon Web Services account. For more information, see Cross-Account Lineage Tracking in the Amazon SageMaker Developer Guide.
This operation returns paginated results.
Synopsis
- data ListLineageGroups = ListLineageGroups' {}
 - newListLineageGroups :: ListLineageGroups
 - listLineageGroups_createdAfter :: Lens' ListLineageGroups (Maybe UTCTime)
 - listLineageGroups_createdBefore :: Lens' ListLineageGroups (Maybe UTCTime)
 - listLineageGroups_maxResults :: Lens' ListLineageGroups (Maybe Natural)
 - listLineageGroups_nextToken :: Lens' ListLineageGroups (Maybe Text)
 - listLineageGroups_sortBy :: Lens' ListLineageGroups (Maybe SortLineageGroupsBy)
 - listLineageGroups_sortOrder :: Lens' ListLineageGroups (Maybe SortOrder)
 - data ListLineageGroupsResponse = ListLineageGroupsResponse' {}
 - newListLineageGroupsResponse :: Int -> ListLineageGroupsResponse
 - listLineageGroupsResponse_lineageGroupSummaries :: Lens' ListLineageGroupsResponse (Maybe [LineageGroupSummary])
 - listLineageGroupsResponse_nextToken :: Lens' ListLineageGroupsResponse (Maybe Text)
 - listLineageGroupsResponse_httpStatus :: Lens' ListLineageGroupsResponse Int
 
Creating a Request
data ListLineageGroups Source #
See: newListLineageGroups smart constructor.
Constructors
| ListLineageGroups' | |
Fields 
  | |
Instances
newListLineageGroups :: ListLineageGroups Source #
Create a value of ListLineageGroups with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
ListLineageGroups, listLineageGroups_createdAfter - A timestamp to filter against lineage groups created after a certain
 point in time.
ListLineageGroups, listLineageGroups_createdBefore - A timestamp to filter against lineage groups created before a certain
 point in time.
$sel:maxResults:ListLineageGroups', listLineageGroups_maxResults - The maximum number of endpoints to return in the response. This value
 defaults to 10.
ListLineageGroups, listLineageGroups_nextToken - If the response is truncated, SageMaker returns this token. To retrieve
 the next set of algorithms, use it in the subsequent request.
$sel:sortBy:ListLineageGroups', listLineageGroups_sortBy - The parameter by which to sort the results. The default is
 CreationTime.
$sel:sortOrder:ListLineageGroups', listLineageGroups_sortOrder - The sort order for the results. The default is Ascending.
Request Lenses
listLineageGroups_createdAfter :: Lens' ListLineageGroups (Maybe UTCTime) Source #
A timestamp to filter against lineage groups created after a certain point in time.
listLineageGroups_createdBefore :: Lens' ListLineageGroups (Maybe UTCTime) Source #
A timestamp to filter against lineage groups created before a certain point in time.
listLineageGroups_maxResults :: Lens' ListLineageGroups (Maybe Natural) Source #
The maximum number of endpoints to return in the response. This value defaults to 10.
listLineageGroups_nextToken :: Lens' ListLineageGroups (Maybe Text) Source #
If the response is truncated, SageMaker returns this token. To retrieve the next set of algorithms, use it in the subsequent request.
listLineageGroups_sortBy :: Lens' ListLineageGroups (Maybe SortLineageGroupsBy) Source #
The parameter by which to sort the results. The default is
 CreationTime.
listLineageGroups_sortOrder :: Lens' ListLineageGroups (Maybe SortOrder) Source #
The sort order for the results. The default is Ascending.
Destructuring the Response
data ListLineageGroupsResponse Source #
See: newListLineageGroupsResponse smart constructor.
Constructors
| ListLineageGroupsResponse' | |
Fields 
  | |
Instances
newListLineageGroupsResponse Source #
Create a value of ListLineageGroupsResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:lineageGroupSummaries:ListLineageGroupsResponse', listLineageGroupsResponse_lineageGroupSummaries - A list of lineage groups and their properties.
ListLineageGroups, listLineageGroupsResponse_nextToken - If the response is truncated, SageMaker returns this token. To retrieve
 the next set of algorithms, use it in the subsequent request.
$sel:httpStatus:ListLineageGroupsResponse', listLineageGroupsResponse_httpStatus - The response's http status code.
Response Lenses
listLineageGroupsResponse_lineageGroupSummaries :: Lens' ListLineageGroupsResponse (Maybe [LineageGroupSummary]) Source #
A list of lineage groups and their properties.
listLineageGroupsResponse_nextToken :: Lens' ListLineageGroupsResponse (Maybe Text) Source #
If the response is truncated, SageMaker returns this token. To retrieve the next set of algorithms, use it in the subsequent request.
listLineageGroupsResponse_httpStatus :: Lens' ListLineageGroupsResponse Int Source #
The response's http status code.