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
-`disabled`: Boolean for enabling or disabling dimensionality reduction. Default is `false`.
276
276
-`size`: The number of dimensions to reduce the feature length to. Default is `512`.
277
277
278
-
-`defaultsPerFeatureType`: A dictionary mapping each feature to how missing or missmatched values should be handled. The keys of this dictionary are the features, and the values are sub-dictionaries with the following keys:
279
-
-`missing`: A sub-dictionary detailing how missing values should be handled.
278
+
-`defaultsPerFeatureType`: A dictionary mapping each feature to how missing or mismatched values should be handled. The keys of this dictionary are the features, and the values are sub-dictionaries with the following keys:
279
+
-`missing`: A sub-dictionary detailing how missing values should be handled.
280
280
-`strategy`: The strategy to use for missing values. Options include `REPLACE` or `RAISE`.
281
281
-`replacement`: The value to replace missing values with. Only needed if `strategy` is `REPLACE`.
282
-
-`missmatch`: A sub-dictionary detailing how missmatched values should be handled.
283
-
-`strategy`: The strategy to use for missmatched values. Options include `REPLACE`, `RAISE`, `COERCE_REPLACE`, or `COERCE_RAISE`.
284
-
-`replacement`: The value to replace missmatched values with. Only needed if `strategy` is `REPLACE`, or `COERCE_REPLACE`.
282
+
-`mismatch`: A sub-dictionary detailing how mismatched values should be handled.
283
+
-`strategy`: The strategy to use for mismatched values. Options include `REPLACE`, `RAISE`, `COERCE_REPLACE`, or `COERCE_RAISE`.
284
+
-`replacement`: The value to replace mismatched values with. Only needed if `strategy` is `REPLACE`, or `COERCE_REPLACE`.
285
285
286
286
-`jobConfiguration` Optional: A set of configurations that are applied to the job.
287
287
-`batchSize`: The number of documents to process in a single batch. Default is `32`.
@@ -737,6 +737,7 @@ collection, or within the source documents.
737
737
-`modelID`: The model ID to use for generating predictions.
738
738
-`featurizeNewDocuments`: Boolean for enabling or disabling the featurization of new documents. Useful if you don't want to re-train the model upon new data. Default is `false`.
739
739
-`featurizeOutdatedDocuments`: Boolean for enabling or disabling the featurization of outdated documents. Outdated documents are those whose features have changed since the last featurization. Default is `false`.
740
+
-`schedule`: A cron expression to schedule the prediction job (e.g `0 0 * * *` for daily predictions). Default is `None`.
-`disabled`: Boolean for enabling or disabling dimensionality reduction. Default is `false`.
276
276
-`size`: The number of dimensions to reduce the feature length to. Default is `512`.
277
277
278
-
-`defaultsPerFeatureType`: A dictionary mapping each feature to how missing or missmatched values should be handled. The keys of this dictionary are the features, and the values are sub-dictionaries with the following keys:
278
+
-`defaultsPerFeatureType`: A dictionary mapping each feature to how missing or mismatched values should be handled. The keys of this dictionary are the features, and the values are sub-dictionaries with the following keys:
279
279
-`missing`: A sub-dictionary detailing how missing values should be handled.
280
280
-`strategy`: The strategy to use for missing values. Options include `REPLACE` or `RAISE`.
281
281
-`replacement`: The value to replace missing values with. Only needed if `strategy` is `REPLACE`.
282
-
-`missmatch`: A sub-dictionary detailing how missmatched values should be handled.
283
-
-`strategy`: The strategy to use for missmatched values. Options include `REPLACE`, `RAISE`, `COERCE_REPLACE`, or `COERCE_RAISE`.
284
-
-`replacement`: The value to replace missmatched values with. Only needed if `strategy` is `REPLACE`, or `COERCE_REPLACE`.
282
+
-`mismatch`: A sub-dictionary detailing how mismatched values should be handled.
283
+
-`strategy`: The strategy to use for mismatched values. Options include `REPLACE`, `RAISE`, `COERCE_REPLACE`, or `COERCE_RAISE`.
284
+
-`replacement`: The value to replace mismatched values with. Only needed if `strategy` is `REPLACE`, or `COERCE_REPLACE`.
285
285
286
286
-`jobConfiguration` Optional: A set of configurations that are applied to the job.
287
287
-`batchSize`: The number of documents to process in a single batch. Default is `32`.
@@ -737,6 +737,7 @@ collection, or within the source documents.
737
737
-`modelID`: The model ID to use for generating predictions.
738
738
-`featurizeNewDocuments`: Boolean for enabling or disabling the featurization of new documents. Useful if you don't want to re-train the model upon new data. Default is `false`.
739
739
-`featurizeOutdatedDocuments`: Boolean for enabling or disabling the featurization of outdated documents. Outdated documents are those whose features have changed since the last featurization. Default is `false`.
740
+
-`schedule`: A cron expression to schedule the prediction job (e.g `0 0 * * *` for daily predictions). Default is `None`.
-`size`: The number of dimensions to reduce the feature length to. Default is `512`.
278
278
279
279
-`defaultsPerFeatureType`: A dictionary mapping each feature to how missing or mismatched values should be handled. The keys of this dictionary are the features, and the values are sub-dictionaries with the following keys:
280
-
-`missing`: A sub-dictionary detailing how missing values should be handled.
280
+
-`missing`: A sub-dictionary detailing how missing values should be handled.
281
281
-`strategy`: The strategy to use for missing values. Options include `REPLACE` or `RAISE`.
282
282
-`replacement`: The value to replace missing values with. Only needed if `strategy` is `REPLACE`.
283
-
-`missmatch`: A sub-dictionary detailing how mismatched values should be handled.
283
+
-`mismatch`: A sub-dictionary detailing how mismatched values should be handled.
284
284
-`strategy`: The strategy to use for mismatched values. Options include `REPLACE`, `RAISE`, `COERCE_REPLACE`, or `COERCE_RAISE`.
285
285
-`replacement`: The value to replace mismatched values with. Only needed if `strategy` is `REPLACE`, or `COERCE_REPLACE`.
286
286
@@ -738,6 +738,7 @@ collection, or within the source documents.
738
738
-`modelID`: The model ID to use for generating predictions.
739
739
-`featurizeNewDocuments`: Boolean for enabling or disabling the featurization of new documents. Useful if you don't want to re-train the model upon new data. Default is `false`.
740
740
-`featurizeOutdatedDocuments`: Boolean for enabling or disabling the featurization of outdated documents. Outdated documents are those whose features have changed since the last featurization. Default is `false`.
741
+
-`schedule`: A cron expression to schedule the prediction job (e.g `0 0 * * *` for daily predictions). Default is `None`.
-`size`: The number of dimensions to reduce the feature length to. Default is `512`.
278
278
279
279
-`defaultsPerFeatureType`: A dictionary mapping each feature to how missing or mismatched values should be handled. The keys of this dictionary are the features, and the values are sub-dictionaries with the following keys:
280
-
-`missing`: A sub-dictionary detailing how missing values should be handled.
280
+
-`missing`: A sub-dictionary detailing how missing values should be handled.
281
281
-`strategy`: The strategy to use for missing values. Options include `REPLACE` or `RAISE`.
282
282
-`replacement`: The value to replace missing values with. Only needed if `strategy` is `REPLACE`.
283
-
-`missmatch`: A sub-dictionary detailing how mismatched values should be handled.
283
+
-`mismatch`: A sub-dictionary detailing how mismatched values should be handled.
284
284
-`strategy`: The strategy to use for mismatched values. Options include `REPLACE`, `RAISE`, `COERCE_REPLACE`, or `COERCE_RAISE`.
285
285
-`replacement`: The value to replace mismatched values with. Only needed if `strategy` is `REPLACE`, or `COERCE_REPLACE`.
286
286
@@ -738,6 +738,7 @@ collection, or within the source documents.
738
738
-`modelID`: The model ID to use for generating predictions.
739
739
-`featurizeNewDocuments`: Boolean for enabling or disabling the featurization of new documents. Useful if you don't want to re-train the model upon new data. Default is `false`.
740
740
-`featurizeOutdatedDocuments`: Boolean for enabling or disabling the featurization of outdated documents. Outdated documents are those whose features have changed since the last featurization. Default is `false`.
741
+
-`schedule`: A cron expression to schedule the prediction job (e.g `0 0 * * *` for daily predictions). Default is `None`.
0 commit comments