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

EMRStepMetadata

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

The configurations and outcomes of an Amazon EMR step execution.

interface EMRStepMetadata {
ClusterId?: string | null;
LogFilePath?: string | null;
StepId?: string | null;
StepName?: string | null;
}

§Properties

§
ClusterId?: string | null
[src]

The identifier of the EMR cluster.

§
LogFilePath?: string | null
[src]

The path to the log file where the cluster step's failure root cause is recorded.

§
StepId?: string | null
[src]

The identifier of the EMR cluster step.

§
StepName?: string | null
[src]

The name of the EMR cluster step.