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

Evaluation

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

LINT.IfChange Message describing Evaluation object

interface Evaluation {
bigQueryDestination?: BigQueryDestination;
readonly createTime?: Date;
customRulesBucket?: string;
description?: string;
labels?: {
[key: string]: string;
}
;
name?: string;
resourceFilter?: ResourceFilter;
readonly resourceStatus?: ResourceStatus;
ruleNames?: string[];
readonly ruleVersions?: string[];
schedule?: string;
readonly updateTime?: Date;
}

§Properties

§
bigQueryDestination?: BigQueryDestination
[src]

Optional. BigQuery destination

§
readonly createTime?: Date
[src]

Output only. [Output only] Create time stamp

§
customRulesBucket?: string
[src]

The Cloud Storage bucket name for custom rules.

§
description?: string
[src]

Description of the Evaluation

§
labels?: {
[key: string]: string;
}
[src]

Labels as key value pairs

§
name?: string
[src]

name of resource names have the form 'projects/{project_id}/locations/{location_id}/evaluations/{evaluation_id}'

§
resourceFilter?: ResourceFilter
[src]

annotations as key value pairs

§
readonly resourceStatus?: ResourceStatus
[src]

Output only. [Output only] The updated rule ids if exist.

§
ruleNames?: string[]
[src]

the name of the rule

§
readonly ruleVersions?: string[]
[src]

Output only. [Output only] The updated rule ids if exist.

§
schedule?: string
[src]

crontab format schedule for scheduled evaluation, currently only support the following schedule: "0 */1 * * *", "0 */6 * * *", "0 */12 * * *", "0 0 */1 * *", "0 0 */7 * *",

§
readonly updateTime?: Date
[src]

Output only. [Output only] Update time stamp