@aws-sdk/client-personalize 3.325.0 → 3.326.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.
Files changed (67) hide show
  1. package/dist-types/commands/CreateBatchInferenceJobCommand.d.ts +6 -0
  2. package/dist-types/commands/CreateBatchSegmentJobCommand.d.ts +6 -0
  3. package/dist-types/commands/CreateCampaignCommand.d.ts +6 -0
  4. package/dist-types/commands/CreateDatasetCommand.d.ts +6 -0
  5. package/dist-types/commands/CreateDatasetExportJobCommand.d.ts +6 -0
  6. package/dist-types/commands/CreateDatasetGroupCommand.d.ts +7 -0
  7. package/dist-types/commands/CreateDatasetImportJobCommand.d.ts +6 -0
  8. package/dist-types/commands/CreateEventTrackerCommand.d.ts +7 -0
  9. package/dist-types/commands/CreateFilterCommand.d.ts +6 -0
  10. package/dist-types/commands/CreateMetricAttributionCommand.d.ts +6 -0
  11. package/dist-types/commands/CreateRecommenderCommand.d.ts +6 -0
  12. package/dist-types/commands/CreateSchemaCommand.d.ts +6 -0
  13. package/dist-types/commands/CreateSolutionCommand.d.ts +6 -0
  14. package/dist-types/commands/CreateSolutionVersionCommand.d.ts +6 -0
  15. package/dist-types/commands/DeleteCampaignCommand.d.ts +4 -0
  16. package/dist-types/commands/DeleteDatasetCommand.d.ts +4 -0
  17. package/dist-types/commands/DeleteDatasetGroupCommand.d.ts +4 -0
  18. package/dist-types/commands/DeleteEventTrackerCommand.d.ts +4 -0
  19. package/dist-types/commands/DeleteFilterCommand.d.ts +4 -0
  20. package/dist-types/commands/DeleteMetricAttributionCommand.d.ts +4 -0
  21. package/dist-types/commands/DeleteRecommenderCommand.d.ts +4 -0
  22. package/dist-types/commands/DeleteSchemaCommand.d.ts +4 -0
  23. package/dist-types/commands/DeleteSolutionCommand.d.ts +4 -0
  24. package/dist-types/commands/DescribeAlgorithmCommand.d.ts +50 -0
  25. package/dist-types/commands/DescribeBatchInferenceJobCommand.d.ts +34 -0
  26. package/dist-types/commands/DescribeBatchSegmentJobCommand.d.ts +29 -0
  27. package/dist-types/commands/DescribeCampaignCommand.d.ts +33 -0
  28. package/dist-types/commands/DescribeDatasetCommand.d.ts +15 -0
  29. package/dist-types/commands/DescribeDatasetExportJobCommand.d.ts +22 -0
  30. package/dist-types/commands/DescribeDatasetGroupCommand.d.ts +16 -0
  31. package/dist-types/commands/DescribeDatasetImportJobCommand.d.ts +20 -0
  32. package/dist-types/commands/DescribeEventTrackerCommand.d.ts +15 -0
  33. package/dist-types/commands/DescribeFeatureTransformationCommand.d.ts +15 -0
  34. package/dist-types/commands/DescribeFilterCommand.d.ts +15 -0
  35. package/dist-types/commands/DescribeMetricAttributionCommand.d.ts +21 -0
  36. package/dist-types/commands/DescribeRecipeCommand.d.ts +16 -0
  37. package/dist-types/commands/DescribeRecommenderCommand.d.ts +36 -0
  38. package/dist-types/commands/DescribeSchemaCommand.d.ts +13 -0
  39. package/dist-types/commands/DescribeSolutionCommand.d.ts +81 -0
  40. package/dist-types/commands/DescribeSolutionVersionCommand.d.ts +80 -0
  41. package/dist-types/commands/GetSolutionMetricsCommand.d.ts +9 -0
  42. package/dist-types/commands/ListBatchInferenceJobsCommand.d.ts +17 -0
  43. package/dist-types/commands/ListBatchSegmentJobsCommand.d.ts +17 -0
  44. package/dist-types/commands/ListCampaignsCommand.d.ts +16 -0
  45. package/dist-types/commands/ListDatasetExportJobsCommand.d.ts +16 -0
  46. package/dist-types/commands/ListDatasetGroupsCommand.d.ts +17 -0
  47. package/dist-types/commands/ListDatasetImportJobsCommand.d.ts +17 -0
  48. package/dist-types/commands/ListDatasetsCommand.d.ts +16 -0
  49. package/dist-types/commands/ListEventTrackersCommand.d.ts +15 -0
  50. package/dist-types/commands/ListFiltersCommand.d.ts +17 -0
  51. package/dist-types/commands/ListMetricAttributionMetricsCommand.d.ts +13 -0
  52. package/dist-types/commands/ListMetricAttributionsCommand.d.ts +16 -0
  53. package/dist-types/commands/ListRecipesCommand.d.ts +16 -0
  54. package/dist-types/commands/ListRecommendersCommand.d.ts +23 -0
  55. package/dist-types/commands/ListSchemasCommand.d.ts +15 -0
  56. package/dist-types/commands/ListSolutionVersionsCommand.d.ts +15 -0
  57. package/dist-types/commands/ListSolutionsCommand.d.ts +16 -0
  58. package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
  59. package/dist-types/commands/StartRecommenderCommand.d.ts +6 -0
  60. package/dist-types/commands/StopRecommenderCommand.d.ts +6 -0
  61. package/dist-types/commands/StopSolutionVersionCreationCommand.d.ts +4 -0
  62. package/dist-types/commands/TagResourceCommand.d.ts +4 -0
  63. package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
  64. package/dist-types/commands/UpdateCampaignCommand.d.ts +6 -0
  65. package/dist-types/commands/UpdateMetricAttributionCommand.d.ts +6 -0
  66. package/dist-types/commands/UpdateRecommenderCommand.d.ts +6 -0
  67. package/package.json +3 -3
