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

CreateMetricAttributionRequest

import type { CreateMetricAttributionRequest } from "https://aws-api.deno.dev/v0.4/services/personalize.ts?docs=full";
interface CreateMetricAttributionRequest {
datasetGroupArn: string;
metrics: MetricAttribute[];
metricsOutputConfig: MetricAttributionOutput;
name: string;
}

§Properties

§
datasetGroupArn: string
[src]

The Amazon Resource Name (ARN) of the destination dataset group for the metric attribution.

§

A list of metric attributes for the metric attribution. Each metric attribute specifies an event type to track and a function. Available functions are SUM() or SAMPLECOUNT(). For SUM() functions, provide the dataset type (either Interactions or Items) and column to sum as a parameter. For example SUM(Items.PRICE).

§
metricsOutputConfig: MetricAttributionOutput
[src]

The output configuration details for the metric attribution.

§
name: string
[src]

A name for the metric attribution.