genai.text.experimental.classification.classification_service module¶
- class genai.text.experimental.classification.classification_service.ClassificationService[source]¶
Bases:
BaseService
[BaseServiceConfig
,BaseServiceServices
]EXPERIMENTAL Text classification service, this service may change in the near future.
- create(*, model_id, input, data)[source]¶
- Parameters:
model_id (str)
input (str)
data (list[TextClassificationCreateData])
- Return type: