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

GoogleCloudMlV1__BuiltInAlgorithmOutput

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

Represents output related to a built-in algorithm Job.

interface GoogleCloudMlV1__BuiltInAlgorithmOutput {
framework?: string;
modelPath?: string;
pythonVersion?: string;
runtimeVersion?: string;
}

§Properties

§
framework?: string
[src]

Framework on which the built-in algorithm was trained.

§
modelPath?: string
[src]

The Cloud Storage path to the model/ directory where the training job saves the trained model. Only set for successful jobs that don't use hyperparameter tuning.

§
pythonVersion?: string
[src]

Python version on which the built-in algorithm was trained.

§
runtimeVersion?: string
[src]

AI Platform runtime version on which the built-in algorithm was trained.