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

CreateActionRequest

import type { CreateActionRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/sagemaker.ts";
interface CreateActionRequest {
ActionName: string;
ActionType: string;
Description?: string | null;
MetadataProperties?: MetadataProperties | null;
Properties?: {
[key: string]: string | null | undefined;
}
| null;
Source: ActionSource;
Status?: ActionStatus | null;
Tags?: Tag[] | null;
}

§Properties

§
ActionName: string
[src]
§
ActionType: string
[src]
§
Description?: string | null
[src]
§
MetadataProperties?: MetadataProperties | null
[src]
§
Properties?: {
[key: string]: string | null | undefined;
}
| null
[src]
§
Status?: ActionStatus | null
[src]
§
Tags?: Tag[] | null
[src]