@@ -43,6 +43,37 @@ export interface DescribeCampaignCommandOutput extends DescribeCampaignResponse,
43
43
  * };
44
44
  * const command = new DescribeCampaignCommand(input);
45
45
  * const response = await client.send(command);
46
+ * // { // DescribeCampaignResponse
47
+ * // campaign: { // Campaign
48
+ * // name: "STRING_VALUE",
49
+ * // campaignArn: "STRING_VALUE",
50
+ * // solutionVersionArn: "STRING_VALUE",
51
+ * // minProvisionedTPS: Number("int"),
52
+ * // campaignConfig: { // CampaignConfig
53
+ * // itemExplorationConfig: { // HyperParameters
54
+ * // "<keys>": "STRING_VALUE",
55
+ * // },
56
+ * // },
57
+ * // status: "STRING_VALUE",
58
+ * // failureReason: "STRING_VALUE",
59
+ * // creationDateTime: new Date("TIMESTAMP"),
60
+ * // lastUpdatedDateTime: new Date("TIMESTAMP"),
61
+ * // latestCampaignUpdate: { // CampaignUpdateSummary
62
+ * // solutionVersionArn: "STRING_VALUE",
63
+ * // minProvisionedTPS: Number("int"),
64
+ * // campaignConfig: {
65
+ * // itemExplorationConfig: {
66
+ * // "<keys>": "STRING_VALUE",
67
+ * // },
68
+ * // },
69
+ * // status: "STRING_VALUE",
70
+ * // failureReason: "STRING_VALUE",
71
+ * // creationDateTime: new Date("TIMESTAMP"),
72
+ * // lastUpdatedDateTime: new Date("TIMESTAMP"),
73
+ * // },
74
+ * // },
75
+ * // };
76
+ *
46
77
  * ```
47
78
  *
48
79
  * @param DescribeCampaignCommandInput - {@link DescribeCampaignCommandInput}
@@ -57,6 +88,8 @@ export interface DescribeCampaignCommandOutput extends DescribeCampaignResponse,
57
88
  * @throws {@link ResourceNotFoundException} (client fault)
58
89
  * <p>Could not find the specified resource.</p>
59
90
  *
91
+ * @throws {@link PersonalizeServiceException}
92
+ * <p>Base exception class for all service exceptions from Personalize service.</p>
60
93
  *
61
94
  */
62
95
  export declare class DescribeCampaignCommand extends $Command<DescribeCampaignCommandInput, DescribeCampaignCommandOutput, PersonalizeClientResolvedConfig> {
@@ -32,6 +32,19 @@ export interface DescribeDatasetCommandOutput extends DescribeDatasetResponse, _
32
32
  * };
33
33
  * const command = new DescribeDatasetCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // { // DescribeDatasetResponse
36
+ * // dataset: { // Dataset
37
+ * // name: "STRING_VALUE",
38
+ * // datasetArn: "STRING_VALUE",
39
+ * // datasetGroupArn: "STRING_VALUE",
40
+ * // datasetType: "STRING_VALUE",
41
+ * // schemaArn: "STRING_VALUE",
42
+ * // status: "STRING_VALUE",
43
+ * // creationDateTime: new Date("TIMESTAMP"),
44
+ * // lastUpdatedDateTime: new Date("TIMESTAMP"),
45
+ * // },
46
+ * // };
47
+ *
35
48
  * ```
36
49
  *
37
50
  * @param DescribeDatasetCommandInput - {@link DescribeDatasetCommandInput}
@@ -46,6 +59,8 @@ export interface DescribeDatasetCommandOutput extends DescribeDatasetResponse, _
46
59
  * @throws {@link ResourceNotFoundException} (client fault)
47
60
  * <p>Could not find the specified resource.</p>
48
61
  *
62
+ * @throws {@link PersonalizeServiceException}
63
+ * <p>Base exception class for all service exceptions from Personalize service.</p>
49
64
  *
50
65
  */
51
66
  export declare class DescribeDatasetCommand extends $Command<DescribeDatasetCommandInput, DescribeDatasetCommandOutput, PersonalizeClientResolvedConfig> {
@@ -31,6 +31,26 @@ export interface DescribeDatasetExportJobCommandOutput extends DescribeDatasetEx
31
31
  * };
