Modifier and Type | Method and Description |
---|---|
BatchCSVRecord |
DataVecTransformClient.transform(BatchCSVRecord batchCSVRecord) |
Modifier and Type | Method and Description |
---|---|
BatchCSVRecord |
DataVecTransformClient.transform(BatchCSVRecord batchCSVRecord) |
Base64NDArrayBody |
DataVecTransformClient.transformArray(BatchCSVRecord batchCSVRecord) |
Base64NDArrayBody |
DataVecTransformClient.transformSequenceArrayIncremental(BatchCSVRecord singleCsvRecord) |
SequenceBatchCSVRecord |
DataVecTransformClient.transformSequenceIncremental(BatchCSVRecord transform) |
Modifier and Type | Method and Description |
---|---|
BatchCSVRecord |
CSVSparkTransform.transform(BatchCSVRecord batch)
Runs the transform process
|
Modifier and Type | Method and Description |
---|---|
Base64NDArrayBody |
CSVSparkTransform.toArray(BatchCSVRecord batch)
Convert a raw record via
the
TransformProcess
to a base 64ed ndarray |
BatchCSVRecord |
CSVSparkTransform.transform(BatchCSVRecord batch)
Runs the transform process
|
Base64NDArrayBody |
CSVSparkTransform.transformSequenceArrayIncremental(BatchCSVRecord singleCsvRecord) |
SequenceBatchCSVRecord |
CSVSparkTransform.transformSequenceIncremental(BatchCSVRecord transform) |
Modifier and Type | Method and Description |
---|---|
static BatchCSVRecord |
BatchCSVRecord.fromDataSet(DataSet dataSet)
Return a batch record based on a dataset
|
static BatchCSVRecord |
BatchCSVRecord.fromWritables(List<List<Writable>> batch)
Create a batch csv record
from a list of writables.
|
Modifier and Type | Method and Description |
---|---|
void |
SequenceBatchCSVRecord.add(List<BatchCSVRecord> record)
Add a record
|
Modifier and Type | Method and Description |
---|---|
BatchCSVRecord |
DataVecTransformService.transform(BatchCSVRecord batchCSVRecord) |
Modifier and Type | Method and Description |
---|---|
BatchCSVRecord |
DataVecTransformService.transform(BatchCSVRecord batchCSVRecord) |
Base64NDArrayBody |
DataVecTransformService.transformArray(BatchCSVRecord batchCSVRecord) |
Base64NDArrayBody |
DataVecTransformService.transformSequenceArrayIncremental(BatchCSVRecord singleCsvRecord) |
SequenceBatchCSVRecord |
DataVecTransformService.transformSequenceIncremental(BatchCSVRecord transform) |
Modifier and Type | Method and Description |
---|---|
BatchCSVRecord |
CSVSparkTransformServer.transform(BatchCSVRecord batchCSVRecord) |
BatchCSVRecord |
ImageSparkTransformServer.transform(BatchCSVRecord batchCSVRecord) |
Copyright © 2020. All rights reserved.