| Package | Description |
|---|---|
| com.google.api.services.translate.v3 | |
| com.google.api.services.translate.v3.model |
| Modifier and Type | Method and Description |
|---|---|
Translate.Projects.Locations.AdaptiveMtDatasets.Create |
Translate.Projects.Locations.AdaptiveMtDatasets.create(String parent,
AdaptiveMtDataset content)
Creates an Adaptive MT dataset.
|
| Constructor and Description |
|---|
Create(String parent,
AdaptiveMtDataset content)
Creates an Adaptive MT dataset.
|
| Modifier and Type | Method and Description |
|---|---|
AdaptiveMtDataset |
AdaptiveMtDataset.clone() |
AdaptiveMtDataset |
AdaptiveMtDataset.set(String fieldName,
Object value) |
AdaptiveMtDataset |
AdaptiveMtDataset.setCreateTime(String createTime)
Output only.
|
AdaptiveMtDataset |
AdaptiveMtDataset.setDisplayName(String displayName)
The name of the dataset to show in the interface.
|
AdaptiveMtDataset |
AdaptiveMtDataset.setExampleCount(Integer exampleCount)
The number of examples in the dataset.
|
AdaptiveMtDataset |
AdaptiveMtDataset.setName(String name)
Required.
|
AdaptiveMtDataset |
AdaptiveMtDataset.setSourceLanguageCode(String sourceLanguageCode)
The BCP-47 language code of the source language.
|
AdaptiveMtDataset |
AdaptiveMtDataset.setTargetLanguageCode(String targetLanguageCode)
The BCP-47 language code of the target language.
|
AdaptiveMtDataset |
AdaptiveMtDataset.setUpdateTime(String updateTime)
Output only.
|
| Modifier and Type | Method and Description |
|---|---|
List<AdaptiveMtDataset> |
ListAdaptiveMtDatasetsResponse.getAdaptiveMtDatasets()
Output only.
|
| Modifier and Type | Method and Description |
|---|---|
ListAdaptiveMtDatasetsResponse |
ListAdaptiveMtDatasetsResponse.setAdaptiveMtDatasets(List<AdaptiveMtDataset> adaptiveMtDatasets)
Output only.
|
Copyright © 2011–2023 Google. All rights reserved.