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

GoogleCloudRecommenderV1RecommenderGenerationConfig

import type { GoogleCloudRecommenderV1RecommenderGenerationConfig } from "https://googleapis.deno.dev/v1/recommender:v1.ts";

A Configuration to customize the generation of recommendations. Eg, customizing the lookback period considered when generating a recommendation.

interface GoogleCloudRecommenderV1RecommenderGenerationConfig {
params?: {
[key: string]: any;
}
;
}

§Properties

§
params?: {
[key: string]: any;
}
[src]

Parameters for this RecommenderGenerationConfig. These configs can be used by or are applied to all subtypes.