public final class GoogleCloudMlV1PredictionOutput extends 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 AI Platform Training & Prediction API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
GoogleCloudMlV1PredictionOutput() |
| Modifier and Type | Method and Description |
|---|---|
GoogleCloudMlV1PredictionOutput |
clone() |
Long |
getErrorCount()
The number of data instances which resulted in errors.
|
Double |
getNodeHours()
Node hours used by the batch prediction job.
|
String |
getOutputPath()
The output Google Cloud Storage location provided at the job creation time.
|
Long |
getPredictionCount()
The number of generated predictions.
|
GoogleCloudMlV1PredictionOutput |
set(String fieldName,
Object value) |
GoogleCloudMlV1PredictionOutput |
setErrorCount(Long errorCount)
The number of data instances which resulted in errors.
|
GoogleCloudMlV1PredictionOutput |
setNodeHours(Double nodeHours)
Node hours used by the batch prediction job.
|
GoogleCloudMlV1PredictionOutput |
setOutputPath(String outputPath)
The output Google Cloud Storage location provided at the job creation time.
|
GoogleCloudMlV1PredictionOutput |
setPredictionCount(Long predictionCount)
The number of generated predictions.
|
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 Long getErrorCount()
null for nonepublic GoogleCloudMlV1PredictionOutput setErrorCount(Long errorCount)
errorCount - errorCount or null for nonepublic Double getNodeHours()
null for nonepublic GoogleCloudMlV1PredictionOutput setNodeHours(Double nodeHours)
nodeHours - nodeHours or null for nonepublic String getOutputPath()
null for nonepublic GoogleCloudMlV1PredictionOutput setOutputPath(String outputPath)
outputPath - outputPath or null for nonepublic Long getPredictionCount()
null for nonepublic GoogleCloudMlV1PredictionOutput setPredictionCount(Long predictionCount)
predictionCount - predictionCount or null for nonepublic GoogleCloudMlV1PredictionOutput set(String fieldName, Object value)
set in class GenericJsonpublic GoogleCloudMlV1PredictionOutput clone()
clone in class GenericJsonCopyright © 2011–2021 Google. All rights reserved.