machineLearning namespace

Signature:

export declare namespace machineLearning 

Type Aliases

Type Alias Description
GcsTfliteModelOptions Type alias to GcsTfliteModelOptions.
ListModelsOptions Type alias to ListModelsOptions.
ListModelsResult Type alias to ListModelsResult.
MachineLearning Type alias to MachineLearning.
Model Type alias to Model.
ModelOptions Type alias to ModelOptions.
ModelOptionsBase Type alias to ModelOptionsBase.
TFLiteModel Type alias to TFLiteModel.

machineLearning.GcsTfliteModelOptions

Type alias to GcsTfliteModelOptions.

Signature:

type GcsTfliteModelOptions = TGcsTfliteModelOptions;

machineLearning.ListModelsOptions

Type alias to ListModelsOptions.

Signature:

type ListModelsOptions = TListModelsOptions;

machineLearning.ListModelsResult

Type alias to ListModelsResult.

Signature:

type ListModelsResult = TListModelsResult;

Type alias to MachineLearning.

Signature:

type MachineLearning = TMachineLearning;

machineLearning.Model

Type alias to Model.

Signature:

type Model = TModel;

machineLearning.ModelOptions

Type alias to ModelOptions.

Signature:

type ModelOptions = TModelOptions;

machineLearning.ModelOptionsBase

Type alias to ModelOptionsBase.

Signature:

type ModelOptionsBase = TModelOptionsBase;

machineLearning.TFLiteModel

Type alias to TFLiteModel.

Signature:

type TFLiteModel = TTFLiteModel;

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2023-12-07 UTC.