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

ActionSummary

import type { ActionSummary } from "https://aws-api.deno.dev/v0.4/services/sagemaker.ts?docs=full";

Lists the properties of an action. An action represents an action or activity. Some examples are a workflow step and a model deployment. Generally, an action involves at least one input artifact or output artifact.

interface ActionSummary {
ActionArn?: string | null;
ActionName?: string | null;
ActionType?: string | null;
CreationTime?: Date | number | null;
LastModifiedTime?: Date | number | null;
Source?: ActionSource | null;
Status?: ActionStatus | null;
}

§Properties

§
ActionArn?: string | null
[src]

The Amazon Resource Name (ARN) of the action.

§
ActionName?: string | null
[src]

The name of the action.

§
ActionType?: string | null
[src]

The type of the action.

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

When the action was created.

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

When the action was last modified.

§
Source?: ActionSource | null
[src]

The source of the action.

§
Status?: ActionStatus | null
[src]

The status of the action.