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

TrialComponentStatus

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

The status of the trial component.

interface TrialComponentStatus {
Message?: string | null;
PrimaryStatus?: TrialComponentPrimaryStatus | null;
}

§Properties

§
Message?: string | null
[src]

If the component failed, a message describing why.

§
PrimaryStatus?: TrialComponentPrimaryStatus | null
[src]

The status of the trial component.