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

AnalyzeOperationMetadata

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

Metadata describing the Analyze operation.

interface AnalyzeOperationMetadata {
readonly analyzedWorkloadName?: string;
readonly analyzedWorkloadType?: "WORKLOAD_TYPE_UNSPECIFIED" | "BATCH";
readonly analyzedWorkloadUuid?: string;
readonly createTime?: Date;
readonly description?: string;
readonly doneTime?: Date;
readonly labels?: {
[key: string]: string;
}
;
readonly warnings?: string[];
}

§Properties

§
readonly analyzedWorkloadName?: string
[src]

Output only. name of the workload being analyzed.

§
readonly analyzedWorkloadType?: "WORKLOAD_TYPE_UNSPECIFIED" | "BATCH"
[src]

Output only. Type of the workload being analyzed.

§
readonly analyzedWorkloadUuid?: string
[src]

Output only. unique identifier of the workload typically generated by control plane. E.g. batch uuid.

§
readonly createTime?: Date
[src]

Output only. The time when the operation was created.

§
readonly description?: string
[src]

Output only. Short description of the operation.

§
readonly doneTime?: Date
[src]

Output only. The time when the operation finished.

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

Output only. Labels associated with the operation.

§
readonly warnings?: string[]
[src]

Output only. Warnings encountered during operation execution.