32
32
  * const command = new DescribeDatasetExportJobCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // { // DescribeDatasetExportJobResponse
35
+ * // datasetExportJob: { // DatasetExportJob
36
+ * // jobName: "STRING_VALUE",
37
+ * // datasetExportJobArn: "STRING_VALUE",
38
+ * // datasetArn: "STRING_VALUE",
39
+ * // ingestionMode: "BULK" || "PUT" || "ALL",
40
+ * // roleArn: "STRING_VALUE",
41
+ * // status: "STRING_VALUE",
42
+ * // jobOutput: { // DatasetExportJobOutput
43
+ * // s3DataDestination: { // S3DataConfig
44
+ * // path: "STRING_VALUE", // required
45
+ * // kmsKeyArn: "STRING_VALUE",
46
+ * // },
47
+ * // },
48
+ * // creationDateTime: new Date("TIMESTAMP"),
49
+ * // lastUpdatedDateTime: new Date("TIMESTAMP"),
50
+ * // failureReason: "STRING_VALUE",
51
+ * // },
52
+ * // };
53
+ *
34
54
  * ```
35
55
  *
36
56
  * @param DescribeDatasetExportJobCommandInput - {@link DescribeDatasetExportJobCommandInput}
@@ -45,6 +65,8 @@ export interface DescribeDatasetExportJobCommandOutput extends DescribeDatasetEx
45
65
  * @throws {@link ResourceNotFoundException} (client fault)
46
66
  * <p>Could not find the specified resource.</p>
47
67
  *
68
+ * @throws {@link PersonalizeServiceException}
69
+ * <p>Base exception class for all service exceptions from Personalize service.</p>
48
70
  *
49
71
  */
50
72
  export declare class DescribeDatasetExportJobCommand extends $Command<DescribeDatasetExportJobCommandInput, DescribeDatasetExportJobCommandOutput, PersonalizeClientResolvedConfig> {
@@ -32,6 +32,20 @@ export interface DescribeDatasetGroupCommandOutput extends DescribeDatasetGroupR
32
32
  * };
33
33
  * const command = new DescribeDatasetGroupCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // { // DescribeDatasetGroupResponse
36
+ * // datasetGroup: { // DatasetGroup
37
+ * // name: "STRING_VALUE",
38
+ * // datasetGroupArn: "STRING_VALUE",
39
+ * // status: "STRING_VALUE",
40
+ * // roleArn: "STRING_VALUE",
41
+ * // kmsKeyArn: "STRING_VALUE",
42
+ * // creationDateTime: new Date("TIMESTAMP"),
43
+ * // lastUpdatedDateTime: new Date("TIMESTAMP"),
44
+ * // failureReason: "STRING_VALUE",
45
+ * // domain: "ECOMMERCE" || "VIDEO_ON_DEMAND",
46
+ * // },
47
+ * // };
48
+ *
35
49
  * ```
36
50
  *
37
51
  * @param DescribeDatasetGroupCommandInput - {@link DescribeDatasetGroupCommandInput}
@@ -46,6 +60,8 @@ export interface DescribeDatasetGroupCommandOutput extends DescribeDatasetGroupR
46
60
  * @throws {@link ResourceNotFoundException} (client fault)
47
61
  * <p>Could not find the specified resource.</p>
48
62
  *
63
+ * @throws {@link PersonalizeServiceException}
64
+ * <p>Base exception class for all service exceptions from Personalize service.</p>
49
65
  *
50
66
  */
51
67
  export declare class DescribeDatasetGroupCommand extends $Command<DescribeDatasetGroupCommandInput, DescribeDatasetGroupCommandOutput, PersonalizeClientResolvedConfig> {
@@ -31,6 +31,24 @@ export interface DescribeDatasetImportJobCommandOutput extends DescribeDatasetIm
31
31
  * };
32
32
  * const command = new DescribeDatasetImportJobCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // { // DescribeDatasetImportJobResponse
