AutoMLTfliteModelOptions interface

<ph type="x-smartling-placeholder">
</ph>

AutoMLTfliteModelOptions 将在下一个主要版本中移除。

签名

export interface AutoMLTfliteModelOptions extends ModelOptionsBase 

扩展ModelOptionsBase

属性

属性 类型 说明
tfliteModel { automlModel: string;}

AutoMLTfliteModelOptions.tfliteModel

签名

tfliteModel: {
        automlModel: string;
    };