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

ListMonitoringSchedulesRequest

import type { ListMonitoringSchedulesRequest } from "https://aws-api.deno.dev/v0.4/services/sagemaker.ts?docs=full";
interface ListMonitoringSchedulesRequest {
CreationTimeAfter?: Date | number | null;
CreationTimeBefore?: Date | number | null;
EndpointName?: string | null;
LastModifiedTimeAfter?: Date | number | null;
LastModifiedTimeBefore?: Date | number | null;
MaxResults?: number | null;
MonitoringJobDefinitionName?: string | null;
MonitoringTypeEquals?: MonitoringType | null;
NameContains?: string | null;
NextToken?: string | null;
SortBy?: MonitoringScheduleSortKey | null;
SortOrder?: SortOrder | null;
StatusEquals?: ScheduleStatus | null;
}

§Properties

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

A filter that returns only monitoring schedules created after a specified time.

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

A filter that returns only monitoring schedules created before a specified time.

§
EndpointName?: string | null
[src]

Name of a specific endpoint to fetch schedules for.

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

A filter that returns only monitoring schedules modified after a specified time.

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

A filter that returns only monitoring schedules modified before a specified time.

§
MaxResults?: number | null
[src]

The maximum number of jobs to return in the response. The default value is 10.

§
MonitoringJobDefinitionName?: string | null
[src]

Gets a list of the monitoring schedules for the specified monitoring job definition.

§
MonitoringTypeEquals?: MonitoringType | null
[src]

A filter that returns only the monitoring schedules for the specified monitoring type.

§
NameContains?: string | null
[src]

Filter for monitoring schedules whose name contains a specified string.

§
NextToken?: string | null
[src]

The token returned if the response is truncated. To retrieve the next set of job executions, use it in the next request.

§

Whether to sort results by Status, CreationTime, ScheduledTime field. The default is CreationTime.

§
SortOrder?: SortOrder | null
[src]

Whether to sort the results in Ascending or Descending order. The default is Descending.

§
StatusEquals?: ScheduleStatus | null
[src]

A filter that returns only monitoring schedules modified before a specified time.