AutoMLTfliteModelOptions interface

AutoMLTfliteModelOptions akan dihapus di versi utama berikutnya.

Tanda tangan:

export interface AutoMLTfliteModelOptions extends ModelOptionsBase 

Perluasan: ModelOptionsBase

Properti

Properti Jenis Keterangan
tfliteModel { model otomatis: string; }

AutoMLTfliteModelOptions.tfliteModel

Tanda tangan:

tfliteModel: {
        automlModel: string;
    };