| Package | Description |
|---|---|
| com.google.api.services.ml.v1.model |
| Modifier and Type | Method and Description |
|---|---|
GoogleCloudMlV1PredictionInput |
GoogleCloudMlV1PredictionInput.clone() |
GoogleCloudMlV1PredictionInput |
GoogleCloudMlV1Job.getPredictionInput()
Input parameters to create a prediction job.
|
GoogleCloudMlV1PredictionInput |
GoogleCloudMlV1PredictionInput.set(String fieldName,
Object value) |
GoogleCloudMlV1PredictionInput |
GoogleCloudMlV1PredictionInput.setBatchSize(Long batchSize)
Optional.
|
GoogleCloudMlV1PredictionInput |
GoogleCloudMlV1PredictionInput.setDataFormat(String dataFormat)
Required.
|
GoogleCloudMlV1PredictionInput |
GoogleCloudMlV1PredictionInput.setInputPaths(List<String> inputPaths)
Required.
|
GoogleCloudMlV1PredictionInput |
GoogleCloudMlV1PredictionInput.setMaxWorkerCount(Long maxWorkerCount)
Optional.
|
GoogleCloudMlV1PredictionInput |
GoogleCloudMlV1PredictionInput.setModelName(String modelName)
Use this field if you want to use the default version for the specified model.
|
GoogleCloudMlV1PredictionInput |
GoogleCloudMlV1PredictionInput.setOutputDataFormat(String outputDataFormat)
Optional.
|
GoogleCloudMlV1PredictionInput |
GoogleCloudMlV1PredictionInput.setOutputPath(String outputPath)
Required.
|
GoogleCloudMlV1PredictionInput |
GoogleCloudMlV1PredictionInput.setRegion(String region)
Required.
|
GoogleCloudMlV1PredictionInput |
GoogleCloudMlV1PredictionInput.setRuntimeVersion(String runtimeVersion)
Optional.
|
GoogleCloudMlV1PredictionInput |
GoogleCloudMlV1PredictionInput.setSignatureName(String signatureName)
Optional.
|
GoogleCloudMlV1PredictionInput |
GoogleCloudMlV1PredictionInput.setUri(String uri)
Use this field if you want to specify a Google Cloud Storage path for the model to use.
|
GoogleCloudMlV1PredictionInput |
GoogleCloudMlV1PredictionInput.setVersionName(String versionName)
Use this field if you want to specify a version of the model to use.
|
| Modifier and Type | Method and Description |
|---|---|
GoogleCloudMlV1Job |
GoogleCloudMlV1Job.setPredictionInput(GoogleCloudMlV1PredictionInput predictionInput)
Input parameters to create a prediction job.
|
Copyright © 2011–2021 Google. All rights reserved.