Package | Description |
---|---|
com.google.api.services.language.v2.model |
Modifier and Type | Method and Description |
---|---|
XPSFileSpec |
XPSFileSpec.clone() |
XPSFileSpec |
XPSExampleSet.getFileSpec()
File spec of the examples or input sources.
|
XPSFileSpec |
XPSEvaluationMetricsSet.getFileSpec()
File spec containing evaluation metrics of a model, must point to RecordIO file(s) of
intelligence.cloud.automl.xps.EvaluationMetrics messages.
|
XPSFileSpec |
XPSFileSpec.set(String fieldName,
Object value) |
XPSFileSpec |
XPSFileSpec.setDirectoryPath(String directoryPath)
Deprecated.
|
XPSFileSpec |
XPSFileSpec.setFileFormat(String fileFormat) |
XPSFileSpec |
XPSFileSpec.setFileSpec(String fileSpec)
Single file path, or file pattern of format "/path/to/file@shard_count".
|
XPSFileSpec |
XPSFileSpec.setSingleFilePath(String singleFilePath)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
XPSExampleSet |
XPSExampleSet.setFileSpec(XPSFileSpec fileSpec)
File spec of the examples or input sources.
|
XPSEvaluationMetricsSet |
XPSEvaluationMetricsSet.setFileSpec(XPSFileSpec fileSpec)
File spec containing evaluation metrics of a model, must point to RecordIO file(s) of
intelligence.cloud.automl.xps.EvaluationMetrics messages.
|
Copyright © 2011–2025 Google. All rights reserved.