mediapipe_model_maker.text_classifier.TextClassifierOptions
Stay organized with collections
Save and categorize content based on your preferences.
User-facing options for creating the text classifier.
mediapipe_model_maker.text_classifier.TextClassifierOptions(
supported_model: mediapipe_model_maker.text_classifier.SupportedModels,
hparams: Optional[hp.HParams] = None,
model_options: Optional[mo.TextClassifierModelOptions] = None
)
Attributes |
supported_model
|
A preconfigured model spec.
|
hparams
|
Training hyperparameters the user can set to override the ones in
supported_model.
|
model_options
|
Model options the user can set to override the ones in
supported_model. The model options type should be consistent with the
architecture of the supported_model.
|
Methods
__eq__
__eq__(
other
)
Class Variables |
|
hparams
|
None
|
|
model_options
|
None
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2026-05-28 UTC.
[null,null,["Last updated 2026-05-28 UTC."],[],[]]