public final class AdaptiveMtDataset
extends com.google.api.client.json.GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Cloud Translation API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
AdaptiveMtDataset() |
| Modifier and Type | Method and Description |
|---|---|
AdaptiveMtDataset |
clone() |
String |
getCreateTime()
Output only.
|
String |
getDisplayName()
The name of the dataset to show in the interface.
|
Integer |
getExampleCount()
The number of examples in the dataset.
|
String |
getName()
Required.
|
String |
getSourceLanguageCode()
The BCP-47 language code of the source language.
|
String |
getTargetLanguageCode()
The BCP-47 language code of the target language.
|
String |
getUpdateTime()
Output only.
|
AdaptiveMtDataset |
set(String fieldName,
Object value) |
AdaptiveMtDataset |
setCreateTime(String createTime)
Output only.
|
AdaptiveMtDataset |
setDisplayName(String displayName)
The name of the dataset to show in the interface.
|
AdaptiveMtDataset |
setExampleCount(Integer exampleCount)
The number of examples in the dataset.
|
AdaptiveMtDataset |
setName(String name)
Required.
|
AdaptiveMtDataset |
setSourceLanguageCode(String sourceLanguageCode)
The BCP-47 language code of the source language.
|
AdaptiveMtDataset |
setTargetLanguageCode(String targetLanguageCode)
The BCP-47 language code of the target language.
|
AdaptiveMtDataset |
setUpdateTime(String updateTime)
Output only.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic String getCreateTime()
null for nonepublic AdaptiveMtDataset setCreateTime(String createTime)
createTime - createTime or null for nonepublic String getDisplayName()
null for nonepublic AdaptiveMtDataset setDisplayName(String displayName)
displayName - displayName or null for nonepublic Integer getExampleCount()
null for nonepublic AdaptiveMtDataset setExampleCount(Integer exampleCount)
exampleCount - exampleCount or null for nonepublic String getName()
null for nonepublic AdaptiveMtDataset setName(String name)
name - name or null for nonepublic String getSourceLanguageCode()
null for nonepublic AdaptiveMtDataset setSourceLanguageCode(String sourceLanguageCode)
sourceLanguageCode - sourceLanguageCode or null for nonepublic String getTargetLanguageCode()
null for nonepublic AdaptiveMtDataset setTargetLanguageCode(String targetLanguageCode)
targetLanguageCode - targetLanguageCode or null for nonepublic String getUpdateTime()
null for nonepublic AdaptiveMtDataset setUpdateTime(String updateTime)
updateTime - updateTime or null for nonepublic AdaptiveMtDataset set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic AdaptiveMtDataset clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2023 Google. All rights reserved.