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

CreateSolutionRequest

import type { CreateSolutionRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/personalize.ts";
interface CreateSolutionRequest {
datasetGroupArn: string;
eventType?: string | null;
name: string;
performAutoML?: boolean | null;
performHPO?: boolean | null;
recipeArn?: string | null;
solutionConfig?: SolutionConfig | null;
}

§Properties

§
datasetGroupArn: string
[src]
§
eventType?: string | null
[src]
§
name: string
[src]
§
performAutoML?: boolean | null
[src]
§
performHPO?: boolean | null
[src]
§
recipeArn?: string | null
[src]
§
solutionConfig?: SolutionConfig | null
[src]