Class NlpModelStream
-
- All Implemented Interfaces:
public final class NlpModelStream
-
-
Field Summary
Fields Modifier and Type Field Description private final InputStreaminputStreamprivate final InstantupdatedDateprivate final NlpApplicationConfigurationconfiguration
-
Constructor Summary
Constructors Constructor Description NlpModelStream(InputStream inputStream, Instant updatedDate, NlpApplicationConfiguration configuration)
-
Method Summary
Modifier and Type Method Description final InputStreamgetInputStream()final InstantgetUpdatedDate()final NlpApplicationConfigurationgetConfiguration()-
-
Constructor Detail
-
NlpModelStream
NlpModelStream(InputStream inputStream, Instant updatedDate, NlpApplicationConfiguration configuration)
-
-
Method Detail
-
getInputStream
final InputStream getInputStream()
-
getUpdatedDate
final Instant getUpdatedDate()
-
getConfiguration
final NlpApplicationConfiguration getConfiguration()
-
-
-
-