Solution
import type { Solution } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/personalize.ts";interface Solution {
autoMLResult?: AutoMLResult | null;
creationDateTime?: Date | number | null;
datasetGroupArn?: string | null;
eventType?: string | null;
lastUpdatedDateTime?: Date | number | null;
latestSolutionVersion?: SolutionVersionSummary | null;
name?: string | null;
performAutoML?: boolean | null;
performHPO?: boolean | null;
recipeArn?: string | null;
solutionArn?: string | null;
solutionConfig?: SolutionConfig | null;
status?: string | null;
}§Properties
§
autoMLResult?: AutoMLResult | null
[src]§
latestSolutionVersion?: SolutionVersionSummary | null
[src]§
solutionConfig?: SolutionConfig | null
[src]