AutoMLTfliteModelOptions interface

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

AutoMLTfliteModelOptions는 다음 주 버전에서 삭제됩니다.

서명:

export interface AutoMLTfliteModelOptions extends ModelOptionsBase 

확장: ModelOptionsBase

속성

속성 유형 설명
tfliteModel { automlModel: string; }

AutoMLTfliteModelOptions.tfliteModel

서명:

tfliteModel: {
        automlModel: string;
    };