AutoMLTfliteModelOptions interface

Usługa AutoMLTfliteModelOptions zostanie usunięta w następnej wersji głównej.

Podpis:

export interface AutoMLTfliteModelOptions extends ModelOptionsBase 

Rozszerza: ModelOptionsBase

Właściwości

Właściwość Typ Opis
tfliteModel { automlModel: string;

AutoMLTfliteModelOptions.tfliteModel;

Podpis:

tfliteModel: {
        automlModel: string;
    };