Dela via


AzureMachineLearningVectorizer(String) Constructor

Definition

Initializes a new instance of AzureMachineLearningVectorizer.

public AzureMachineLearningVectorizer (string vectorizerName);
new Azure.Search.Documents.Indexes.Models.AzureMachineLearningVectorizer : string -> Azure.Search.Documents.Indexes.Models.AzureMachineLearningVectorizer
Public Sub New (vectorizerName As String)

Parameters

vectorizerName
String

The name to associate with this particular vectorization method.

Exceptions

vectorizerName is null.

Applies to