AutoMLTfliteModelOptions will be removed in the next major version.
Signature:
export interface AutoMLTfliteModelOptions extends ModelOptionsBase
Extends: ModelOptionsBase
Properties
Property | Type | Description |
---|---|---|
tfliteModel | { automlModel: string; } |
AutoMLTfliteModelOptions.tfliteModel
Signature:
tfliteModel: {
automlModel: string;
};