@aws-sdk/client-forecast 3.300.0 → 3.303.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/models/models_0.js +100 -117
- package/dist-es/models/models_0.js +100 -117
- package/dist-types/commands/CreateAutoPredictorCommand.d.ts +16 -16
- package/dist-types/commands/CreateDatasetCommand.d.ts +7 -7
- package/dist-types/commands/CreateDatasetGroupCommand.d.ts +4 -4
- package/dist-types/commands/CreateDatasetImportJobCommand.d.ts +5 -5
- package/dist-types/commands/CreateExplainabilityCommand.d.ts +9 -9
- package/dist-types/commands/CreateExplainabilityExportCommand.d.ts +5 -5
- package/dist-types/commands/CreateForecastCommand.d.ts +11 -11
- package/dist-types/commands/CreateForecastExportJobCommand.d.ts +5 -5
- package/dist-types/commands/CreateMonitorCommand.d.ts +3 -3
- package/dist-types/commands/CreatePredictorBacktestExportJobCommand.d.ts +5 -5
- package/dist-types/commands/CreatePredictorCommand.d.ts +26 -26
- package/dist-types/commands/CreateWhatIfAnalysisCommand.d.ts +10 -10
- package/dist-types/commands/CreateWhatIfForecastCommand.d.ts +13 -13
- package/dist-types/commands/CreateWhatIfForecastExportCommand.d.ts +6 -6
- package/dist-types/commands/DeleteDatasetCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDatasetGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDatasetImportJobCommand.d.ts +1 -1
- package/dist-types/commands/DeleteExplainabilityCommand.d.ts +1 -1
- package/dist-types/commands/DeleteExplainabilityExportCommand.d.ts +1 -1
- package/dist-types/commands/DeleteForecastCommand.d.ts +1 -1
- package/dist-types/commands/DeleteForecastExportJobCommand.d.ts +1 -1
- package/dist-types/commands/DeleteMonitorCommand.d.ts +1 -1
- package/dist-types/commands/DeletePredictorBacktestExportJobCommand.d.ts +1 -1
- package/dist-types/commands/DeletePredictorCommand.d.ts +1 -1
- package/dist-types/commands/DeleteResourceTreeCommand.d.ts +1 -1
- package/dist-types/commands/DeleteWhatIfAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/DeleteWhatIfForecastCommand.d.ts +1 -1
- package/dist-types/commands/DeleteWhatIfForecastExportCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAutoPredictorCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDatasetCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDatasetGroupCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDatasetImportJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribeExplainabilityCommand.d.ts +1 -1
- package/dist-types/commands/DescribeExplainabilityExportCommand.d.ts +1 -1
- package/dist-types/commands/DescribeForecastCommand.d.ts +1 -1
- package/dist-types/commands/DescribeForecastExportJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribeMonitorCommand.d.ts +1 -1
- package/dist-types/commands/DescribePredictorBacktestExportJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribePredictorCommand.d.ts +1 -1
- package/dist-types/commands/DescribeWhatIfAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/DescribeWhatIfForecastCommand.d.ts +1 -1
- package/dist-types/commands/DescribeWhatIfForecastExportCommand.d.ts +1 -1
- package/dist-types/commands/GetAccuracyMetricsCommand.d.ts +1 -1
- package/dist-types/commands/ListDatasetGroupsCommand.d.ts +1 -1
- package/dist-types/commands/ListDatasetImportJobsCommand.d.ts +3 -3
- package/dist-types/commands/ListDatasetsCommand.d.ts +1 -1
- package/dist-types/commands/ListExplainabilitiesCommand.d.ts +3 -3
- package/dist-types/commands/ListExplainabilityExportsCommand.d.ts +3 -3
- package/dist-types/commands/ListForecastExportJobsCommand.d.ts +3 -3
- package/dist-types/commands/ListForecastsCommand.d.ts +3 -3
- package/dist-types/commands/ListMonitorEvaluationsCommand.d.ts +3 -3
- package/dist-types/commands/ListMonitorsCommand.d.ts +3 -3
- package/dist-types/commands/ListPredictorBacktestExportJobsCommand.d.ts +3 -3
- package/dist-types/commands/ListPredictorsCommand.d.ts +3 -3
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/ListWhatIfAnalysesCommand.d.ts +3 -3
- package/dist-types/commands/ListWhatIfForecastExportsCommand.d.ts +3 -3
- package/dist-types/commands/ListWhatIfForecastsCommand.d.ts +3 -3
- package/dist-types/commands/ResumeResourceCommand.d.ts +1 -1
- package/dist-types/commands/StopResourceCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +3 -3
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -2
- package/dist-types/commands/UpdateDatasetGroupCommand.d.ts +2 -2
- package/dist-types/models/models_0.d.ts +185 -100
- package/dist-types/ts3.4/models/models_0.d.ts +124 -100
- package/package.json +34 -34
|
@@ -2,13 +2,18 @@ import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-cl
|
|
|
2
2
|
import { ForecastServiceException as __BaseException } from "./ForecastServiceException";
|
|
3
3
|
/**
|
|
4
4
|
* @public
|
|
5
|
+
* @enum
|
|
5
6
|
*/
|
|
6
|
-
export declare
|
|
7
|
-
ADD
|
|
8
|
-
DIVIDE
|
|
9
|
-
MULTIPLY
|
|
10
|
-
SUBTRACT
|
|
11
|
-
}
|
|
7
|
+
export declare const Operation: {
|
|
8
|
+
readonly ADD: "ADD";
|
|
9
|
+
readonly DIVIDE: "DIVIDE";
|
|
10
|
+
readonly MULTIPLY: "MULTIPLY";
|
|
11
|
+
readonly SUBTRACT: "SUBTRACT";
|
|
12
|
+
};
|
|
13
|
+
/**
|
|
14
|
+
* @public
|
|
15
|
+
*/
|
|
16
|
+
export type Operation = (typeof Operation)[keyof typeof Operation];
|
|
12
17
|
/**
|
|
13
18
|
* @public
|
|
14
19
|
* <p>Defines the modifications that you are making to an attribute for a what-if forecast. For example, you can use this operation to create a what-if forecast that investigates a 10% off sale on all shoes. To do this, you specify <code>"AttributeName": "shoes"</code>, <code>"Operation": "MULTIPLY"</code>, and <code>"Value": "0.90"</code>. Pair this operation with the <a>TimeSeriesCondition</a> operation within the <a>CreateWhatIfForecastRequest$TimeSeriesTransformations</a> operation to define a subset of attribute items that are modified.</p>
|
|
@@ -428,14 +433,19 @@ export interface MonitorConfig {
|
|
|
428
433
|
}
|
|
429
434
|
/**
|
|
430
435
|
* @public
|
|
436
|
+
* @enum
|
|
431
437
|
*/
|
|
432
|
-
export declare
|
|
433
|
-
AverageWeightedQuantileLoss
|
|
434
|
-
MAPE
|
|
435
|
-
MASE
|
|
436
|
-
RMSE
|
|
437
|
-
WAPE
|
|
438
|
-
}
|
|
438
|
+
export declare const OptimizationMetric: {
|
|
439
|
+
readonly AverageWeightedQuantileLoss: "AverageWeightedQuantileLoss";
|
|
440
|
+
readonly MAPE: "MAPE";
|
|
441
|
+
readonly MASE: "MASE";
|
|
442
|
+
readonly RMSE: "RMSE";
|
|
443
|
+
readonly WAPE: "WAPE";
|
|
444
|
+
};
|
|
445
|
+
/**
|
|
446
|
+
* @public
|
|
447
|
+
*/
|
|
448
|
+
export type OptimizationMetric = (typeof OptimizationMetric)[keyof typeof OptimizationMetric];
|
|
439
449
|
/**
|
|
440
450
|
* @public
|
|
441
451
|
* <p>The optional metadata that you apply to a resource to help you categorize and organize
|
|
@@ -488,33 +498,43 @@ export interface Tag {
|
|
|
488
498
|
}
|
|
489
499
|
/**
|
|
490
500
|
* @public
|
|
501
|
+
* @enum
|
|
491
502
|
*/
|
|
492
|
-
export declare
|
|
493
|
-
FRIDAY
|
|
494
|
-
MONDAY
|
|
495
|
-
SATURDAY
|
|
496
|
-
SUNDAY
|
|
497
|
-
THURSDAY
|
|
498
|
-
TUESDAY
|
|
499
|
-
WEDNESDAY
|
|
500
|
-
}
|
|
503
|
+
export declare const DayOfWeek: {
|
|
504
|
+
readonly FRIDAY: "FRIDAY";
|
|
505
|
+
readonly MONDAY: "MONDAY";
|
|
506
|
+
readonly SATURDAY: "SATURDAY";
|
|
507
|
+
readonly SUNDAY: "SUNDAY";
|
|
508
|
+
readonly THURSDAY: "THURSDAY";
|
|
509
|
+
readonly TUESDAY: "TUESDAY";
|
|
510
|
+
readonly WEDNESDAY: "WEDNESDAY";
|
|
511
|
+
};
|
|
501
512
|
/**
|
|
502
513
|
* @public
|
|
503
514
|
*/
|
|
504
|
-
export
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
515
|
+
export type DayOfWeek = (typeof DayOfWeek)[keyof typeof DayOfWeek];
|
|
516
|
+
/**
|
|
517
|
+
* @public
|
|
518
|
+
* @enum
|
|
519
|
+
*/
|
|
520
|
+
export declare const Month: {
|
|
521
|
+
readonly APRIL: "APRIL";
|
|
522
|
+
readonly AUGUST: "AUGUST";
|
|
523
|
+
readonly DECEMBER: "DECEMBER";
|
|
524
|
+
readonly FEBRUARY: "FEBRUARY";
|
|
525
|
+
readonly JANUARY: "JANUARY";
|
|
526
|
+
readonly JULY: "JULY";
|
|
527
|
+
readonly JUNE: "JUNE";
|
|
528
|
+
readonly MARCH: "MARCH";
|
|
529
|
+
readonly MAY: "MAY";
|
|
530
|
+
readonly NOVEMBER: "NOVEMBER";
|
|
531
|
+
readonly OCTOBER: "OCTOBER";
|
|
532
|
+
readonly SEPTEMBER: "SEPTEMBER";
|
|
533
|
+
};
|
|
534
|
+
/**
|
|
535
|
+
* @public
|
|
536
|
+
*/
|
|
537
|
+
export type Month = (typeof Month)[keyof typeof Month];
|
|
518
538
|
/**
|
|
519
539
|
* @public
|
|
520
540
|
* <p>The time boundary Forecast uses to align and aggregate your data to match your forecast frequency. Provide the unit of time and the time boundary as a key value pair. If you
|
|
@@ -764,34 +784,49 @@ export declare class ResourceNotFoundException extends __BaseException {
|
|
|
764
784
|
}
|
|
765
785
|
/**
|
|
766
786
|
* @public
|
|
787
|
+
* @enum
|
|
767
788
|
*/
|
|
768
|
-
export declare
|
|
769
|
-
ITEM_METADATA
|
|
770
|
-
RELATED_TIME_SERIES
|
|
771
|
-
TARGET_TIME_SERIES
|
|
772
|
-
}
|
|
789
|
+
export declare const DatasetType: {
|
|
790
|
+
readonly ITEM_METADATA: "ITEM_METADATA";
|
|
791
|
+
readonly RELATED_TIME_SERIES: "RELATED_TIME_SERIES";
|
|
792
|
+
readonly TARGET_TIME_SERIES: "TARGET_TIME_SERIES";
|
|
793
|
+
};
|
|
773
794
|
/**
|
|
774
795
|
* @public
|
|
775
796
|
*/
|
|
776
|
-
export
|
|
777
|
-
CUSTOM = "CUSTOM",
|
|
778
|
-
EC2_CAPACITY = "EC2_CAPACITY",
|
|
779
|
-
INVENTORY_PLANNING = "INVENTORY_PLANNING",
|
|
780
|
-
METRICS = "METRICS",
|
|
781
|
-
RETAIL = "RETAIL",
|
|
782
|
-
WEB_TRAFFIC = "WEB_TRAFFIC",
|
|
783
|
-
WORK_FORCE = "WORK_FORCE"
|
|
784
|
-
}
|
|
797
|
+
export type DatasetType = (typeof DatasetType)[keyof typeof DatasetType];
|
|
785
798
|
/**
|
|
786
799
|
* @public
|
|
800
|
+
* @enum
|
|
787
801
|
*/
|
|
788
|
-
export declare
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
802
|
+
export declare const Domain: {
|
|
803
|
+
readonly CUSTOM: "CUSTOM";
|
|
804
|
+
readonly EC2_CAPACITY: "EC2_CAPACITY";
|
|
805
|
+
readonly INVENTORY_PLANNING: "INVENTORY_PLANNING";
|
|
806
|
+
readonly METRICS: "METRICS";
|
|
807
|
+
readonly RETAIL: "RETAIL";
|
|
808
|
+
readonly WEB_TRAFFIC: "WEB_TRAFFIC";
|
|
809
|
+
readonly WORK_FORCE: "WORK_FORCE";
|
|
810
|
+
};
|
|
811
|
+
/**
|
|
812
|
+
* @public
|
|
813
|
+
*/
|
|
814
|
+
export type Domain = (typeof Domain)[keyof typeof Domain];
|
|
815
|
+
/**
|
|
816
|
+
* @public
|
|
817
|
+
* @enum
|
|
818
|
+
*/
|
|
819
|
+
export declare const AttributeType: {
|
|
820
|
+
readonly FLOAT: "float";
|
|
821
|
+
readonly GEOLOCATION: "geolocation";
|
|
822
|
+
readonly INTEGER: "integer";
|
|
823
|
+
readonly STRING: "string";
|
|
824
|
+
readonly TIMESTAMP: "timestamp";
|
|
825
|
+
};
|
|
826
|
+
/**
|
|
827
|
+
* @public
|
|
828
|
+
*/
|
|
829
|
+
export type AttributeType = (typeof AttributeType)[keyof typeof AttributeType];
|
|
795
830
|
/**
|
|
796
831
|
* @public
|
|
797
832
|
* <p>An attribute of a schema, which defines a dataset field. A schema attribute is required
|
|
@@ -1043,11 +1078,16 @@ export interface DataSource {
|
|
|
1043
1078
|
}
|
|
1044
1079
|
/**
|
|
1045
1080
|
* @public
|
|
1081
|
+
* @enum
|
|
1046
1082
|
*/
|
|
1047
|
-
export declare
|
|
1048
|
-
FULL
|
|
1049
|
-
INCREMENTAL
|
|
1050
|
-
}
|
|
1083
|
+
export declare const ImportMode: {
|
|
1084
|
+
readonly FULL: "FULL";
|
|
1085
|
+
readonly INCREMENTAL: "INCREMENTAL";
|
|
1086
|
+
};
|
|
1087
|
+
/**
|
|
1088
|
+
* @public
|
|
1089
|
+
*/
|
|
1090
|
+
export type ImportMode = (typeof ImportMode)[keyof typeof ImportMode];
|
|
1051
1091
|
/**
|
|
1052
1092
|
* @public
|
|
1053
1093
|
*/
|
|
@@ -1179,18 +1219,28 @@ export interface CreateDatasetImportJobResponse {
|
|
|
1179
1219
|
}
|
|
1180
1220
|
/**
|
|
1181
1221
|
* @public
|
|
1222
|
+
* @enum
|
|
1182
1223
|
*/
|
|
1183
|
-
export declare
|
|
1184
|
-
ALL
|
|
1185
|
-
SPECIFIC
|
|
1186
|
-
}
|
|
1224
|
+
export declare const TimePointGranularity: {
|
|
1225
|
+
readonly ALL: "ALL";
|
|
1226
|
+
readonly SPECIFIC: "SPECIFIC";
|
|
1227
|
+
};
|
|
1187
1228
|
/**
|
|
1188
1229
|
* @public
|
|
1189
1230
|
*/
|
|
1190
|
-
export
|
|
1191
|
-
|
|
1192
|
-
|
|
1193
|
-
|
|
1231
|
+
export type TimePointGranularity = (typeof TimePointGranularity)[keyof typeof TimePointGranularity];
|
|
1232
|
+
/**
|
|
1233
|
+
* @public
|
|
1234
|
+
* @enum
|
|
1235
|
+
*/
|
|
1236
|
+
export declare const TimeSeriesGranularity: {
|
|
1237
|
+
readonly ALL: "ALL";
|
|
1238
|
+
readonly SPECIFIC: "SPECIFIC";
|
|
1239
|
+
};
|
|
1240
|
+
/**
|
|
1241
|
+
* @public
|
|
1242
|
+
*/
|
|
1243
|
+
export type TimeSeriesGranularity = (typeof TimeSeriesGranularity)[keyof typeof TimeSeriesGranularity];
|
|
1194
1244
|
/**
|
|
1195
1245
|
* @public
|
|
1196
1246
|
* <p>The ExplainabilityConfig data type defines the number of time series and time points
|
|
@@ -1631,11 +1681,16 @@ export interface CreateMonitorResponse {
|
|
|
1631
1681
|
}
|
|
1632
1682
|
/**
|
|
1633
1683
|
* @public
|
|
1684
|
+
* @enum
|
|
1634
1685
|
*/
|
|
1635
|
-
export declare
|
|
1636
|
-
AccuracyOptimized
|
|
1637
|
-
LatencyOptimized
|
|
1638
|
-
}
|
|
1686
|
+
export declare const AutoMLOverrideStrategy: {
|
|
1687
|
+
readonly AccuracyOptimized: "AccuracyOptimized";
|
|
1688
|
+
readonly LatencyOptimized: "LatencyOptimized";
|
|
1689
|
+
};
|
|
1690
|
+
/**
|
|
1691
|
+
* @public
|
|
1692
|
+
*/
|
|
1693
|
+
export type AutoMLOverrideStrategy = (typeof AutoMLOverrideStrategy)[keyof typeof AutoMLOverrideStrategy];
|
|
1639
1694
|
/**
|
|
1640
1695
|
* @public
|
|
1641
1696
|
* <p>Parameters that define how to split a dataset into training data and testing data, and the
|
|
@@ -1662,10 +1717,15 @@ export interface EvaluationParameters {
|
|
|
1662
1717
|
}
|
|
1663
1718
|
/**
|
|
1664
1719
|
* @public
|
|
1720
|
+
* @enum
|
|
1665
1721
|
*/
|
|
1666
|
-
export declare
|
|
1667
|
-
filling
|
|
1668
|
-
}
|
|
1722
|
+
export declare const FeaturizationMethodName: {
|
|
1723
|
+
readonly filling: "filling";
|
|
1724
|
+
};
|
|
1725
|
+
/**
|
|
1726
|
+
* @public
|
|
1727
|
+
*/
|
|
1728
|
+
export type FeaturizationMethodName = (typeof FeaturizationMethodName)[keyof typeof FeaturizationMethodName];
|
|
1669
1729
|
/**
|
|
1670
1730
|
* @public
|
|
1671
1731
|
* <p>Provides information about the method that featurizes (transforms) a dataset field. The
|
|
@@ -1886,13 +1946,18 @@ export interface CategoricalParameterRange {
|
|
|
1886
1946
|
}
|
|
1887
1947
|
/**
|
|
1888
1948
|
* @public
|
|
1949
|
+
* @enum
|
|
1889
1950
|
*/
|
|
1890
|
-
export declare
|
|
1891
|
-
Auto
|
|
1892
|
-
Linear
|
|
1893
|
-
Logarithmic
|
|
1894
|
-
ReverseLogarithmic
|
|
1895
|
-
}
|
|
1951
|
+
export declare const ScalingType: {
|
|
1952
|
+
readonly Auto: "Auto";
|
|
1953
|
+
readonly Linear: "Linear";
|
|
1954
|
+
readonly Logarithmic: "Logarithmic";
|
|
1955
|
+
readonly ReverseLogarithmic: "ReverseLogarithmic";
|
|
1956
|
+
};
|
|
1957
|
+
/**
|
|
1958
|
+
* @public
|
|
1959
|
+
*/
|
|
1960
|
+
export type ScalingType = (typeof ScalingType)[keyof typeof ScalingType];
|
|
1896
1961
|
/**
|
|
1897
1962
|
* @public
|
|
1898
1963
|
* <p>Specifies a continuous hyperparameter and it's range of tunable values.
|
|
@@ -2638,13 +2703,18 @@ export interface TimeSeriesReplacementsDataSource {
|
|
|
2638
2703
|
}
|
|
2639
2704
|
/**
|
|
2640
2705
|
* @public
|
|
2706
|
+
* @enum
|
|
2641
2707
|
*/
|
|
2642
|
-
export declare
|
|
2643
|
-
EQUALS
|
|
2644
|
-
GREATER_THAN
|
|
2645
|
-
LESS_THAN
|
|
2646
|
-
NOT_EQUALS
|
|
2647
|
-
}
|
|
2708
|
+
export declare const Condition: {
|
|
2709
|
+
readonly EQUALS: "EQUALS";
|
|
2710
|
+
readonly GREATER_THAN: "GREATER_THAN";
|
|
2711
|
+
readonly LESS_THAN: "LESS_THAN";
|
|
2712
|
+
readonly NOT_EQUALS: "NOT_EQUALS";
|
|
2713
|
+
};
|
|
2714
|
+
/**
|
|
2715
|
+
* @public
|
|
2716
|
+
*/
|
|
2717
|
+
export type Condition = (typeof Condition)[keyof typeof Condition];
|
|
2648
2718
|
/**
|
|
2649
2719
|
* @public
|
|
2650
2720
|
* <p>Creates a subset of items within an attribute that are modified. For example, you can use this operation to create a subset of items that cost $5 or less. To do this, you specify <code>"AttributeName": "price"</code>, <code>"AttributeValue": "5"</code>, and <code>"Condition": "LESS_THAN"</code>. Pair this operation with the <a>Action</a> operation within the <a>CreateWhatIfForecastRequest$TimeSeriesTransformations</a> operation to define how the attribute is modified.</p>
|
|
@@ -2975,11 +3045,16 @@ export interface MonitorInfo {
|
|
|
2975
3045
|
}
|
|
2976
3046
|
/**
|
|
2977
3047
|
* @public
|
|
3048
|
+
* @enum
|
|
2978
3049
|
*/
|
|
2979
|
-
export declare
|
|
2980
|
-
Active
|
|
2981
|
-
Deleted
|
|
2982
|
-
}
|
|
3050
|
+
export declare const State: {
|
|
3051
|
+
readonly Active: "Active";
|
|
3052
|
+
readonly Deleted: "Deleted";
|
|
3053
|
+
};
|
|
3054
|
+
/**
|
|
3055
|
+
* @public
|
|
3056
|
+
*/
|
|
3057
|
+
export type State = (typeof State)[keyof typeof State];
|
|
2983
3058
|
/**
|
|
2984
3059
|
* @public
|
|
2985
3060
|
* <p>Provides a summary of the reference predictor used when retraining or upgrading a
|
|
@@ -4742,11 +4817,16 @@ export interface GetAccuracyMetricsRequest {
|
|
|
4742
4817
|
}
|
|
4743
4818
|
/**
|
|
4744
4819
|
* @public
|
|
4820
|
+
* @enum
|
|
4745
4821
|
*/
|
|
4746
|
-
export declare
|
|
4747
|
-
COMPUTED
|
|
4748
|
-
SUMMARY
|
|
4749
|
-
}
|
|
4822
|
+
export declare const EvaluationType: {
|
|
4823
|
+
readonly COMPUTED: "COMPUTED";
|
|
4824
|
+
readonly SUMMARY: "SUMMARY";
|
|
4825
|
+
};
|
|
4826
|
+
/**
|
|
4827
|
+
* @public
|
|
4828
|
+
*/
|
|
4829
|
+
export type EvaluationType = (typeof EvaluationType)[keyof typeof EvaluationType];
|
|
4750
4830
|
/**
|
|
4751
4831
|
* @public
|
|
4752
4832
|
* <p> Provides detailed error metrics to evaluate the performance of a predictor. This object
|
|
@@ -4972,11 +5052,16 @@ export interface ListDatasetGroupsResponse {
|
|
|
4972
5052
|
}
|
|
4973
5053
|
/**
|
|
4974
5054
|
* @public
|
|
5055
|
+
* @enum
|
|
4975
5056
|
*/
|
|
4976
|
-
export declare
|
|
4977
|
-
IS
|
|
4978
|
-
IS_NOT
|
|
4979
|
-
}
|
|
5057
|
+
export declare const FilterConditionString: {
|
|
5058
|
+
readonly IS: "IS";
|
|
5059
|
+
readonly IS_NOT: "IS_NOT";
|
|
5060
|
+
};
|
|
5061
|
+
/**
|
|
5062
|
+
* @public
|
|
5063
|
+
*/
|
|
5064
|
+
export type FilterConditionString = (typeof FilterConditionString)[keyof typeof FilterConditionString];
|
|
4980
5065
|
/**
|
|
4981
5066
|
* @public
|
|
4982
5067
|
* <p>Describes a filter for choosing a subset of objects. Each filter consists of a
|