35
+ * // datasetImportJob: { // DatasetImportJob
36
+ * // jobName: "STRING_VALUE",
37
+ * // datasetImportJobArn: "STRING_VALUE",
38
+ * // datasetArn: "STRING_VALUE",
39
+ * // dataSource: { // DataSource
40
+ * // dataLocation: "STRING_VALUE",
41
+ * // },
42
+ * // roleArn: "STRING_VALUE",
43
+ * // status: "STRING_VALUE",
44
+ * // creationDateTime: new Date("TIMESTAMP"),
45
+ * // lastUpdatedDateTime: new Date("TIMESTAMP"),
46
+ * // failureReason: "STRING_VALUE",
47
+ * // importMode: "FULL" || "INCREMENTAL",
48
+ * // publishAttributionMetricsToS3: true || false,
49
+ * // },
50
+ * // };
51
+ *
34
52
  * ```
35
53
  *
36
54
  * @param DescribeDatasetImportJobCommandInput - {@link DescribeDatasetImportJobCommandInput}
@@ -45,6 +63,8 @@ export interface DescribeDatasetImportJobCommandOutput extends DescribeDatasetIm
45
63
  * @throws {@link ResourceNotFoundException} (client fault)
46
64
  * <p>Could not find the specified resource.</p>
47
65
  *
66
+ * @throws {@link PersonalizeServiceException}
67
+ * <p>Base exception class for all service exceptions from Personalize service.</p>
48
68
  *
49
69
  */
50
70
  export declare class DescribeDatasetImportJobCommand extends $Command<DescribeDatasetImportJobCommandInput, DescribeDatasetImportJobCommandOutput, PersonalizeClientResolvedConfig> {
@@ -33,6 +33,19 @@ export interface DescribeEventTrackerCommandOutput extends DescribeEventTrackerR
33
33
  * };
34
34
  * const command = new DescribeEventTrackerCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // { // DescribeEventTrackerResponse
37
+ * // eventTracker: { // EventTracker
38
+ * // name: "STRING_VALUE",
39
+ * // eventTrackerArn: "STRING_VALUE",
40
+ * // accountId: "STRING_VALUE",
41
+ * // trackingId: "STRING_VALUE",
42
+ * // datasetGroupArn: "STRING_VALUE",
43
+ * // status: "STRING_VALUE",
44
+ * // creationDateTime: new Date("TIMESTAMP"),
45
+ * // lastUpdatedDateTime: new Date("TIMESTAMP"),
46
+ * // },
47
+ * // };
48
+ *
36
49
  * ```
37
50
  *
38
51
  * @param DescribeEventTrackerCommandInput - {@link DescribeEventTrackerCommandInput}
@@ -47,6 +60,8 @@ export interface DescribeEventTrackerCommandOutput extends DescribeEventTrackerR
47
60
  * @throws {@link ResourceNotFoundException} (client fault)
48
61
  * <p>Could not find the specified resource.</p>
49
62
  *
63
+ * @throws {@link PersonalizeServiceException}
64
+ * <p>Base exception class for all service exceptions from Personalize service.</p>
50
65
  *
51
66
  */
52
67
  export declare class DescribeEventTrackerCommand extends $Command<DescribeEventTrackerCommandInput, DescribeEventTrackerCommandOutput, PersonalizeClientResolvedConfig> {
@@ -31,6 +31,19 @@ export interface DescribeFeatureTransformationCommandOutput extends DescribeFeat
31
31
  * };
32
32
  * const command = new DescribeFeatureTransformationCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // { // DescribeFeatureTransformationResponse
35
+ * // featureTransformation: { // FeatureTransformation
36
+ * // name: "STRING_VALUE",
37
+ * // featureTransformationArn: "STRING_VALUE",
38
+ * // defaultParameters: { // FeaturizationParameters
39
+ * // "<keys>": "STRING_VALUE",
40
+ * // },
41
+ * // creationDateTime: new Date("TIMESTAMP"),
42
+ * // lastUpdatedDateTime: new Date("TIMESTAMP"),
43
+ * // status: "STRING_VALUE",
44
+ * // },
45
+ * // };
46
+ *
34
47
  * ```
35
48
  *
36
49
  * @param DescribeFeatureTransformationCommandInput - {@link DescribeFeatureTransformationCommandInput}
@@ -45,6 +58,8 @@ export interface DescribeFeatureTransformationCommandOutput extends DescribeFeat
45
58
  * @throws {@link ResourceNotFoundException} (client fault)
46
59
  * <p>Could not find the specified resource.</p>
47
60
  *
61
+ * @throws {@link PersonalizeServiceException}
62
+ * <p>Base exception class for all service exceptions from Personalize service.</p>
48
63
  *
49
64
  */
50
65
  export declare class DescribeFeatureTransformationCommand extends $Command<DescribeFeatureTransformationCommandInput, DescribeFeatureTransformationCommandOutput, PersonalizeClientResolvedConfig> {
@@ -31,6 +31,19 @@ export interface DescribeFilterCommandOutput extends DescribeFilterResponse, __M
31
31
  * };
32
32
  * const command = new DescribeFilterCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // { // DescribeFilterResponse
35
+ * // filter: { // Filter
36
+ * // name: "STRING_VALUE",
37
+ * // filterArn: "STRING_VALUE",
38
+ * // creationDateTime: new Date("TIMESTAMP"),
39
+ * // lastUpdatedDateTime: new Date("TIMESTAMP"),
40
+ * // datasetGroupArn: "STRING_VALUE",
41
+ * // failureReason: "STRING_VALUE",
42
+ * // filterExpression: "STRING_VALUE",
43
+ * // status: "STRING_VALUE",
44
+ * // },
45
+ * // };
46
+ *
34
47
  * ```
35
48
  *
36
49
  * @param DescribeFilterCommandInput - {@link DescribeFilterCommandInput}
@@ -45,6 +58,8 @@ export interface DescribeFilterCommandOutput extends DescribeFilterResponse, __M
45
58
  * @throws {@link ResourceNotFoundException} (client fault)
46
59
  * <p>Could not find the specified resource.</p>
47
60
  *
61
+ * @throws {@link PersonalizeServiceException}
62
+ * <p>Base exception class for all service exceptions from Personalize service.</p>
48
63
  *
49
64
  */
