Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ListLineageGroupsRequest

import type { ListLineageGroupsRequest } from "https://aws-api.deno.dev/v0.4/services/sagemaker.ts?docs=full";
interface ListLineageGroupsRequest {
CreatedAfter?: Date | number | null;
CreatedBefore?: Date | number | null;
MaxResults?: number | null;
NextToken?: string | null;
SortBy?: SortLineageGroupsBy | null;
SortOrder?: SortOrder | null;
}

§Properties

§
CreatedAfter?: Date | number | null
[src]

A timestamp to filter against lineage groups created after a certain point in time.

§
CreatedBefore?: Date | number | null
[src]

A timestamp to filter against lineage groups created before a certain point in time.

§
MaxResults?: number | null
[src]

The maximum number of endpoints to return in the response. This value defaults to 10.

§
NextToken?: string | null
[src]

If the response is truncated, SageMaker returns this token. To retrieve the next set of algorithms, use it in the subsequent request.

§
SortBy?: SortLineageGroupsBy | null
[src]

The parameter by which to sort the results. The default is CreationTime.

§
SortOrder?: SortOrder | null
[src]

The sort order for the results. The default is Ascending.