Class TranslationModelMetadata (2.4.2)

TranslationModelMetadata(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Model metadata that is specific to translation. .. attribute:: base_model

The resource name of the model to use as a baseline to train the custom model. If unset, we use the default base model provided by Google Translate. Format: projects/{project_id}/locations/{location_id}/models/{model_id}

:type: str

Attributes

NameDescription
source_language_code str
Output only. Inferred from the dataset. The source languge (The BCP-47 language code) that is used for training.
target_language_code str
Output only. The target languge (The BCP-47 language code) that is used for training.