50
65
  export declare class DescribeFilterCommand extends $Command<DescribeFilterCommandInput, DescribeFilterCommandOutput, PersonalizeClientResolvedConfig> {
@@ -31,6 +31,25 @@ export interface DescribeMetricAttributionCommandOutput extends DescribeMetricAt
31
31
  * };
32
32
  * const command = new DescribeMetricAttributionCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // { // DescribeMetricAttributionResponse
35
+ * // metricAttribution: { // MetricAttribution
36
+ * // name: "STRING_VALUE",
37
+ * // metricAttributionArn: "STRING_VALUE",
38
+ * // datasetGroupArn: "STRING_VALUE",
39
+ * // metricsOutputConfig: { // MetricAttributionOutput
40
+ * // s3DataDestination: { // S3DataConfig
41
+ * // path: "STRING_VALUE", // required
42
+ * // kmsKeyArn: "STRING_VALUE",
43
+ * // },
44
+ * // roleArn: "STRING_VALUE", // required
45
+ * // },
46
+ * // status: "STRING_VALUE",
47
+ * // creationDateTime: new Date("TIMESTAMP"),
48
+ * // lastUpdatedDateTime: new Date("TIMESTAMP"),
49
+ * // failureReason: "STRING_VALUE",
50
+ * // },
51
+ * // };
52
+ *
34
53
  * ```
35
54
  *
36
55
  * @param DescribeMetricAttributionCommandInput - {@link DescribeMetricAttributionCommandInput}
@@ -45,6 +64,8 @@ export interface DescribeMetricAttributionCommandOutput extends DescribeMetricAt
45
64
  * @throws {@link ResourceNotFoundException} (client fault)
46
65
  * <p>Could not find the specified resource.</p>
47
66
  *
67
+ * @throws {@link PersonalizeServiceException}
68
+ * <p>Base exception class for all service exceptions from Personalize service.</p>
48
69
  *
49
70
  */
50
71
  export declare class DescribeMetricAttributionCommand extends $Command<DescribeMetricAttributionCommandInput, DescribeMetricAttributionCommandOutput, PersonalizeClientResolvedConfig> {
@@ -49,6 +49,20 @@ export interface DescribeRecipeCommandOutput extends DescribeRecipeResponse, __M
49
49
  * };
50
50
  * const command = new DescribeRecipeCommand(input);
51
51
  * const response = await client.send(command);
52
+ * // { // DescribeRecipeResponse
53
+ * // recipe: { // Recipe
54
+ * // name: "STRING_VALUE",
55
+ * // recipeArn: "STRING_VALUE",
56
+ * // algorithmArn: "STRING_VALUE",
57
+ * // featureTransformationArn: "STRING_VALUE",
58
+ * // status: "STRING_VALUE",
59
+ * // description: "STRING_VALUE",
60
+ * // creationDateTime: new Date("TIMESTAMP"),
61
+ * // recipeType: "STRING_VALUE",
62
+ * // lastUpdatedDateTime: new Date("TIMESTAMP"),
63
+ * // },
64
+ * // };
65
+ *
52
66
  * ```
53
67
  *
54
68
  * @param DescribeRecipeCommandInput - {@link DescribeRecipeCommandInput}
@@ -63,6 +77,8 @@ export interface DescribeRecipeCommandOutput extends DescribeRecipeResponse, __M
63
77
  * @throws {@link ResourceNotFoundException} (client fault)
64
78
  * <p>Could not find the specified resource.</p>
65
79
  *
80
+ * @throws {@link PersonalizeServiceException}
81
+ * <p>Base exception class for all service exceptions from Personalize service.</p>
66
82
  *
67
83
  */
68
84
  export declare class DescribeRecipeCommand extends $Command<DescribeRecipeCommandInput, DescribeRecipeCommandOutput, PersonalizeClientResolvedConfig> {
@@ -48,6 +48,40 @@ export interface DescribeRecommenderCommandOutput extends DescribeRecommenderRes
48
48
  * };
49
49
  * const command = new DescribeRecommenderCommand(input);
50
50
  * const response = await client.send(command);
