djai.model.models.cloud_ai_svc.google.translation module¶
DjAI Google Cloud AI Translation Service model classes.
- class djai.model.models.cloud_ai_svc.google.translation.GoogleTranslate(*args, **kwargs)[source]¶
Bases:
djai.model.models.cloud_ai_svc.base.CloudAIService
Google Translate Service.
- exception DoesNotExist¶
Bases:
djai.model.models.cloud_ai_svc.base.CloudAIService.DoesNotExist
- exception MultipleObjectsReturned¶
Bases:
djai.model.models.cloud_ai_svc.base.CloudAIService.MultipleObjectsReturned
- client = None¶
- cloudaiservice_ptr¶
Accessor to the related object on the forward side of a one-to-one relation.
In the example:
class Restaurant(Model): place = OneToOneField(Place, related_name='restaurant')
Restaurant.place
is aForwardOneToOneDescriptor
instance.
- cloudaiservice_ptr_id¶
- gradio_ui = Gradio Interface for: predict ----------------------------- inputs: |-Textbox(label="Text to Translate") |-Dropdown(label="Source Language") |-Dropdown(label="Destination Language") outputs: |-Textbox(label="Translated Text")¶
- polymorphic_primary_key_name = 'uuid'¶
- polymorphic_super_sub_accessors_replaced = False¶