static ChannelSpecification.Builder |
ChannelSpecification.builder() |
|
ChannelSpecification.Builder |
ChannelSpecification.Builder.description(String description) |
A brief description of the channel.
|
ChannelSpecification.Builder |
ChannelSpecification.Builder.isRequired(Boolean isRequired) |
Indicates whether the channel is required by the algorithm.
|
ChannelSpecification.Builder |
ChannelSpecification.Builder.name(String name) |
The name of the channel.
|
ChannelSpecification.Builder |
ChannelSpecification.Builder.supportedCompressionTypes(Collection<CompressionType> supportedCompressionTypes) |
The allowed compression types, if data compression is used.
|
ChannelSpecification.Builder |
ChannelSpecification.Builder.supportedCompressionTypes(CompressionType... supportedCompressionTypes) |
The allowed compression types, if data compression is used.
|
ChannelSpecification.Builder |
ChannelSpecification.Builder.supportedCompressionTypesWithStrings(String... supportedCompressionTypes) |
The allowed compression types, if data compression is used.
|
ChannelSpecification.Builder |
ChannelSpecification.Builder.supportedCompressionTypesWithStrings(Collection<String> supportedCompressionTypes) |
The allowed compression types, if data compression is used.
|
ChannelSpecification.Builder |
ChannelSpecification.Builder.supportedContentTypes(String... supportedContentTypes) |
The supported MIME types for the data.
|
ChannelSpecification.Builder |
ChannelSpecification.Builder.supportedContentTypes(Collection<String> supportedContentTypes) |
The supported MIME types for the data.
|
ChannelSpecification.Builder |
ChannelSpecification.Builder.supportedInputModes(Collection<TrainingInputMode> supportedInputModes) |
The allowed input mode, either FILE or PIPE.
|
ChannelSpecification.Builder |
ChannelSpecification.Builder.supportedInputModes(TrainingInputMode... supportedInputModes) |
The allowed input mode, either FILE or PIPE.
|
ChannelSpecification.Builder |
ChannelSpecification.Builder.supportedInputModesWithStrings(String... supportedInputModes) |
The allowed input mode, either FILE or PIPE.
|
ChannelSpecification.Builder |
ChannelSpecification.Builder.supportedInputModesWithStrings(Collection<String> supportedInputModes) |
The allowed input mode, either FILE or PIPE.
|
ChannelSpecification.Builder |
ChannelSpecification.toBuilder() |
|