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

CreateProjectVersionResponse

import type { CreateProjectVersionResponse } from "https://aws-api.deno.dev/v0.4/services/rekognition.ts?docs=full";
interface CreateProjectVersionResponse {
ProjectVersionArn?: string | null;
}

§Properties

§
ProjectVersionArn?: string | null
[src]

The ARN of the model version that was created. Use DescribeProjectVersion to get the current status of the training operation.