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

GoogleCloudAiplatformV1GenericOperationMetadata

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

Generic Metadata shared by all operations.

interface GoogleCloudAiplatformV1GenericOperationMetadata {
readonly createTime?: Date;
readonly partialFailures?: GoogleRpcStatus[];
readonly updateTime?: Date;
}

§Properties

§
readonly createTime?: Date
[src]

Output only. Time when the operation was created.

§
readonly partialFailures?: GoogleRpcStatus[]
[src]

Output only. Partial failures encountered. E.g. single files that couldn't be read. This field should never exceed 20 entries. Status details field will contain standard Google Cloud error details.

§
readonly updateTime?: Date
[src]

Output only. Time when the operation was updated for the last time. If the operation has finished (successfully or not), this is the finish time.