File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -403,7 +403,7 @@ export type CreateCollationAnalyzerOptions = {
403403} ;
404404
405405/**
406- * Options for creating a MinHash Analyzer
406+ * (Enterprise Edition only.) Options for creating a MinHash Analyzer
407407 */
408408export type CreateMinHashAnalyzerOptions = {
409409 /**
@@ -430,7 +430,7 @@ export type CreateMinHashAnalyzerOptions = {
430430} ;
431431
432432/**
433- * Options for creating a Classification Analyzer
433+ * (Enterprise Edition only.) Options for creating a Classification Analyzer
434434 */
435435export type CreateClassificationAnalyzerOptions = {
436436 /**
@@ -465,7 +465,7 @@ export type CreateClassificationAnalyzerOptions = {
465465} ;
466466
467467/**
468- * Options for creating a NearestNeighbors Analyzer
468+ * (Enterprise Edition only.) Options for creating a NearestNeighbors Analyzer.
469469 */
470470export type CreateNearestNeighborsAnalyzerOptions = {
471471 /**
You can’t perform that action at this time.
0 commit comments