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

UpdateTrialComponentRequest

import type { UpdateTrialComponentRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/sagemaker.ts";
interface UpdateTrialComponentRequest {
DisplayName?: string | null;
EndTime?: Date | number | null;
InputArtifacts?: {
[key: string]: TrialComponentArtifact | null | undefined;
}
| null;
InputArtifactsToRemove?: string[] | null;
OutputArtifacts?: {
[key: string]: TrialComponentArtifact | null | undefined;
}
| null;
OutputArtifactsToRemove?: string[] | null;
Parameters?: {
[key: string]: TrialComponentParameterValue | null | undefined;
}
| null;
ParametersToRemove?: string[] | null;
StartTime?: Date | number | null;
Status?: TrialComponentStatus | null;
TrialComponentName: string;
}

§Properties

§
DisplayName?: string | null
[src]
§
EndTime?: Date | number | null
[src]
§
InputArtifacts?: {
[key: string]: TrialComponentArtifact | null | undefined;
}
| null
[src]
§
InputArtifactsToRemove?: string[] | null
[src]
§
OutputArtifacts?: {
[key: string]: TrialComponentArtifact | null | undefined;
}
| null
[src]
§
OutputArtifactsToRemove?: string[] | null
[src]
§
Parameters?: {
[key: string]: TrialComponentParameterValue | null | undefined;
}
| null
[src]
§
ParametersToRemove?: string[] | null
[src]
§
StartTime?: Date | number | null
[src]
§
TrialComponentName: string
[src]