amazonka-sagemaker-2.0: Amazon SageMaker Service SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

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

Creating a Request

data ListLineageGroups Source #

See: newListLineageGroups smart constructor.

Constructors

ListLineageGroups' 

Fields

Instances

Instances details
ToJSON ListLineageGroups Source # 
Instance details

Defined in Amazonka.SageMaker.ListLineageGroups

ToHeaders ListLineageGroups Source # 
Instance details

Defined in Amazonka.SageMaker.ListLineageGroups

ToPath ListLineageGroups Source # 
Instance details

Defined in Amazonka.SageMaker.ListLineageGroups

ToQuery ListLineageGroups Source # 
Instance details

Defined in Amazonka.SageMaker.ListLineageGroups

AWSPager ListLineageGroups Source # 
Instance details

Defined in Amazonka.SageMaker.ListLineageGroups

AWSRequest ListLineageGroups Source # 
Instance details

Defined in Amazonka.SageMaker.ListLineageGroups

Associated Types

type AWSResponse ListLineageGroups #

Generic ListLineageGroups Source # 
Instance details

Defined in Amazonka.SageMaker.ListLineageGroups

Associated Types

type Rep ListLineageGroups :: Type -> Type #

Read ListLineageGroups Source # 
Instance details

Defined in Amazonka.SageMaker.ListLineageGroups

Show ListLineageGroups Source # 
Instance details

Defined in Amazonka.SageMaker.ListLineageGroups

NFData ListLineageGroups Source # 
Instance details

Defined in Amazonka.SageMaker.ListLineageGroups

Methods

rnf :: ListLineageGroups -> () #

Eq ListLineageGroups Source # 
Instance details

Defined in Amazonka.SageMaker.ListLineageGroups

Hashable ListLineageGroups Source # 
Instance details

Defined in Amazonka.SageMaker.ListLineageGroups

type AWSResponse ListLineageGroups Source # 
Instance details

Defined in Amazonka.SageMaker.ListLineageGroups

type Rep ListLineageGroups Source # 
Instance details

Defined in Amazonka.SageMaker.ListLineageGroups

type Rep ListLineageGroups = D1 ('MetaData "ListLineageGroups" "Amazonka.SageMaker.ListLineageGroups" "amazonka-sagemaker-2.0-9SyrKZ4KqhsL1qX9u3ILA3" 'False) (C1 ('MetaCons "ListLineageGroups'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "createdAfter") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "createdBefore") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)))) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "sortBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SortLineageGroupsBy)) :*: S1 ('MetaSel ('Just "sortOrder") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SortOrder))))))

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

Instances details
Generic ListLineageGroupsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListLineageGroups

Associated Types

type Rep ListLineageGroupsResponse :: Type -> Type #

Read ListLineageGroupsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListLineageGroups

Show ListLineageGroupsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListLineageGroups

NFData ListLineageGroupsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListLineageGroups

Eq ListLineageGroupsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListLineageGroups

type Rep ListLineageGroupsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListLineageGroups

type Rep ListLineageGroupsResponse = D1 ('MetaData "ListLineageGroupsResponse" "Amazonka.SageMaker.ListLineageGroups" "amazonka-sagemaker-2.0-9SyrKZ4KqhsL1qX9u3ILA3" 'False) (C1 ('MetaCons "ListLineageGroupsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "lineageGroupSummaries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [LineageGroupSummary])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

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_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.