public static final class Analyze.DataDescription
extends com.google.api.client.json.GenericJson
Modifier and Type | Class and Description |
---|---|
static class |
Analyze.DataDescription.Features
Model definition for AnalyzeDataDescriptionFeatures.
|
static class |
Analyze.DataDescription.OutputFeature
Description of the output value or label.
|
com.google.api.client.util.GenericData.Flags
Constructor and Description |
---|
Analyze.DataDescription() |
Modifier and Type | Method and Description |
---|---|
Analyze.DataDescription |
clone() |
java.util.List<Analyze.DataDescription.Features> |
getFeatures()
Description of the input features in the data set.
|
Analyze.DataDescription.OutputFeature |
getOutputFeature()
Description of the output value or label.
|
Analyze.DataDescription |
set(java.lang.String fieldName,
java.lang.Object value) |
Analyze.DataDescription |
setFeatures(java.util.List<Analyze.DataDescription.Features> features)
Description of the input features in the data set.
|
Analyze.DataDescription |
setOutputFeature(Analyze.DataDescription.OutputFeature outputFeature)
Description of the output value or label.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
public java.util.List<Analyze.DataDescription.Features> getFeatures()
null
for nonepublic Analyze.DataDescription setFeatures(java.util.List<Analyze.DataDescription.Features> features)
features
- features or null
for nonepublic Analyze.DataDescription.OutputFeature getOutputFeature()
null
for nonepublic Analyze.DataDescription setOutputFeature(Analyze.DataDescription.OutputFeature outputFeature)
outputFeature
- outputFeature or null
for nonepublic Analyze.DataDescription set(java.lang.String fieldName, java.lang.Object value)
set
in class com.google.api.client.json.GenericJson
public Analyze.DataDescription clone()
clone
in class com.google.api.client.json.GenericJson