Package | Description |
---|---|
com.google.api.services.language.v2.model |
Modifier and Type | Method and Description |
---|---|
XPSExampleSet |
XPSExampleSet.clone() |
XPSExampleSet |
XPSTrainResponse.getEvaluatedExampleSet()
Examples used to evaluate the model (usually the test set), with the predicted annotations.
|
XPSExampleSet |
XPSBatchPredictResponse.getExampleSet()
Examples for batch prediction result.
|
XPSExampleSet |
XPSPreprocessResponse.getOutputExampleSet()
Preprocessed examples, that are to be imported into AutoML storage.
|
XPSExampleSet |
XPSExampleSet.set(String fieldName,
Object value) |
XPSExampleSet |
XPSExampleSet.setFileSpec(XPSFileSpec fileSpec)
File spec of the examples or input sources.
|
XPSExampleSet |
XPSExampleSet.setFingerprint(Long fingerprint)
Fingerprint of the example set.
|
XPSExampleSet |
XPSExampleSet.setNumExamples(Long numExamples)
Number of examples.
|
XPSExampleSet |
XPSExampleSet.setNumInputSources(Long numInputSources)
Number of input sources.
|
Modifier and Type | Method and Description |
---|---|
XPSTrainResponse |
XPSTrainResponse.setEvaluatedExampleSet(XPSExampleSet evaluatedExampleSet)
Examples used to evaluate the model (usually the test set), with the predicted annotations.
|
XPSBatchPredictResponse |
XPSBatchPredictResponse.setExampleSet(XPSExampleSet exampleSet)
Examples for batch prediction result.
|
XPSPreprocessResponse |
XPSPreprocessResponse.setOutputExampleSet(XPSExampleSet outputExampleSet)
Preprocessed examples, that are to be imported into AutoML storage.
|
Copyright © 2011–2025 Google. All rights reserved.