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

GoogleCloudDatalabelingV1p1alpha1CreateInstructionMetadata

import type { GoogleCloudDatalabelingV1p1alpha1CreateInstructionMetadata } from "https://googleapis.deno.dev/v1/datalabeling:v1beta1.ts";

Metadata of a CreateInstruction operation.

interface GoogleCloudDatalabelingV1p1alpha1CreateInstructionMetadata {
createTime?: Date;
instruction?: string;
partialFailures?: GoogleRpcStatus[];
}

§Properties

§
createTime?: Date
[src]

Timestamp when create instruction request was created.

§
instruction?: string
[src]

The name of the created Instruction. projects/{project_id}/instructions/{instruction_id}

§
partialFailures?: GoogleRpcStatus[]
[src]

Partial failures encountered. E.g. single files that couldn't be read. Status details field will contain standard GCP error details.