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

ListTrialComponentsResponse

import type { ListTrialComponentsResponse } from "https://aws-api.deno.dev/v0.4/services/sagemaker.ts?docs=full";
interface ListTrialComponentsResponse {
NextToken?: string | null;
TrialComponentSummaries?: TrialComponentSummary[] | null;
}

§Properties

§
NextToken?: string | null
[src]

A token for getting the next set of components, if there are any.

§
TrialComponentSummaries?: TrialComponentSummary[] | null
[src]

A list of the summaries of your trial components.