IngestionChunkerOptions(Tokenizer) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the IngestionChunkerOptions class.
public:
IngestionChunkerOptions(Microsoft::ML::Tokenizers::Tokenizer ^ tokenizer);
public IngestionChunkerOptions(Microsoft.ML.Tokenizers.Tokenizer tokenizer);
new Microsoft.Extensions.DataIngestion.IngestionChunkerOptions : Microsoft.ML.Tokenizers.Tokenizer -> Microsoft.Extensions.DataIngestion.IngestionChunkerOptions
Public Sub New (tokenizer As Tokenizer)
Parameters
- tokenizer
- Tokenizer
The tokenizer to use for tokenizing input.