51
+ * // { // DescribeRecommenderResponse
52
+ * // recommender: { // Recommender
53
+ * // recommenderArn: "STRING_VALUE",
54
+ * // datasetGroupArn: "STRING_VALUE",
55
+ * // name: "STRING_VALUE",
56
+ * // recipeArn: "STRING_VALUE",
57
+ * // recommenderConfig: { // RecommenderConfig
58
+ * // itemExplorationConfig: { // HyperParameters
59
+ * // "<keys>": "STRING_VALUE",
60
+ * // },
61
+ * // minRecommendationRequestsPerSecond: Number("int"),
62
+ * // },
63
+ * // creationDateTime: new Date("TIMESTAMP"),
64
+ * // lastUpdatedDateTime: new Date("TIMESTAMP"),
65
+ * // status: "STRING_VALUE",
66
+ * // failureReason: "STRING_VALUE",
67
+ * // latestRecommenderUpdate: { // RecommenderUpdateSummary
68
+ * // recommenderConfig: {
69
+ * // itemExplorationConfig: {
70
+ * // "<keys>": "STRING_VALUE",
71
+ * // },
72
+ * // minRecommendationRequestsPerSecond: Number("int"),
73
+ * // },
74
+ * // creationDateTime: new Date("TIMESTAMP"),
75
+ * // lastUpdatedDateTime: new Date("TIMESTAMP"),
76
+ * // status: "STRING_VALUE",
77
+ * // failureReason: "STRING_VALUE",
78
+ * // },
79
+ * // modelMetrics: { // Metrics
80
+ * // "<keys>": Number("double"),
81
+ * // },
82
+ * // },
83
+ * // };
84
+ *
51
85
  * ```
52
86
  *
53
87
  * @param DescribeRecommenderCommandInput - {@link DescribeRecommenderCommandInput}
@@ -62,6 +96,8 @@ export interface DescribeRecommenderCommandOutput extends DescribeRecommenderRes
62
96
  * @throws {@link ResourceNotFoundException} (client fault)
63
97
  * <p>Could not find the specified resource.</p>
64
98
  *
99
+ * @throws {@link PersonalizeServiceException}
100
+ * <p>Base exception class for all service exceptions from Personalize service.</p>
65
101
  *
66
102
  */
67
103
  export declare class DescribeRecommenderCommand extends $Command<DescribeRecommenderCommandInput, DescribeRecommenderCommandOutput, PersonalizeClientResolvedConfig> {
@@ -32,6 +32,17 @@ export interface DescribeSchemaCommandOutput extends DescribeSchemaResponse, __M
32
32
  * };
33
33
  * const command = new DescribeSchemaCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // { // DescribeSchemaResponse
36
+ * // schema: { // DatasetSchema
37
+ * // name: "STRING_VALUE",
38
+ * // schemaArn: "STRING_VALUE",
39
+ * // schema: "STRING_VALUE",
40
+ * // creationDateTime: new Date("TIMESTAMP"),
41
+ * // lastUpdatedDateTime: new Date("TIMESTAMP"),
42
+ * // domain: "ECOMMERCE" || "VIDEO_ON_DEMAND",
43
+ * // },
44
+ * // };
45
+ *
35
46
  * ```
36
47
  *
37
48
  * @param DescribeSchemaCommandInput - {@link DescribeSchemaCommandInput}
@@ -46,6 +57,8 @@ export interface DescribeSchemaCommandOutput extends DescribeSchemaResponse, __M
46
57
  * @throws {@link ResourceNotFoundException} (client fault)
47
58
  * <p>Could not find the specified resource.</p>
48
59
  *
60
+ * @throws {@link PersonalizeServiceException}
61
+ * <p>Base exception class for all service exceptions from Personalize service.</p>
49
62
  *
50
63
  */
51
64
  export declare class DescribeSchemaCommand extends $Command<DescribeSchemaCommandInput, DescribeSchemaCommandOutput, PersonalizeClientResolvedConfig> {
@@ -32,6 +32,85 @@ export interface DescribeSolutionCommandOutput extends DescribeSolutionResponse,
32
32
  * };
33
33
  * const command = new DescribeSolutionCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // { // DescribeSolutionResponse
