| Modifier and Type | Method and Description |
|---|---|
default RecordWrapperType |
Channel.getRecordWrapperType()
Specify RecordIO as the value when input data is in raw format but the training algorithm requires the RecordIO format.
|
RecordWrapperType |
Channel.Jsii$Proxy.getRecordWrapperType() |
static RecordWrapperType |
RecordWrapperType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RecordWrapperType[] |
RecordWrapperType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Channel.Builder |
Channel.Builder.recordWrapperType(RecordWrapperType recordWrapperType)
Sets the value of
Channel.getRecordWrapperType() |
Copyright © 2022. All rights reserved.