You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: specification/ml/_types/DataframeAnalytics.ts
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -238,9 +238,9 @@ export class DataframeAnalysisClassification extends DataframeAnalysis {
238
238
/** @shortcut_property includes */
239
239
exportclassDataframeAnalysisAnalyzedFields{
240
240
/** An array of strings that defines the fields that will be excluded from the analysis. You do not need to add fields with unsupported data types to excludes, these fields are excluded from the analysis automatically. */
241
-
includes: string[]
241
+
includes?: string[]
242
242
/** An array of strings that defines the fields that will be included in the analysis. */
0 commit comments