Package | Description |
---|---|
com.google.api.services.language.v2.model |
Modifier and Type | Method and Description |
---|---|
XPSRow |
XPSRow.clone() |
XPSRow |
XPSRow.set(String fieldName,
Object value) |
XPSRow |
XPSRow.setColumnIds(List<Integer> columnIds)
The ids of the columns.
|
XPSRow |
XPSRow.setValues(List<Object> values)
The values of the row cells, given in the same order as the column_ids.
|
Modifier and Type | Method and Description |
---|---|
List<XPSRow> |
XPSTablesTrainResponse.getPredictionSampleRows()
Sample rows from the dataset this model was trained.
|
Modifier and Type | Method and Description |
---|---|
XPSTablesTrainResponse |
XPSTablesTrainResponse.setPredictionSampleRows(List<XPSRow> predictionSampleRows)
Sample rows from the dataset this model was trained.
|
Copyright © 2011–2025 Google. All rights reserved.