@aws-sdk/client-personalize 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 +26 -32
- package/dist-es/models/models_0.js +26 -32
- package/dist-types/commands/CreateBatchInferenceJobCommand.d.ts +8 -8
- package/dist-types/commands/CreateBatchSegmentJobCommand.d.ts +6 -6
- package/dist-types/commands/CreateCampaignCommand.d.ts +5 -5
- package/dist-types/commands/CreateDatasetCommand.d.ts +3 -3
- package/dist-types/commands/CreateDatasetExportJobCommand.d.ts +5 -5
- package/dist-types/commands/CreateDatasetGroupCommand.d.ts +3 -3
- package/dist-types/commands/CreateDatasetImportJobCommand.d.ts +4 -4
- package/dist-types/commands/CreateEventTrackerCommand.d.ts +3 -3
- package/dist-types/commands/CreateFilterCommand.d.ts +3 -3
- package/dist-types/commands/CreateMetricAttributionCommand.d.ts +5 -5
- package/dist-types/commands/CreateRecommenderCommand.d.ts +5 -5
- package/dist-types/commands/CreateSchemaCommand.d.ts +1 -1
- package/dist-types/commands/CreateSolutionCommand.d.ts +20 -20
- package/dist-types/commands/CreateSolutionVersionCommand.d.ts +3 -3
- package/dist-types/commands/DeleteCampaignCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDatasetCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDatasetGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteEventTrackerCommand.d.ts +1 -1
- package/dist-types/commands/DeleteFilterCommand.d.ts +1 -1
- package/dist-types/commands/DeleteMetricAttributionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteRecommenderCommand.d.ts +1 -1
- package/dist-types/commands/DeleteSchemaCommand.d.ts +1 -1
- package/dist-types/commands/DeleteSolutionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAlgorithmCommand.d.ts +1 -1
- package/dist-types/commands/DescribeBatchInferenceJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribeBatchSegmentJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCampaignCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDatasetCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDatasetExportJobCommand.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/DescribeEventTrackerCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFeatureTransformationCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFilterCommand.d.ts +1 -1
- package/dist-types/commands/DescribeMetricAttributionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeRecipeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeRecommenderCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSchemaCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSolutionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSolutionVersionCommand.d.ts +1 -1
- package/dist-types/commands/GetSolutionMetricsCommand.d.ts +1 -1
- package/dist-types/commands/ListBatchInferenceJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListBatchSegmentJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListCampaignsCommand.d.ts +1 -1
- package/dist-types/commands/ListDatasetExportJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListDatasetGroupsCommand.d.ts +1 -1
- package/dist-types/commands/ListDatasetImportJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListDatasetsCommand.d.ts +1 -1
- package/dist-types/commands/ListEventTrackersCommand.d.ts +1 -1
- package/dist-types/commands/ListFiltersCommand.d.ts +1 -1
- package/dist-types/commands/ListMetricAttributionMetricsCommand.d.ts +1 -1
- package/dist-types/commands/ListMetricAttributionsCommand.d.ts +1 -1
- package/dist-types/commands/ListRecipesCommand.d.ts +1 -1
- package/dist-types/commands/ListRecommendersCommand.d.ts +1 -1
- package/dist-types/commands/ListSchemasCommand.d.ts +1 -1
- package/dist-types/commands/ListSolutionVersionsCommand.d.ts +1 -1
- package/dist-types/commands/ListSolutionsCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/StartRecommenderCommand.d.ts +1 -1
- package/dist-types/commands/StopRecommenderCommand.d.ts +1 -1
- package/dist-types/commands/StopSolutionVersionCreationCommand.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/UpdateCampaignCommand.d.ts +3 -3
- package/dist-types/commands/UpdateMetricAttributionCommand.d.ts +6 -6
- package/dist-types/commands/UpdateRecommenderCommand.d.ts +3 -3
- package/dist-types/models/models_0.d.ts +56 -26
- package/dist-types/ts3.4/models/models_0.d.ts +34 -26
- package/package.json +34 -34
|
@@ -81,34 +81,29 @@ class TooManyTagsException extends PersonalizeServiceException_1.PersonalizeServ
|
|
|
81
81
|
}
|
|
82
82
|
}
|
|
83
83
|
exports.TooManyTagsException = TooManyTagsException;
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
}
|
|
107
|
-
var TrainingMode;
|
|
108
|
-
(function (TrainingMode) {
|
|
109
|
-
TrainingMode["FULL"] = "FULL";
|
|
110
|
-
TrainingMode["UPDATE"] = "UPDATE";
|
|
111
|
-
})(TrainingMode = exports.TrainingMode || (exports.TrainingMode = {}));
|
|
84
|
+
exports.IngestionMode = {
|
|
85
|
+
ALL: "ALL",
|
|
86
|
+
BULK: "BULK",
|
|
87
|
+
PUT: "PUT",
|
|
88
|
+
};
|
|
89
|
+
exports.Domain = {
|
|
90
|
+
ECOMMERCE: "ECOMMERCE",
|
|
91
|
+
VIDEO_ON_DEMAND: "VIDEO_ON_DEMAND",
|
|
92
|
+
};
|
|
93
|
+
exports.ImportMode = {
|
|
94
|
+
FULL: "FULL",
|
|
95
|
+
INCREMENTAL: "INCREMENTAL",
|
|
96
|
+
};
|
|
97
|
+
exports.ObjectiveSensitivity = {
|
|
98
|
+
HIGH: "HIGH",
|
|
99
|
+
LOW: "LOW",
|
|
100
|
+
MEDIUM: "MEDIUM",
|
|
101
|
+
OFF: "OFF",
|
|
102
|
+
};
|
|
103
|
+
exports.TrainingMode = {
|
|
104
|
+
FULL: "FULL",
|
|
105
|
+
UPDATE: "UPDATE",
|
|
106
|
+
};
|
|
112
107
|
class InvalidNextTokenException extends PersonalizeServiceException_1.PersonalizeServiceException {
|
|
113
108
|
constructor(opts) {
|
|
114
109
|
super({
|
|
@@ -122,10 +117,9 @@ class InvalidNextTokenException extends PersonalizeServiceException_1.Personaliz
|
|
|
122
117
|
}
|
|
123
118
|
}
|
|
124
119
|
exports.InvalidNextTokenException = InvalidNextTokenException;
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
})(RecipeProvider = exports.RecipeProvider || (exports.RecipeProvider = {}));
|
|
120
|
+
exports.RecipeProvider = {
|
|
121
|
+
SERVICE: "SERVICE",
|
|
122
|
+
};
|
|
129
123
|
class TooManyTagKeysException extends PersonalizeServiceException_1.PersonalizeServiceException {
|
|
130
124
|
constructor(opts) {
|
|
131
125
|
super({
|
|
@@ -72,34 +72,29 @@ export class TooManyTagsException extends __BaseException {
|
|
|
72
72
|
Object.setPrototypeOf(this, TooManyTagsException.prototype);
|
|
73
73
|
}
|
|
74
74
|
}
|
|
75
|
-
export
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
}
|
|
98
|
-
export var TrainingMode;
|
|
99
|
-
(function (TrainingMode) {
|
|
100
|
-
TrainingMode["FULL"] = "FULL";
|
|
101
|
-
TrainingMode["UPDATE"] = "UPDATE";
|
|
102
|
-
})(TrainingMode || (TrainingMode = {}));
|
|
75
|
+
export const IngestionMode = {
|
|
76
|
+
ALL: "ALL",
|
|
77
|
+
BULK: "BULK",
|
|
78
|
+
PUT: "PUT",
|
|
79
|
+
};
|
|
80
|
+
export const Domain = {
|
|
81
|
+
ECOMMERCE: "ECOMMERCE",
|
|
82
|
+
VIDEO_ON_DEMAND: "VIDEO_ON_DEMAND",
|
|
83
|
+
};
|
|
84
|
+
export const ImportMode = {
|
|
85
|
+
FULL: "FULL",
|
|
86
|
+
INCREMENTAL: "INCREMENTAL",
|
|
87
|
+
};
|
|
88
|
+
export const ObjectiveSensitivity = {
|
|
89
|
+
HIGH: "HIGH",
|
|
90
|
+
LOW: "LOW",
|
|
91
|
+
MEDIUM: "MEDIUM",
|
|
92
|
+
OFF: "OFF",
|
|
93
|
+
};
|
|
94
|
+
export const TrainingMode = {
|
|
95
|
+
FULL: "FULL",
|
|
96
|
+
UPDATE: "UPDATE",
|
|
97
|
+
};
|
|
103
98
|
export class InvalidNextTokenException extends __BaseException {
|
|
104
99
|
constructor(opts) {
|
|
105
100
|
super({
|
|
@@ -112,10 +107,9 @@ export class InvalidNextTokenException extends __BaseException {
|
|
|
112
107
|
Object.setPrototypeOf(this, InvalidNextTokenException.prototype);
|
|
113
108
|
}
|
|
114
109
|
}
|
|
115
|
-
export
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
})(RecipeProvider || (RecipeProvider = {}));
|
|
110
|
+
export const RecipeProvider = {
|
|
111
|
+
SERVICE: "SERVICE",
|
|
112
|
+
};
|
|
119
113
|
export class TooManyTagKeysException extends __BaseException {
|
|
120
114
|
constructor(opts) {
|
|
121
115
|
super({
|
|
@@ -29,31 +29,31 @@ export interface CreateBatchInferenceJobCommandOutput extends CreateBatchInferen
|
|
|
29
29
|
* import { PersonalizeClient, CreateBatchInferenceJobCommand } from "@aws-sdk/client-personalize"; // ES Modules import
|
|
30
30
|
* // const { PersonalizeClient, CreateBatchInferenceJobCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
|
|
31
31
|
* const client = new PersonalizeClient(config);
|
|
32
|
-
* const input = {
|
|
32
|
+
* const input = { // CreateBatchInferenceJobRequest
|
|
33
33
|
* jobName: "STRING_VALUE", // required
|
|
34
34
|
* solutionVersionArn: "STRING_VALUE", // required
|
|
35
35
|
* filterArn: "STRING_VALUE",
|
|
36
36
|
* numResults: Number("int"),
|
|
37
|
-
* jobInput: {
|
|
38
|
-
* s3DataSource: {
|
|
37
|
+
* jobInput: { // BatchInferenceJobInput
|
|
38
|
+
* s3DataSource: { // S3DataConfig
|
|
39
39
|
* path: "STRING_VALUE", // required
|
|
40
40
|
* kmsKeyArn: "STRING_VALUE",
|
|
41
41
|
* },
|
|
42
42
|
* },
|
|
43
|
-
* jobOutput: {
|
|
43
|
+
* jobOutput: { // BatchInferenceJobOutput
|
|
44
44
|
* s3DataDestination: {
|
|
45
45
|
* path: "STRING_VALUE", // required
|
|
46
46
|
* kmsKeyArn: "STRING_VALUE",
|
|
47
47
|
* },
|
|
48
48
|
* },
|
|
49
49
|
* roleArn: "STRING_VALUE", // required
|
|
50
|
-
* batchInferenceJobConfig: {
|
|
51
|
-
* itemExplorationConfig: {
|
|
50
|
+
* batchInferenceJobConfig: { // BatchInferenceJobConfig
|
|
51
|
+
* itemExplorationConfig: { // HyperParameters
|
|
52
52
|
* "<keys>": "STRING_VALUE",
|
|
53
53
|
* },
|
|
54
54
|
* },
|
|
55
|
-
* tags: [
|
|
56
|
-
* {
|
|
55
|
+
* tags: [ // Tags
|
|
56
|
+
* { // Tag
|
|
57
57
|
* tagKey: "STRING_VALUE", // required
|
|
58
58
|
* tagValue: "STRING_VALUE", // required
|
|
59
59
|
* },
|
|
@@ -28,26 +28,26 @@ export interface CreateBatchSegmentJobCommandOutput extends CreateBatchSegmentJo
|
|
|
28
28
|
* import { PersonalizeClient, CreateBatchSegmentJobCommand } from "@aws-sdk/client-personalize"; // ES Modules import
|
|
29
29
|
* // const { PersonalizeClient, CreateBatchSegmentJobCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
|
|
30
30
|
* const client = new PersonalizeClient(config);
|
|
31
|
-
* const input = {
|
|
31
|
+
* const input = { // CreateBatchSegmentJobRequest
|
|
32
32
|
* jobName: "STRING_VALUE", // required
|
|
33
33
|
* solutionVersionArn: "STRING_VALUE", // required
|
|
34
34
|
* filterArn: "STRING_VALUE",
|
|
35
35
|
* numResults: Number("int"),
|
|
36
|
-
* jobInput: {
|
|
37
|
-
* s3DataSource: {
|
|
36
|
+
* jobInput: { // BatchSegmentJobInput
|
|
37
|
+
* s3DataSource: { // S3DataConfig
|
|
38
38
|
* path: "STRING_VALUE", // required
|
|
39
39
|
* kmsKeyArn: "STRING_VALUE",
|
|
40
40
|
* },
|
|
41
41
|
* },
|
|
42
|
-
* jobOutput: {
|
|
42
|
+
* jobOutput: { // BatchSegmentJobOutput
|
|
43
43
|
* s3DataDestination: {
|
|
44
44
|
* path: "STRING_VALUE", // required
|
|
45
45
|
* kmsKeyArn: "STRING_VALUE",
|
|
46
46
|
* },
|
|
47
47
|
* },
|
|
48
48
|
* roleArn: "STRING_VALUE", // required
|
|
49
|
-
* tags: [
|
|
50
|
-
* {
|
|
49
|
+
* tags: [ // Tags
|
|
50
|
+
* { // Tag
|
|
51
51
|
* tagKey: "STRING_VALUE", // required
|
|
52
52
|
* tagValue: "STRING_VALUE", // required
|
|
53
53
|
* },
|
|
@@ -95,17 +95,17 @@ export interface CreateCampaignCommandOutput extends CreateCampaignResponse, __M
|
|
|
95
95
|
* import { PersonalizeClient, CreateCampaignCommand } from "@aws-sdk/client-personalize"; // ES Modules import
|
|
96
96
|
* // const { PersonalizeClient, CreateCampaignCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
|
|
97
97
|
* const client = new PersonalizeClient(config);
|
|
98
|
-
* const input = {
|
|
98
|
+
* const input = { // CreateCampaignRequest
|
|
99
99
|
* name: "STRING_VALUE", // required
|
|
100
100
|
* solutionVersionArn: "STRING_VALUE", // required
|
|
101
101
|
* minProvisionedTPS: Number("int"),
|
|
102
|
-
* campaignConfig: {
|
|
103
|
-
* itemExplorationConfig: {
|
|
102
|
+
* campaignConfig: { // CampaignConfig
|
|
103
|
+
* itemExplorationConfig: { // HyperParameters
|
|
104
104
|
* "<keys>": "STRING_VALUE",
|
|
105
105
|
* },
|
|
106
106
|
* },
|
|
107
|
-
* tags: [
|
|
108
|
-
* {
|
|
107
|
+
* tags: [ // Tags
|
|
108
|
+
* { // Tag
|
|
109
109
|
* tagKey: "STRING_VALUE", // required
|
|
110
110
|
* tagValue: "STRING_VALUE", // required
|
|
111
111
|
* },
|
|
@@ -80,13 +80,13 @@ export interface CreateDatasetCommandOutput extends CreateDatasetResponse, __Met
|
|
|
80
80
|
* import { PersonalizeClient, CreateDatasetCommand } from "@aws-sdk/client-personalize"; // ES Modules import
|
|
81
81
|
* // const { PersonalizeClient, CreateDatasetCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
|
|
82
82
|
* const client = new PersonalizeClient(config);
|
|
83
|
-
* const input = {
|
|
83
|
+
* const input = { // CreateDatasetRequest
|
|
84
84
|
* name: "STRING_VALUE", // required
|
|
85
85
|
* schemaArn: "STRING_VALUE", // required
|
|
86
86
|
* datasetGroupArn: "STRING_VALUE", // required
|
|
87
87
|
* datasetType: "STRING_VALUE", // required
|
|
88
|
-
* tags: [
|
|
89
|
-
* {
|
|
88
|
+
* tags: [ // Tags
|
|
89
|
+
* { // Tag
|
|
90
90
|
* tagKey: "STRING_VALUE", // required
|
|
91
91
|
* tagValue: "STRING_VALUE", // required
|
|
92
92
|
* },
|
|
@@ -44,19 +44,19 @@ export interface CreateDatasetExportJobCommandOutput extends CreateDatasetExport
|
|
|
44
44
|
* import { PersonalizeClient, CreateDatasetExportJobCommand } from "@aws-sdk/client-personalize"; // ES Modules import
|
|
45
45
|
* // const { PersonalizeClient, CreateDatasetExportJobCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
|
|
46
46
|
* const client = new PersonalizeClient(config);
|
|
47
|
-
* const input = {
|
|
47
|
+
* const input = { // CreateDatasetExportJobRequest
|
|
48
48
|
* jobName: "STRING_VALUE", // required
|
|
49
49
|
* datasetArn: "STRING_VALUE", // required
|
|
50
50
|
* ingestionMode: "BULK" || "PUT" || "ALL",
|
|
51
51
|
* roleArn: "STRING_VALUE", // required
|
|
52
|
-
* jobOutput: {
|
|
53
|
-
* s3DataDestination: {
|
|
52
|
+
* jobOutput: { // DatasetExportJobOutput
|
|
53
|
+
* s3DataDestination: { // S3DataConfig
|
|
54
54
|
* path: "STRING_VALUE", // required
|
|
55
55
|
* kmsKeyArn: "STRING_VALUE",
|
|
56
56
|
* },
|
|
57
57
|
* },
|
|
58
|
-
* tags: [
|
|
59
|
-
* {
|
|
58
|
+
* tags: [ // Tags
|
|
59
|
+
* { // Tag
|
|
60
60
|
* tagKey: "STRING_VALUE", // required
|
|
61
61
|
* tagValue: "STRING_VALUE", // required
|
|
62
62
|
* },
|
|
@@ -106,13 +106,13 @@ export interface CreateDatasetGroupCommandOutput extends CreateDatasetGroupRespo
|
|
|
106
106
|
* import { PersonalizeClient, CreateDatasetGroupCommand } from "@aws-sdk/client-personalize"; // ES Modules import
|
|
107
107
|
* // const { PersonalizeClient, CreateDatasetGroupCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
|
|
108
108
|
* const client = new PersonalizeClient(config);
|
|
109
|
-
* const input = {
|
|
109
|
+
* const input = { // CreateDatasetGroupRequest
|
|
110
110
|
* name: "STRING_VALUE", // required
|
|
111
111
|
* roleArn: "STRING_VALUE",
|
|
112
112
|
* kmsKeyArn: "STRING_VALUE",
|
|
113
113
|
* domain: "ECOMMERCE" || "VIDEO_ON_DEMAND",
|
|
114
|
-
* tags: [
|
|
115
|
-
* {
|
|
114
|
+
* tags: [ // Tags
|
|
115
|
+
* { // Tag
|
|
116
116
|
* tagKey: "STRING_VALUE", // required
|
|
117
117
|
* tagValue: "STRING_VALUE", // required
|
|
118
118
|
* },
|
|
@@ -73,15 +73,15 @@ export interface CreateDatasetImportJobCommandOutput extends CreateDatasetImport
|
|
|
73
73
|
* import { PersonalizeClient, CreateDatasetImportJobCommand } from "@aws-sdk/client-personalize"; // ES Modules import
|
|
74
74
|
* // const { PersonalizeClient, CreateDatasetImportJobCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
|
|
75
75
|
* const client = new PersonalizeClient(config);
|
|
76
|
-
* const input = {
|
|
76
|
+
* const input = { // CreateDatasetImportJobRequest
|
|
77
77
|
* jobName: "STRING_VALUE", // required
|
|
78
78
|
* datasetArn: "STRING_VALUE", // required
|
|
79
|
-
* dataSource: {
|
|
79
|
+
* dataSource: { // DataSource
|
|
80
80
|
* dataLocation: "STRING_VALUE",
|
|
81
81
|
* },
|
|
82
82
|
* roleArn: "STRING_VALUE", // required
|
|
83
|
-
* tags: [
|
|
84
|
-
* {
|
|
83
|
+
* tags: [ // Tags
|
|
84
|
+
* { // Tag
|
|
85
85
|
* tagKey: "STRING_VALUE", // required
|
|
86
86
|
* tagValue: "STRING_VALUE", // required
|
|
87
87
|
* },
|
|
@@ -71,11 +71,11 @@ export interface CreateEventTrackerCommandOutput extends CreateEventTrackerRespo
|
|
|
71
71
|
* import { PersonalizeClient, CreateEventTrackerCommand } from "@aws-sdk/client-personalize"; // ES Modules import
|
|
72
72
|
* // const { PersonalizeClient, CreateEventTrackerCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
|
|
73
73
|
* const client = new PersonalizeClient(config);
|
|
74
|
-
* const input = {
|
|
74
|
+
* const input = { // CreateEventTrackerRequest
|
|
75
75
|
* name: "STRING_VALUE", // required
|
|
76
76
|
* datasetGroupArn: "STRING_VALUE", // required
|
|
77
|
-
* tags: [
|
|
78
|
-
* {
|
|
77
|
+
* tags: [ // Tags
|
|
78
|
+
* { // Tag
|
|
79
79
|
* tagKey: "STRING_VALUE", // required
|
|
80
80
|
* tagValue: "STRING_VALUE", // required
|
|
81
81
|
* },
|
|
@@ -26,12 +26,12 @@ export interface CreateFilterCommandOutput extends CreateFilterResponse, __Metad
|
|
|
26
26
|
* import { PersonalizeClient, CreateFilterCommand } from "@aws-sdk/client-personalize"; // ES Modules import
|
|
27
27
|
* // const { PersonalizeClient, CreateFilterCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
|
|
28
28
|
* const client = new PersonalizeClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // CreateFilterRequest
|
|
30
30
|
* name: "STRING_VALUE", // required
|
|
31
31
|
* datasetGroupArn: "STRING_VALUE", // required
|
|
32
32
|
* filterExpression: "STRING_VALUE", // required
|
|
33
|
-
* tags: [
|
|
34
|
-
* {
|
|
33
|
+
* tags: [ // Tags
|
|
34
|
+
* { // Tag
|
|
35
35
|
* tagKey: "STRING_VALUE", // required
|
|
36
36
|
* tagValue: "STRING_VALUE", // required
|
|
37
37
|
* },
|
|
@@ -28,18 +28,18 @@ export interface CreateMetricAttributionCommandOutput extends CreateMetricAttrib
|
|
|
28
28
|
* import { PersonalizeClient, CreateMetricAttributionCommand } from "@aws-sdk/client-personalize"; // ES Modules import
|
|
29
29
|
* // const { PersonalizeClient, CreateMetricAttributionCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
|
|
30
30
|
* const client = new PersonalizeClient(config);
|
|
31
|
-
* const input = {
|
|
31
|
+
* const input = { // CreateMetricAttributionRequest
|
|
32
32
|
* name: "STRING_VALUE", // required
|
|
33
33
|
* datasetGroupArn: "STRING_VALUE", // required
|
|
34
|
-
* metrics: [ // required
|
|
35
|
-
* {
|
|
34
|
+
* metrics: [ // MetricAttributes // required
|
|
35
|
+
* { // MetricAttribute
|
|
36
36
|
* eventType: "STRING_VALUE", // required
|
|
37
37
|
* metricName: "STRING_VALUE", // required
|
|
38
38
|
* expression: "STRING_VALUE", // required
|
|
39
39
|
* },
|
|
40
40
|
* ],
|
|
41
|
-
* metricsOutputConfig: {
|
|
42
|
-
* s3DataDestination: {
|
|
41
|
+
* metricsOutputConfig: { // MetricAttributionOutput
|
|
42
|
+
* s3DataDestination: { // S3DataConfig
|
|
43
43
|
* path: "STRING_VALUE", // required
|
|
44
44
|
* kmsKeyArn: "STRING_VALUE",
|
|
45
45
|
* },
|
|
@@ -101,18 +101,18 @@ export interface CreateRecommenderCommandOutput extends CreateRecommenderRespons
|
|
|
101
101
|
* import { PersonalizeClient, CreateRecommenderCommand } from "@aws-sdk/client-personalize"; // ES Modules import
|
|
102
102
|
* // const { PersonalizeClient, CreateRecommenderCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
|
|
103
103
|
* const client = new PersonalizeClient(config);
|
|
104
|
-
* const input = {
|
|
104
|
+
* const input = { // CreateRecommenderRequest
|
|
105
105
|
* name: "STRING_VALUE", // required
|
|
106
106
|
* datasetGroupArn: "STRING_VALUE", // required
|
|
107
107
|
* recipeArn: "STRING_VALUE", // required
|
|
108
|
-
* recommenderConfig: {
|
|
109
|
-
* itemExplorationConfig: {
|
|
108
|
+
* recommenderConfig: { // RecommenderConfig
|
|
109
|
+
* itemExplorationConfig: { // HyperParameters
|
|
110
110
|
* "<keys>": "STRING_VALUE",
|
|
111
111
|
* },
|
|
112
112
|
* minRecommendationRequestsPerSecond: Number("int"),
|
|
113
113
|
* },
|
|
114
|
-
* tags: [
|
|
115
|
-
* {
|
|
114
|
+
* tags: [ // Tags
|
|
115
|
+
* { // Tag
|
|
116
116
|
* tagKey: "STRING_VALUE", // required
|
|
117
117
|
* tagValue: "STRING_VALUE", // required
|
|
118
118
|
* },
|
|
@@ -52,7 +52,7 @@ export interface CreateSchemaCommandOutput extends CreateSchemaResponse, __Metad
|
|
|
52
52
|
* import { PersonalizeClient, CreateSchemaCommand } from "@aws-sdk/client-personalize"; // ES Modules import
|
|
53
53
|
* // const { PersonalizeClient, CreateSchemaCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
|
|
54
54
|
* const client = new PersonalizeClient(config);
|
|
55
|
-
* const input = {
|
|
55
|
+
* const input = { // CreateSchemaRequest
|
|
56
56
|
* name: "STRING_VALUE", // required
|
|
57
57
|
* schema: "STRING_VALUE", // required
|
|
58
58
|
* domain: "ECOMMERCE" || "VIDEO_ON_DEMAND",
|
|
@@ -98,69 +98,69 @@ export interface CreateSolutionCommandOutput extends CreateSolutionResponse, __M
|
|
|
98
98
|
* import { PersonalizeClient, CreateSolutionCommand } from "@aws-sdk/client-personalize"; // ES Modules import
|
|
99
99
|
* // const { PersonalizeClient, CreateSolutionCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
|
|
100
100
|
* const client = new PersonalizeClient(config);
|
|
101
|
-
* const input = {
|
|
101
|
+
* const input = { // CreateSolutionRequest
|
|
102
102
|
* name: "STRING_VALUE", // required
|
|
103
103
|
* performHPO: true || false,
|
|
104
104
|
* performAutoML: true || false,
|
|
105
105
|
* recipeArn: "STRING_VALUE",
|
|
106
106
|
* datasetGroupArn: "STRING_VALUE", // required
|
|
107
107
|
* eventType: "STRING_VALUE",
|
|
108
|
-
* solutionConfig: {
|
|
108
|
+
* solutionConfig: { // SolutionConfig
|
|
109
109
|
* eventValueThreshold: "STRING_VALUE",
|
|
110
|
-
* hpoConfig: {
|
|
111
|
-
* hpoObjective: {
|
|
110
|
+
* hpoConfig: { // HPOConfig
|
|
111
|
+
* hpoObjective: { // HPOObjective
|
|
112
112
|
* type: "STRING_VALUE",
|
|
113
113
|
* metricName: "STRING_VALUE",
|
|
114
114
|
* metricRegex: "STRING_VALUE",
|
|
115
115
|
* },
|
|
116
|
-
* hpoResourceConfig: {
|
|
116
|
+
* hpoResourceConfig: { // HPOResourceConfig
|
|
117
117
|
* maxNumberOfTrainingJobs: "STRING_VALUE",
|
|
118
118
|
* maxParallelTrainingJobs: "STRING_VALUE",
|
|
119
119
|
* },
|
|
120
|
-
* algorithmHyperParameterRanges: {
|
|
121
|
-
* integerHyperParameterRanges: [
|
|
122
|
-
* {
|
|
120
|
+
* algorithmHyperParameterRanges: { // HyperParameterRanges
|
|
121
|
+
* integerHyperParameterRanges: [ // IntegerHyperParameterRanges
|
|
122
|
+
* { // IntegerHyperParameterRange
|
|
123
123
|
* name: "STRING_VALUE",
|
|
124
124
|
* minValue: Number("int"),
|
|
125
125
|
* maxValue: Number("int"),
|
|
126
126
|
* },
|
|
127
127
|
* ],
|
|
128
|
-
* continuousHyperParameterRanges: [
|
|
129
|
-
* {
|
|
128
|
+
* continuousHyperParameterRanges: [ // ContinuousHyperParameterRanges
|
|
129
|
+
* { // ContinuousHyperParameterRange
|
|
130
130
|
* name: "STRING_VALUE",
|
|
131
131
|
* minValue: Number("double"),
|
|
132
132
|
* maxValue: Number("double"),
|
|
133
133
|
* },
|
|
134
134
|
* ],
|
|
135
|
-
* categoricalHyperParameterRanges: [
|
|
136
|
-
* {
|
|
135
|
+
* categoricalHyperParameterRanges: [ // CategoricalHyperParameterRanges
|
|
136
|
+
* { // CategoricalHyperParameterRange
|
|
137
137
|
* name: "STRING_VALUE",
|
|
138
|
-
* values: [
|
|
138
|
+
* values: [ // CategoricalValues
|
|
139
139
|
* "STRING_VALUE",
|
|
140
140
|
* ],
|
|
141
141
|
* },
|
|
142
142
|
* ],
|
|
143
143
|
* },
|
|
144
144
|
* },
|
|
145
|
-
* algorithmHyperParameters: {
|
|
145
|
+
* algorithmHyperParameters: { // HyperParameters
|
|
146
146
|
* "<keys>": "STRING_VALUE",
|
|
147
147
|
* },
|
|
148
|
-
* featureTransformationParameters: {
|
|
148
|
+
* featureTransformationParameters: { // FeatureTransformationParameters
|
|
149
149
|
* "<keys>": "STRING_VALUE",
|
|
150
150
|
* },
|
|
151
|
-
* autoMLConfig: {
|
|
151
|
+
* autoMLConfig: { // AutoMLConfig
|
|
152
152
|
* metricName: "STRING_VALUE",
|
|
153
|
-
* recipeList: [
|
|
153
|
+
* recipeList: [ // ArnList
|
|
154
154
|
* "STRING_VALUE",
|
|
155
155
|
* ],
|
|
156
156
|
* },
|
|
157
|
-
* optimizationObjective: {
|
|
157
|
+
* optimizationObjective: { // OptimizationObjective
|
|
158
158
|
* itemAttribute: "STRING_VALUE",
|
|
159
159
|
* objectiveSensitivity: "LOW" || "MEDIUM" || "HIGH" || "OFF",
|
|
160
160
|
* },
|
|
161
161
|
* },
|
|
162
|
-
* tags: [
|
|
163
|
-
* {
|
|
162
|
+
* tags: [ // Tags
|
|
163
|
+
* { // Tag
|
|
164
164
|
* tagKey: "STRING_VALUE", // required
|
|
165
165
|
* tagValue: "STRING_VALUE", // required
|
|
166
166
|
* },
|
|
@@ -92,12 +92,12 @@ export interface CreateSolutionVersionCommandOutput extends CreateSolutionVersio
|
|
|
92
92
|
* import { PersonalizeClient, CreateSolutionVersionCommand } from "@aws-sdk/client-personalize"; // ES Modules import
|
|
93
93
|
* // const { PersonalizeClient, CreateSolutionVersionCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
|
|
94
94
|
* const client = new PersonalizeClient(config);
|
|
95
|
-
* const input = {
|
|
95
|
+
* const input = { // CreateSolutionVersionRequest
|
|
96
96
|
* name: "STRING_VALUE",
|
|
97
97
|
* solutionArn: "STRING_VALUE", // required
|
|
98
98
|
* trainingMode: "FULL" || "UPDATE",
|
|
99
|
-
* tags: [
|
|
100
|
-
* {
|
|
99
|
+
* tags: [ // Tags
|
|
100
|
+
* { // Tag
|
|
101
101
|
* tagKey: "STRING_VALUE", // required
|
|
102
102
|
* tagValue: "STRING_VALUE", // required
|
|
103
103
|
* },
|
|
@@ -31,7 +31,7 @@ export interface DeleteCampaignCommandOutput extends __MetadataBearer {
|
|
|
31
31
|
* import { PersonalizeClient, DeleteCampaignCommand } from "@aws-sdk/client-personalize"; // ES Modules import
|
|
32
32
|
* // const { PersonalizeClient, DeleteCampaignCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
|
|
33
33
|
* const client = new PersonalizeClient(config);
|
|
34
|
-
* const input = {
|
|
34
|
+
* const input = { // DeleteCampaignRequest
|
|
35
35
|
* campaignArn: "STRING_VALUE", // required
|
|
36
36
|
* };
|
|
37
37
|
* const command = new DeleteCampaignCommand(input);
|
|
@@ -29,7 +29,7 @@ export interface DeleteDatasetCommandOutput extends __MetadataBearer {
|
|
|
29
29
|
* import { PersonalizeClient, DeleteDatasetCommand } from "@aws-sdk/client-personalize"; // ES Modules import
|
|
30
30
|
* // const { PersonalizeClient, DeleteDatasetCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
|
|
31
31
|
* const client = new PersonalizeClient(config);
|
|
32
|
-
* const input = {
|
|
32
|
+
* const input = { // DeleteDatasetRequest
|
|
33
33
|
* datasetArn: "STRING_VALUE", // required
|
|
34
34
|
* };
|
|
35
35
|
* const command = new DeleteDatasetCommand(input);
|
|
@@ -38,7 +38,7 @@ export interface DeleteDatasetGroupCommandOutput extends __MetadataBearer {
|
|
|
38
38
|
* import { PersonalizeClient, DeleteDatasetGroupCommand } from "@aws-sdk/client-personalize"; // ES Modules import
|
|
39
39
|
* // const { PersonalizeClient, DeleteDatasetGroupCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
|
|
40
40
|
* const client = new PersonalizeClient(config);
|
|
41
|
-
* const input = {
|
|
41
|
+
* const input = { // DeleteDatasetGroupRequest
|
|
42
42
|
* datasetGroupArn: "STRING_VALUE", // required
|
|
43
43
|
* };
|
|
44
44
|
* const command = new DeleteDatasetGroupCommand(input);
|
|
@@ -28,7 +28,7 @@ export interface DeleteEventTrackerCommandOutput extends __MetadataBearer {
|
|
|
28
28
|
* import { PersonalizeClient, DeleteEventTrackerCommand } from "@aws-sdk/client-personalize"; // ES Modules import
|
|
29
29
|
* // const { PersonalizeClient, DeleteEventTrackerCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
|
|
30
30
|
* const client = new PersonalizeClient(config);
|
|
31
|
-
* const input = {
|
|
31
|
+
* const input = { // DeleteEventTrackerRequest
|
|
32
32
|
* eventTrackerArn: "STRING_VALUE", // required
|
|
33
33
|
* };
|
|
34
34
|
* const command = new DeleteEventTrackerCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface DeleteFilterCommandOutput extends __MetadataBearer {
|
|
|
26
26
|
* import { PersonalizeClient, DeleteFilterCommand } from "@aws-sdk/client-personalize"; // ES Modules import
|
|
27
27
|
* // const { PersonalizeClient, DeleteFilterCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
|
|
28
28
|
* const client = new PersonalizeClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DeleteFilterRequest
|
|
30
30
|
* filterArn: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DeleteFilterCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface DeleteMetricAttributionCommandOutput extends __MetadataBearer {
|
|
|
26
26
|
* import { PersonalizeClient, DeleteMetricAttributionCommand } from "@aws-sdk/client-personalize"; // ES Modules import
|
|
27
27
|
* // const { PersonalizeClient, DeleteMetricAttributionCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
|
|
28
28
|
* const client = new PersonalizeClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DeleteMetricAttributionRequest
|
|
30
30
|
* metricAttributionArn: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DeleteMetricAttributionCommand(input);
|
|
@@ -27,7 +27,7 @@ export interface DeleteRecommenderCommandOutput extends __MetadataBearer {
|
|
|
27
27
|
* import { PersonalizeClient, DeleteRecommenderCommand } from "@aws-sdk/client-personalize"; // ES Modules import
|
|
28
28
|
* // const { PersonalizeClient, DeleteRecommenderCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
|
|
29
29
|
* const client = new PersonalizeClient(config);
|
|
30
|
-
* const input = {
|
|
30
|
+
* const input = { // DeleteRecommenderRequest
|
|
31
31
|
* recommenderArn: "STRING_VALUE", // required
|
|
32
32
|
* };
|
|
33
33
|
* const command = new DeleteRecommenderCommand(input);
|
|
@@ -28,7 +28,7 @@ export interface DeleteSchemaCommandOutput extends __MetadataBearer {
|
|
|
28
28
|
* import { PersonalizeClient, DeleteSchemaCommand } from "@aws-sdk/client-personalize"; // ES Modules import
|
|
29
29
|
* // const { PersonalizeClient, DeleteSchemaCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
|
|
30
30
|
* const client = new PersonalizeClient(config);
|
|
31
|
-
* const input = {
|
|
31
|
+
* const input = { // DeleteSchemaRequest
|
|
32
32
|
* schemaArn: "STRING_VALUE", // required
|
|
33
33
|
* };
|
|
34
34
|
* const command = new DeleteSchemaCommand(input);
|
|
@@ -32,7 +32,7 @@ export interface DeleteSolutionCommandOutput extends __MetadataBearer {
|
|
|
32
32
|
* import { PersonalizeClient, DeleteSolutionCommand } from "@aws-sdk/client-personalize"; // ES Modules import
|
|
33
33
|
* // const { PersonalizeClient, DeleteSolutionCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
|
|
34
34
|
* const client = new PersonalizeClient(config);
|
|
35
|
-
* const input = {
|
|
35
|
+
* const input = { // DeleteSolutionRequest
|
|
36
36
|
* solutionArn: "STRING_VALUE", // required
|
|
37
37
|
* };
|
|
38
38
|
* const command = new DeleteSolutionCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface DescribeAlgorithmCommandOutput extends DescribeAlgorithmRespons
|
|
|
26
26
|
* import { PersonalizeClient, DescribeAlgorithmCommand } from "@aws-sdk/client-personalize"; // ES Modules import
|
|
27
27
|
* // const { PersonalizeClient, DescribeAlgorithmCommand } = require("@aws-sdk/client-personalize"); // CommonJS import
|
|
28
28
|
* const client = new PersonalizeClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // DescribeAlgorithmRequest
|
|
30
30
|
* algorithmArn: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DescribeAlgorithmCommand(input);
|