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?: {} | null;
[key: string]: string | null | undefined;
Source: ActionSource;
Status?: ActionStatus | null;
Tags?: Tag[] | null;
}