36
+ * // solution: { // Solution
37
+ * // name: "STRING_VALUE",
38
+ * // solutionArn: "STRING_VALUE",
39
+ * // performHPO: true || false,
40
+ * // performAutoML: true || false,
41
+ * // recipeArn: "STRING_VALUE",
42
+ * // datasetGroupArn: "STRING_VALUE",
43
+ * // eventType: "STRING_VALUE",
44
+ * // solutionConfig: { // SolutionConfig
45
+ * // eventValueThreshold: "STRING_VALUE",
46
+ * // hpoConfig: { // HPOConfig
47
+ * // hpoObjective: { // HPOObjective
48
+ * // type: "STRING_VALUE",
49
+ * // metricName: "STRING_VALUE",
50
+ * // metricRegex: "STRING_VALUE",
51
+ * // },
52
+ * // hpoResourceConfig: { // HPOResourceConfig
53
+ * // maxNumberOfTrainingJobs: "STRING_VALUE",
54
+ * // maxParallelTrainingJobs: "STRING_VALUE",
55
+ * // },
56
+ * // algorithmHyperParameterRanges: { // HyperParameterRanges
57
+ * // integerHyperParameterRanges: [ // IntegerHyperParameterRanges
58
+ * // { // IntegerHyperParameterRange
59
+ * // name: "STRING_VALUE",
60
+ * // minValue: Number("int"),
61
+ * // maxValue: Number("int"),
62
+ * // },
63
+ * // ],
64
+ * // continuousHyperParameterRanges: [ // ContinuousHyperParameterRanges
65
+ * // { // ContinuousHyperParameterRange
66
+ * // name: "STRING_VALUE",
67
+ * // minValue: Number("double"),
68
+ * // maxValue: Number("double"),
69
+ * // },
70
+ * // ],
71
+ * // categoricalHyperParameterRanges: [ // CategoricalHyperParameterRanges
72
+ * // { // CategoricalHyperParameterRange
73
+ * // name: "STRING_VALUE",
74
+ * // values: [ // CategoricalValues
75
+ * // "STRING_VALUE",
76
+ * // ],
77
+ * // },
78
+ * // ],
79
+ * // },
80
+ * // },
81
+ * // algorithmHyperParameters: { // HyperParameters
82
+ * // "<keys>": "STRING_VALUE",
83
+ * // },
84
+ * // featureTransformationParameters: { // FeatureTransformationParameters
85
+ * // "<keys>": "STRING_VALUE",
86
+ * // },
87
+ * // autoMLConfig: { // AutoMLConfig
88
+ * // metricName: "STRING_VALUE",
89
+ * // recipeList: [ // ArnList
90
+ * // "STRING_VALUE",
91
+ * // ],
92
+ * // },
93
+ * // optimizationObjective: { // OptimizationObjective
94
+ * // itemAttribute: "STRING_VALUE",
95
+ * // objectiveSensitivity: "LOW" || "MEDIUM" || "HIGH" || "OFF",
96
+ * // },
97
+ * // },
98
+ * // autoMLResult: { // AutoMLResult
99
+ * // bestRecipeArn: "STRING_VALUE",
100
+ * // },
101
+ * // status: "STRING_VALUE",
102
+ * // creationDateTime: new Date("TIMESTAMP"),
103
+ * // lastUpdatedDateTime: new Date("TIMESTAMP"),
104
+ * // latestSolutionVersion: { // SolutionVersionSummary
105
+ * // solutionVersionArn: "STRING_VALUE",
106
+ * // status: "STRING_VALUE",
107
+ * // creationDateTime: new Date("TIMESTAMP"),
108
+ * // lastUpdatedDateTime: new Date("TIMESTAMP"),
109
+ * // failureReason: "STRING_VALUE",
110
+ * // },
111
+ * // },
112
+ * // };
113
+ *
35
114
  * ```
36
115
  *
37
116
  * @param DescribeSolutionCommandInput - {@link DescribeSolutionCommandInput}
@@ -46,6 +125,8 @@ export interface DescribeSolutionCommandOutput extends DescribeSolutionResponse,
46
125
  * @throws {@link ResourceNotFoundException} (client fault)
47
126
  * <p>Could not find the specified resource.</p>
48
127
  *
128
+ * @throws {@link PersonalizeServiceException}
129
+ * <p>Base exception class for all service exceptions from Personalize service.</p>
49
130
  *
50
131
  */
51
132
  export declare class DescribeSolutionCommand extends $Command<DescribeSolutionCommandInput, DescribeSolutionCommandOutput, PersonalizeClientResolvedConfig> {
@@ -32,6 +32,84 @@ export interface DescribeSolutionVersionCommandOutput extends DescribeSolutionVe
32
32
  * };
33
33
  * const command = new DescribeSolutionVersionCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // { // DescribeSolutionVersionResponse
36
+ * // solutionVersion: { // SolutionVersion
37
+ * // name: "STRING_VALUE",
38
+ * // solutionVersionArn: "STRING_VALUE",
39
+ * // solutionArn: "STRING_VALUE",
40
+ * // performHPO: true || false,
41
+ * // performAutoML: true || false,
42
+ * // recipeArn: "STRING_VALUE",
43
+ * // eventType: "STRING_VALUE",
44
+ * // datasetGroupArn: "STRING_VALUE",
45
+ * // solutionConfig: { // SolutionConfig
46
+ * // eventValueThreshold: "STRING_VALUE",
47
+ * // hpoConfig: { // HPOConfig
48
+ * // hpoObjective: { // HPOObjective
49
+ * // type: "STRING_VALUE",
50
+ * // metricName: "STRING_VALUE",
51
+ * // metricRegex: "STRING_VALUE",
52
+ * // },
53
+ * // hpoResourceConfig: { // HPOResourceConfig
54
+ * // maxNumberOfTrainingJobs: "STRING_VALUE",
55
+ * // maxParallelTrainingJobs: "STRING_VALUE",
56
+ * // },
57
+ * // algorithmHyperParameterRanges: { // HyperParameterRanges
58
+ * // integerHyperParameterRanges: [ // IntegerHyperParameterRanges
59
+ * // { // IntegerHyperParameterRange
60
+ * // name: "STRING_VALUE",
61
+ * // minValue: Number("int"),
62
+ * // maxValue: Number("int"),
63
+ * // },
64
+ * // ],
65
+ * // continuousHyperParameterRanges: [ // ContinuousHyperParameterRanges
66
+ * // { // ContinuousHyperParameterRange
67
+ * // name: "STRING_VALUE",
68
+ * // minValue: Number("double"),
69
+ * // maxValue: Number("double"),
70
+ * // },
71
+ * // ],
72
+ * // categoricalHyperParameterRanges: [ // CategoricalHyperParameterRanges
73
+ * // { // CategoricalHyperParameterRange
74
+ * // name: "STRING_VALUE",
75
+ * // values: [ // CategoricalValues
76
+ * // "STRING_VALUE",
77
+ * // ],
78
+ * // },
79
+ * // ],
80
+ * // },
81
+ * // },
82
+ * // algorithmHyperParameters: { // HyperParameters
83
+ * // "<keys>": "STRING_VALUE",
84
+ * // },
85
+ * // featureTransformationParameters: { // FeatureTransformationParameters
86
+ * // "<keys>": "STRING_VALUE",
87
+ * // },
88
+ * // autoMLConfig: { // AutoMLConfig
89
+ * // metricName: "STRING_VALUE",
90
+ * // recipeList: [ // ArnList
91
+ * // "STRING_VALUE",
92
+ * // ],
93
+ * // },
94
+ * // optimizationObjective: { // OptimizationObjective
95
+ * // itemAttribute: "STRING_VALUE",
96
+ * // objectiveSensitivity: "LOW" || "MEDIUM" || "HIGH" || "OFF",
97
+ * // },
98
+ * // },
99
+ * // trainingHours: Number("double"),
100
+ * // trainingMode: "FULL" || "UPDATE",
101
+ * // tunedHPOParams: { // TunedHPOParams
102
+ * // algorithmHyperParameters: {
103
+ * // "<keys>": "STRING_VALUE",
104
+ * // },
105
+ * // },
106
+ * // status: "STRING_VALUE",
107
+ * // failureReason: "STRING_VALUE",
108
+ * // creationDateTime: new Date("TIMESTAMP"),
109
+ * // lastUpdatedDateTime: new Date("TIMESTAMP"),
110
+ * // },
111
+ * // };
112
+ *
35
113
  * ```
