AutoMLTfliteModelOptions interface

AutoMLTfliteModelOptions akan dihapus di versi utama berikutnya.

Tanda Tangan:

export interface AutoMLTfliteModelOptions extends ModelOptionsBase 

Memperluas: ModelOptionsBase

Properti

Properti Jenis Deskripsi
tfliteModel { automlModel: string; }

AutoMLTfliteModelOptions.tfliteModel

Tanda Tangan:

tfliteModel: {
        automlModel: string;
    };