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