36
114
  *
37
115
  * @param DescribeSolutionVersionCommandInput - {@link DescribeSolutionVersionCommandInput}
@@ -46,6 +124,8 @@ export interface DescribeSolutionVersionCommandOutput extends DescribeSolutionVe
46
124
  * @throws {@link ResourceNotFoundException} (client fault)
47
125
  * <p>Could not find the specified resource.</p>
48
126
  *
127
+ * @throws {@link PersonalizeServiceException}
128
+ * <p>Base exception class for all service exceptions from Personalize service.</p>
49
129
  *
50
130
  */
51
131
  export declare class DescribeSolutionVersionCommand extends $Command<DescribeSolutionVersionCommandInput, DescribeSolutionVersionCommandOutput, PersonalizeClientResolvedConfig> {
@@ -31,6 +31,13 @@ export interface GetSolutionMetricsCommandOutput extends GetSolutionMetricsRespo
31
31
  * };
32
32
  * const command = new GetSolutionMetricsCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // { // GetSolutionMetricsResponse
35
+ * // solutionVersionArn: "STRING_VALUE",
36
+ * // metrics: { // Metrics
37
+ * // "<keys>": Number("double"),
38
+ * // },
39
+ * // };
40
+ *
34
41
  * ```
35
42
  *
36
43
  * @param GetSolutionMetricsCommandInput - {@link GetSolutionMetricsCommandInput}
@@ -48,6 +55,8 @@ export interface GetSolutionMetricsCommandOutput extends GetSolutionMetricsRespo
48
55
  * @throws {@link ResourceNotFoundException} (client fault)
49
56
  * <p>Could not find the specified resource.</p>
50
57
  *
58
+ * @throws {@link PersonalizeServiceException}
59
+ * <p>Base exception class for all service exceptions from Personalize service.</p>
51
60
  *
52
61
  */
53
62
  export declare class GetSolutionMetricsCommand extends $Command<GetSolutionMetricsCommandInput, GetSolutionMetricsCommandOutput, PersonalizeClientResolvedConfig> {
@@ -34,6 +34,21 @@ export interface ListBatchInferenceJobsCommandOutput extends ListBatchInferenceJ
34
34
  * };
35
35
  * const command = new ListBatchInferenceJobsCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // { // ListBatchInferenceJobsResponse
38
+ * // batchInferenceJobs: [ // BatchInferenceJobs
39
+ * // { // BatchInferenceJobSummary
40
+ * // batchInferenceJobArn: "STRING_VALUE",
41
+ * // jobName: "STRING_VALUE",
42
+ * // status: "STRING_VALUE",
43
+ * // creationDateTime: new Date("TIMESTAMP"),
44
+ * // lastUpdatedDateTime: new Date("TIMESTAMP"),
45
+ * // failureReason: "STRING_VALUE",
46
+ * // solutionVersionArn: "STRING_VALUE",
47
+ * // },
48
+ * // ],
49
+ * // nextToken: "STRING_VALUE",
50
+ * // };
51
+ *
37
52
  * ```
38
53
  *
39
54
  * @param ListBatchInferenceJobsCommandInput - {@link ListBatchInferenceJobsCommandInput}
@@ -48,6 +63,8 @@ export interface ListBatchInferenceJobsCommandOutput extends ListBatchInferenceJ
48
63
  * @throws {@link InvalidNextTokenException} (client fault)
49
64
  * <p>The token is not valid.</p>
50
65
  *
66
+ * @throws {@link PersonalizeServiceException}
67
+ * <p>Base exception class for all service exceptions from Personalize service.</p>
51
68
  *
52
69
  */
53
70
  export declare class ListBatchInferenceJobsCommand extends $Command<ListBatchInferenceJobsCommandInput, ListBatchInferenceJobsCommandOutput, PersonalizeClientResolvedConfig> {