@aws-sdk/client-personalize 3.296.0 → 3.297.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-types/Personalize.d.ts +67 -0
- package/dist-types/PersonalizeClient.d.ts +24 -4
- package/dist-types/commands/CreateBatchInferenceJobCommand.d.ts +16 -0
- package/dist-types/commands/CreateBatchSegmentJobCommand.d.ts +16 -0
- package/dist-types/commands/CreateCampaignCommand.d.ts +16 -0
- package/dist-types/commands/CreateDatasetCommand.d.ts +16 -0
- package/dist-types/commands/CreateDatasetExportJobCommand.d.ts +16 -0
- package/dist-types/commands/CreateDatasetGroupCommand.d.ts +16 -0
- package/dist-types/commands/CreateDatasetImportJobCommand.d.ts +16 -0
- package/dist-types/commands/CreateEventTrackerCommand.d.ts +16 -0
- package/dist-types/commands/CreateFilterCommand.d.ts +16 -0
- package/dist-types/commands/CreateMetricAttributionCommand.d.ts +16 -0
- package/dist-types/commands/CreateRecommenderCommand.d.ts +16 -0
- package/dist-types/commands/CreateSchemaCommand.d.ts +16 -0
- package/dist-types/commands/CreateSolutionCommand.d.ts +16 -0
- package/dist-types/commands/CreateSolutionVersionCommand.d.ts +16 -0
- package/dist-types/commands/DeleteCampaignCommand.d.ts +16 -0
- package/dist-types/commands/DeleteDatasetCommand.d.ts +16 -0
- package/dist-types/commands/DeleteDatasetGroupCommand.d.ts +16 -0
- package/dist-types/commands/DeleteEventTrackerCommand.d.ts +16 -0
- package/dist-types/commands/DeleteFilterCommand.d.ts +16 -0
- package/dist-types/commands/DeleteMetricAttributionCommand.d.ts +16 -0
- package/dist-types/commands/DeleteRecommenderCommand.d.ts +16 -0
- package/dist-types/commands/DeleteSchemaCommand.d.ts +16 -0
- package/dist-types/commands/DeleteSolutionCommand.d.ts +16 -0
- package/dist-types/commands/DescribeAlgorithmCommand.d.ts +16 -0
- package/dist-types/commands/DescribeBatchInferenceJobCommand.d.ts +16 -0
- package/dist-types/commands/DescribeBatchSegmentJobCommand.d.ts +16 -0
- package/dist-types/commands/DescribeCampaignCommand.d.ts +16 -0
- package/dist-types/commands/DescribeDatasetCommand.d.ts +16 -0
- package/dist-types/commands/DescribeDatasetExportJobCommand.d.ts +16 -0
- package/dist-types/commands/DescribeDatasetGroupCommand.d.ts +16 -0
- package/dist-types/commands/DescribeDatasetImportJobCommand.d.ts +16 -0
- package/dist-types/commands/DescribeEventTrackerCommand.d.ts +16 -0
- package/dist-types/commands/DescribeFeatureTransformationCommand.d.ts +16 -0
- package/dist-types/commands/DescribeFilterCommand.d.ts +16 -0
- package/dist-types/commands/DescribeMetricAttributionCommand.d.ts +16 -0
- package/dist-types/commands/DescribeRecipeCommand.d.ts +16 -0
- package/dist-types/commands/DescribeRecommenderCommand.d.ts +16 -0
- package/dist-types/commands/DescribeSchemaCommand.d.ts +16 -0
- package/dist-types/commands/DescribeSolutionCommand.d.ts +16 -0
- package/dist-types/commands/DescribeSolutionVersionCommand.d.ts +16 -0
- package/dist-types/commands/GetSolutionMetricsCommand.d.ts +16 -0
- package/dist-types/commands/ListBatchInferenceJobsCommand.d.ts +16 -0
- package/dist-types/commands/ListBatchSegmentJobsCommand.d.ts +16 -0
- package/dist-types/commands/ListCampaignsCommand.d.ts +16 -0
- package/dist-types/commands/ListDatasetExportJobsCommand.d.ts +16 -0
- package/dist-types/commands/ListDatasetGroupsCommand.d.ts +16 -0
- package/dist-types/commands/ListDatasetImportJobsCommand.d.ts +16 -0
- package/dist-types/commands/ListDatasetsCommand.d.ts +16 -0
- package/dist-types/commands/ListEventTrackersCommand.d.ts +16 -0
- package/dist-types/commands/ListFiltersCommand.d.ts +16 -0
- package/dist-types/commands/ListMetricAttributionMetricsCommand.d.ts +16 -0
- package/dist-types/commands/ListMetricAttributionsCommand.d.ts +16 -0
- package/dist-types/commands/ListRecipesCommand.d.ts +16 -0
- package/dist-types/commands/ListRecommendersCommand.d.ts +16 -0
- package/dist-types/commands/ListSchemasCommand.d.ts +16 -0
- package/dist-types/commands/ListSolutionVersionsCommand.d.ts +16 -0
- package/dist-types/commands/ListSolutionsCommand.d.ts +16 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
- package/dist-types/commands/StartRecommenderCommand.d.ts +16 -0
- package/dist-types/commands/StopRecommenderCommand.d.ts +16 -0
- package/dist-types/commands/StopSolutionVersionCreationCommand.d.ts +16 -0
- package/dist-types/commands/TagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UpdateCampaignCommand.d.ts +16 -0
- package/dist-types/commands/UpdateMetricAttributionCommand.d.ts +16 -0
- package/dist-types/commands/UpdateRecommenderCommand.d.ts +16 -0
- package/dist-types/models/PersonalizeServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +456 -0
- package/dist-types/pagination/Interfaces.d.ts +3 -0
- package/dist-types/pagination/ListBatchInferenceJobsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListBatchSegmentJobsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListCampaignsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListDatasetExportJobsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListDatasetGroupsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListDatasetImportJobsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListDatasetsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListEventTrackersPaginator.d.ts +3 -0
- package/dist-types/pagination/ListFiltersPaginator.d.ts +3 -0
- package/dist-types/pagination/ListMetricAttributionMetricsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListMetricAttributionsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListRecipesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListRecommendersPaginator.d.ts +3 -0
- package/dist-types/pagination/ListSchemasPaginator.d.ts +3 -0
- package/dist-types/pagination/ListSolutionVersionsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListSolutionsPaginator.d.ts +3 -0
- package/package.json +3 -3
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { CreateBatchSegmentJobRequest, CreateBatchSegmentJobResponse } from "../models/models_0";
|
|
5
5
|
import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link CreateBatchSegmentJobCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface CreateBatchSegmentJobCommandInput extends CreateBatchSegmentJobRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link CreateBatchSegmentJobCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface CreateBatchSegmentJobCommandOutput extends CreateBatchSegmentJobResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Creates a batch segment job. The operation can handle up to 50 million records and the
|
|
18
23
|
* input file must be in JSON format. For more information, see
|
|
19
24
|
* <a href="https://docs.aws.amazon.com/personalize/latest/dg/recommendations-batch.html">Getting batch recommendations and user segments</a>.</p>
|
|
@@ -27,6 +32,8 @@ export interface CreateBatchSegmentJobCommandOutput extends CreateBatchSegmentJo
|
|
|
27
32
|
* const response = await client.send(command);
|
|
28
33
|
* ```
|
|
29
34
|
*
|
|
35
|
+
* @param CreateBatchSegmentJobCommandInput - {@link CreateBatchSegmentJobCommandInput}
|
|
36
|
+
* @returns {@link CreateBatchSegmentJobCommandOutput}
|
|
30
37
|
* @see {@link CreateBatchSegmentJobCommandInput} for command's `input` shape.
|
|
31
38
|
* @see {@link CreateBatchSegmentJobCommandOutput} for command's `response` shape.
|
|
32
39
|
* @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
|
|
@@ -54,11 +61,20 @@ export interface CreateBatchSegmentJobCommandOutput extends CreateBatchSegmentJo
|
|
|
54
61
|
export declare class CreateBatchSegmentJobCommand extends $Command<CreateBatchSegmentJobCommandInput, CreateBatchSegmentJobCommandOutput, PersonalizeClientResolvedConfig> {
|
|
55
62
|
readonly input: CreateBatchSegmentJobCommandInput;
|
|
56
63
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
64
|
+
/**
|
|
65
|
+
* @public
|
|
66
|
+
*/
|
|
57
67
|
constructor(input: CreateBatchSegmentJobCommandInput);
|
|
58
68
|
/**
|
|
59
69
|
* @internal
|
|
60
70
|
*/
|
|
61
71
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PersonalizeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateBatchSegmentJobCommandInput, CreateBatchSegmentJobCommandOutput>;
|
|
72
|
+
/**
|
|
73
|
+
* @internal
|
|
74
|
+
*/
|
|
62
75
|
private serialize;
|
|
76
|
+
/**
|
|
77
|
+
* @internal
|
|
78
|
+
*/
|
|
63
79
|
private deserialize;
|
|
64
80
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { CreateCampaignRequest, CreateCampaignResponse } from "../models/models_0";
|
|
5
5
|
import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link CreateCampaignCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface CreateCampaignCommandInput extends CreateCampaignRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link CreateCampaignCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface CreateCampaignCommandOutput extends CreateCampaignResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Creates a campaign that deploys a solution version. When a client calls the
|
|
18
23
|
* <a href="https://docs.aws.amazon.com/personalize/latest/dg/API_RS_GetRecommendations.html">GetRecommendations</a>
|
|
19
24
|
* and
|
|
@@ -94,6 +99,8 @@ export interface CreateCampaignCommandOutput extends CreateCampaignResponse, __M
|
|
|
94
99
|
* const response = await client.send(command);
|
|
95
100
|
* ```
|
|
96
101
|
*
|
|
102
|
+
* @param CreateCampaignCommandInput - {@link CreateCampaignCommandInput}
|
|
103
|
+
* @returns {@link CreateCampaignCommandOutput}
|
|
97
104
|
* @see {@link CreateCampaignCommandInput} for command's `input` shape.
|
|
98
105
|
* @see {@link CreateCampaignCommandOutput} for command's `response` shape.
|
|
99
106
|
* @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
|
|
@@ -121,11 +128,20 @@ export interface CreateCampaignCommandOutput extends CreateCampaignResponse, __M
|
|
|
121
128
|
export declare class CreateCampaignCommand extends $Command<CreateCampaignCommandInput, CreateCampaignCommandOutput, PersonalizeClientResolvedConfig> {
|
|
122
129
|
readonly input: CreateCampaignCommandInput;
|
|
123
130
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
131
|
+
/**
|
|
132
|
+
* @public
|
|
133
|
+
*/
|
|
124
134
|
constructor(input: CreateCampaignCommandInput);
|
|
125
135
|
/**
|
|
126
136
|
* @internal
|
|
127
137
|
*/
|
|
128
138
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PersonalizeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateCampaignCommandInput, CreateCampaignCommandOutput>;
|
|
139
|
+
/**
|
|
140
|
+
* @internal
|
|
141
|
+
*/
|
|
129
142
|
private serialize;
|
|
143
|
+
/**
|
|
144
|
+
* @internal
|
|
145
|
+
*/
|
|
130
146
|
private deserialize;
|
|
131
147
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { CreateDatasetRequest, CreateDatasetResponse } from "../models/models_0";
|
|
5
5
|
import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link CreateDatasetCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface CreateDatasetCommandInput extends CreateDatasetRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link CreateDatasetCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface CreateDatasetCommandOutput extends CreateDatasetResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Creates an empty dataset and adds it to the specified dataset group.
|
|
18
23
|
* Use <a href="https://docs.aws.amazon.com/personalize/latest/dg/API_CreateDatasetImportJob.html">CreateDatasetImportJob</a> to import your training data to a
|
|
19
24
|
* dataset.</p>
|
|
@@ -79,6 +84,8 @@ export interface CreateDatasetCommandOutput extends CreateDatasetResponse, __Met
|
|
|
79
84
|
* const response = await client.send(command);
|
|
80
85
|
* ```
|
|
81
86
|
*
|
|
87
|
+
* @param CreateDatasetCommandInput - {@link CreateDatasetCommandInput}
|
|
88
|
+
* @returns {@link CreateDatasetCommandOutput}
|
|
82
89
|
* @see {@link CreateDatasetCommandInput} for command's `input` shape.
|
|
83
90
|
* @see {@link CreateDatasetCommandOutput} for command's `response` shape.
|
|
84
91
|
* @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
|
|
@@ -106,11 +113,20 @@ export interface CreateDatasetCommandOutput extends CreateDatasetResponse, __Met
|
|
|
106
113
|
export declare class CreateDatasetCommand extends $Command<CreateDatasetCommandInput, CreateDatasetCommandOutput, PersonalizeClientResolvedConfig> {
|
|
107
114
|
readonly input: CreateDatasetCommandInput;
|
|
108
115
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
116
|
+
/**
|
|
117
|
+
* @public
|
|
118
|
+
*/
|
|
109
119
|
constructor(input: CreateDatasetCommandInput);
|
|
110
120
|
/**
|
|
111
121
|
* @internal
|
|
112
122
|
*/
|
|
113
123
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PersonalizeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateDatasetCommandInput, CreateDatasetCommandOutput>;
|
|
124
|
+
/**
|
|
125
|
+
* @internal
|
|
126
|
+
*/
|
|
114
127
|
private serialize;
|
|
128
|
+
/**
|
|
129
|
+
* @internal
|
|
130
|
+
*/
|
|
115
131
|
private deserialize;
|
|
116
132
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { CreateDatasetExportJobRequest, CreateDatasetExportJobResponse } from "../models/models_0";
|
|
5
5
|
import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link CreateDatasetExportJobCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface CreateDatasetExportJobCommandInput extends CreateDatasetExportJobRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link CreateDatasetExportJobCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface CreateDatasetExportJobCommandOutput extends CreateDatasetExportJobResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p> Creates a job that exports data from your dataset to an Amazon S3 bucket.
|
|
18
23
|
* To allow Amazon Personalize to export the training data, you must specify an
|
|
19
24
|
* service-linked IAM role that gives Amazon Personalize <code>PutObject</code>
|
|
@@ -43,6 +48,8 @@ export interface CreateDatasetExportJobCommandOutput extends CreateDatasetExport
|
|
|
43
48
|
* const response = await client.send(command);
|
|
44
49
|
* ```
|
|
45
50
|
*
|
|
51
|
+
* @param CreateDatasetExportJobCommandInput - {@link CreateDatasetExportJobCommandInput}
|
|
52
|
+
* @returns {@link CreateDatasetExportJobCommandOutput}
|
|
46
53
|
* @see {@link CreateDatasetExportJobCommandInput} for command's `input` shape.
|
|
47
54
|
* @see {@link CreateDatasetExportJobCommandOutput} for command's `response` shape.
|
|
48
55
|
* @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
|
|
@@ -70,11 +77,20 @@ export interface CreateDatasetExportJobCommandOutput extends CreateDatasetExport
|
|
|
70
77
|
export declare class CreateDatasetExportJobCommand extends $Command<CreateDatasetExportJobCommandInput, CreateDatasetExportJobCommandOutput, PersonalizeClientResolvedConfig> {
|
|
71
78
|
readonly input: CreateDatasetExportJobCommandInput;
|
|
72
79
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
80
|
+
/**
|
|
81
|
+
* @public
|
|
82
|
+
*/
|
|
73
83
|
constructor(input: CreateDatasetExportJobCommandInput);
|
|
74
84
|
/**
|
|
75
85
|
* @internal
|
|
76
86
|
*/
|
|
77
87
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PersonalizeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateDatasetExportJobCommandInput, CreateDatasetExportJobCommandOutput>;
|
|
88
|
+
/**
|
|
89
|
+
* @internal
|
|
90
|
+
*/
|
|
78
91
|
private serialize;
|
|
92
|
+
/**
|
|
93
|
+
* @internal
|
|
94
|
+
*/
|
|
79
95
|
private deserialize;
|
|
80
96
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { CreateDatasetGroupRequest, CreateDatasetGroupResponse } from "../models/models_0";
|
|
5
5
|
import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link CreateDatasetGroupCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface CreateDatasetGroupCommandInput extends CreateDatasetGroupRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link CreateDatasetGroupCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface CreateDatasetGroupCommandOutput extends CreateDatasetGroupResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Creates an empty dataset group. A dataset group is a container for
|
|
18
23
|
* Amazon Personalize resources. A dataset group can contain at most three datasets, one
|
|
19
24
|
* for each type of dataset:</p>
|
|
@@ -105,6 +110,8 @@ export interface CreateDatasetGroupCommandOutput extends CreateDatasetGroupRespo
|
|
|
105
110
|
* const response = await client.send(command);
|
|
106
111
|
* ```
|
|
107
112
|
*
|
|
113
|
+
* @param CreateDatasetGroupCommandInput - {@link CreateDatasetGroupCommandInput}
|
|
114
|
+
* @returns {@link CreateDatasetGroupCommandOutput}
|
|
108
115
|
* @see {@link CreateDatasetGroupCommandInput} for command's `input` shape.
|
|
109
116
|
* @see {@link CreateDatasetGroupCommandOutput} for command's `response` shape.
|
|
110
117
|
* @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
|
|
@@ -126,11 +133,20 @@ export interface CreateDatasetGroupCommandOutput extends CreateDatasetGroupRespo
|
|
|
126
133
|
export declare class CreateDatasetGroupCommand extends $Command<CreateDatasetGroupCommandInput, CreateDatasetGroupCommandOutput, PersonalizeClientResolvedConfig> {
|
|
127
134
|
readonly input: CreateDatasetGroupCommandInput;
|
|
128
135
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
136
|
+
/**
|
|
137
|
+
* @public
|
|
138
|
+
*/
|
|
129
139
|
constructor(input: CreateDatasetGroupCommandInput);
|
|
130
140
|
/**
|
|
131
141
|
* @internal
|
|
132
142
|
*/
|
|
133
143
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PersonalizeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateDatasetGroupCommandInput, CreateDatasetGroupCommandOutput>;
|
|
144
|
+
/**
|
|
145
|
+
* @internal
|
|
146
|
+
*/
|
|
134
147
|
private serialize;
|
|
148
|
+
/**
|
|
149
|
+
* @internal
|
|
150
|
+
*/
|
|
135
151
|
private deserialize;
|
|
136
152
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { CreateDatasetImportJobRequest, CreateDatasetImportJobResponse } from "../models/models_0";
|
|
5
5
|
import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link CreateDatasetImportJobCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface CreateDatasetImportJobCommandInput extends CreateDatasetImportJobRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link CreateDatasetImportJobCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface CreateDatasetImportJobCommandOutput extends CreateDatasetImportJobResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Creates a job that imports training data from your data source (an
|
|
18
23
|
* Amazon S3 bucket) to an Amazon Personalize dataset. To allow Amazon Personalize to import the
|
|
19
24
|
* training data, you must specify an IAM service role that has permission to
|
|
@@ -72,6 +77,8 @@ export interface CreateDatasetImportJobCommandOutput extends CreateDatasetImport
|
|
|
72
77
|
* const response = await client.send(command);
|
|
73
78
|
* ```
|
|
74
79
|
*
|
|
80
|
+
* @param CreateDatasetImportJobCommandInput - {@link CreateDatasetImportJobCommandInput}
|
|
81
|
+
* @returns {@link CreateDatasetImportJobCommandOutput}
|
|
75
82
|
* @see {@link CreateDatasetImportJobCommandInput} for command's `input` shape.
|
|
76
83
|
* @see {@link CreateDatasetImportJobCommandOutput} for command's `response` shape.
|
|
77
84
|
* @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
|
|
@@ -99,11 +106,20 @@ export interface CreateDatasetImportJobCommandOutput extends CreateDatasetImport
|
|
|
99
106
|
export declare class CreateDatasetImportJobCommand extends $Command<CreateDatasetImportJobCommandInput, CreateDatasetImportJobCommandOutput, PersonalizeClientResolvedConfig> {
|
|
100
107
|
readonly input: CreateDatasetImportJobCommandInput;
|
|
101
108
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
109
|
+
/**
|
|
110
|
+
* @public
|
|
111
|
+
*/
|
|
102
112
|
constructor(input: CreateDatasetImportJobCommandInput);
|
|
103
113
|
/**
|
|
104
114
|
* @internal
|
|
105
115
|
*/
|
|
106
116
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PersonalizeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateDatasetImportJobCommandInput, CreateDatasetImportJobCommandOutput>;
|
|
117
|
+
/**
|
|
118
|
+
* @internal
|
|
119
|
+
*/
|
|
107
120
|
private serialize;
|
|
121
|
+
/**
|
|
122
|
+
* @internal
|
|
123
|
+
*/
|
|
108
124
|
private deserialize;
|
|
109
125
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { CreateEventTrackerRequest, CreateEventTrackerResponse } from "../models/models_0";
|
|
5
5
|
import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link CreateEventTrackerCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface CreateEventTrackerCommandInput extends CreateEventTrackerRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link CreateEventTrackerCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface CreateEventTrackerCommandOutput extends CreateEventTrackerResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Creates an event tracker that you use when adding event data to a specified dataset
|
|
18
23
|
* group using the
|
|
19
24
|
* <a href="https://docs.aws.amazon.com/personalize/latest/dg/API_UBS_PutEvents.html">PutEvents</a> API.</p>
|
|
@@ -70,6 +75,8 @@ export interface CreateEventTrackerCommandOutput extends CreateEventTrackerRespo
|
|
|
70
75
|
* const response = await client.send(command);
|
|
71
76
|
* ```
|
|
72
77
|
*
|
|
78
|
+
* @param CreateEventTrackerCommandInput - {@link CreateEventTrackerCommandInput}
|
|
79
|
+
* @returns {@link CreateEventTrackerCommandOutput}
|
|
73
80
|
* @see {@link CreateEventTrackerCommandInput} for command's `input` shape.
|
|
74
81
|
* @see {@link CreateEventTrackerCommandOutput} for command's `response` shape.
|
|
75
82
|
* @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
|
|
@@ -97,11 +104,20 @@ export interface CreateEventTrackerCommandOutput extends CreateEventTrackerRespo
|
|
|
97
104
|
export declare class CreateEventTrackerCommand extends $Command<CreateEventTrackerCommandInput, CreateEventTrackerCommandOutput, PersonalizeClientResolvedConfig> {
|
|
98
105
|
readonly input: CreateEventTrackerCommandInput;
|
|
99
106
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
107
|
+
/**
|
|
108
|
+
* @public
|
|
109
|
+
*/
|
|
100
110
|
constructor(input: CreateEventTrackerCommandInput);
|
|
101
111
|
/**
|
|
102
112
|
* @internal
|
|
103
113
|
*/
|
|
104
114
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PersonalizeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateEventTrackerCommandInput, CreateEventTrackerCommandOutput>;
|
|
115
|
+
/**
|
|
116
|
+
* @internal
|
|
117
|
+
*/
|
|
105
118
|
private serialize;
|
|
119
|
+
/**
|
|
120
|
+
* @internal
|
|
121
|
+
*/
|
|
106
122
|
private deserialize;
|
|
107
123
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { CreateFilterRequest, CreateFilterResponse } from "../models/models_0";
|
|
5
5
|
import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link CreateFilterCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface CreateFilterCommandInput extends CreateFilterRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link CreateFilterCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface CreateFilterCommandOutput extends CreateFilterResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Creates a recommendation filter. For more information, see <a href="https://docs.aws.amazon.com/personalize/latest/dg/filter.html">Filtering recommendations and user segments</a>.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface CreateFilterCommandOutput extends CreateFilterResponse, __Metad
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param CreateFilterCommandInput - {@link CreateFilterCommandInput}
|
|
34
|
+
* @returns {@link CreateFilterCommandOutput}
|
|
28
35
|
* @see {@link CreateFilterCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link CreateFilterCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
|
|
@@ -49,11 +56,20 @@ export interface CreateFilterCommandOutput extends CreateFilterResponse, __Metad
|
|
|
49
56
|
export declare class CreateFilterCommand extends $Command<CreateFilterCommandInput, CreateFilterCommandOutput, PersonalizeClientResolvedConfig> {
|
|
50
57
|
readonly input: CreateFilterCommandInput;
|
|
51
58
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
59
|
+
/**
|
|
60
|
+
* @public
|
|
61
|
+
*/
|
|
52
62
|
constructor(input: CreateFilterCommandInput);
|
|
53
63
|
/**
|
|
54
64
|
* @internal
|
|
55
65
|
*/
|
|
56
66
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PersonalizeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateFilterCommandInput, CreateFilterCommandOutput>;
|
|
67
|
+
/**
|
|
68
|
+
* @internal
|
|
69
|
+
*/
|
|
57
70
|
private serialize;
|
|
71
|
+
/**
|
|
72
|
+
* @internal
|
|
73
|
+
*/
|
|
58
74
|
private deserialize;
|
|
59
75
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { CreateMetricAttributionRequest, CreateMetricAttributionResponse } from "../models/models_0";
|
|
5
5
|
import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link CreateMetricAttributionCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface CreateMetricAttributionCommandInput extends CreateMetricAttributionRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link CreateMetricAttributionCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface CreateMetricAttributionCommandOutput extends CreateMetricAttributionResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Creates a metric attribution.
|
|
18
23
|
* A metric attribution creates reports on the data that you import into Amazon Personalize. Depending on how you imported the data, you can view reports in Amazon CloudWatch or Amazon S3.
|
|
19
24
|
* For more information, see <a href="https://docs.aws.amazon.com/personalize/latest/dg/measuring-recommendation-impact.html">Measuring impact of recommendations</a>.</p>
|
|
@@ -27,6 +32,8 @@ export interface CreateMetricAttributionCommandOutput extends CreateMetricAttrib
|
|
|
27
32
|
* const response = await client.send(command);
|
|
28
33
|
* ```
|
|
29
34
|
*
|
|
35
|
+
* @param CreateMetricAttributionCommandInput - {@link CreateMetricAttributionCommandInput}
|
|
36
|
+
* @returns {@link CreateMetricAttributionCommandOutput}
|
|
30
37
|
* @see {@link CreateMetricAttributionCommandInput} for command's `input` shape.
|
|
31
38
|
* @see {@link CreateMetricAttributionCommandOutput} for command's `response` shape.
|
|
32
39
|
* @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
|
|
@@ -51,11 +58,20 @@ export interface CreateMetricAttributionCommandOutput extends CreateMetricAttrib
|
|
|
51
58
|
export declare class CreateMetricAttributionCommand extends $Command<CreateMetricAttributionCommandInput, CreateMetricAttributionCommandOutput, PersonalizeClientResolvedConfig> {
|
|
52
59
|
readonly input: CreateMetricAttributionCommandInput;
|
|
53
60
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
61
|
+
/**
|
|
62
|
+
* @public
|
|
63
|
+
*/
|
|
54
64
|
constructor(input: CreateMetricAttributionCommandInput);
|
|
55
65
|
/**
|
|
56
66
|
* @internal
|
|
57
67
|
*/
|
|
58
68
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PersonalizeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateMetricAttributionCommandInput, CreateMetricAttributionCommandOutput>;
|
|
69
|
+
/**
|
|
70
|
+
* @internal
|
|
71
|
+
*/
|
|
59
72
|
private serialize;
|
|
73
|
+
/**
|
|
74
|
+
* @internal
|
|
75
|
+
*/
|
|
60
76
|
private deserialize;
|
|
61
77
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { CreateRecommenderRequest, CreateRecommenderResponse } from "../models/models_0";
|
|
5
5
|
import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link CreateRecommenderCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface CreateRecommenderCommandInput extends CreateRecommenderRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link CreateRecommenderCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface CreateRecommenderCommandOutput extends CreateRecommenderResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Creates a recommender with the recipe (a Domain dataset group use case) you specify.
|
|
18
23
|
* You create recommenders for a Domain dataset group and specify the recommender's Amazon Resource Name (ARN) when you make a
|
|
19
24
|
* <a href="https://docs.aws.amazon.com/personalize/latest/dg/API_RS_GetRecommendations.html">GetRecommendations</a>
|
|
@@ -100,6 +105,8 @@ export interface CreateRecommenderCommandOutput extends CreateRecommenderRespons
|
|
|
100
105
|
* const response = await client.send(command);
|
|
101
106
|
* ```
|
|
102
107
|
*
|
|
108
|
+
* @param CreateRecommenderCommandInput - {@link CreateRecommenderCommandInput}
|
|
109
|
+
* @returns {@link CreateRecommenderCommandOutput}
|
|
103
110
|
* @see {@link CreateRecommenderCommandInput} for command's `input` shape.
|
|
104
111
|
* @see {@link CreateRecommenderCommandOutput} for command's `response` shape.
|
|
105
112
|
* @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
|
|
@@ -127,11 +134,20 @@ export interface CreateRecommenderCommandOutput extends CreateRecommenderRespons
|
|
|
127
134
|
export declare class CreateRecommenderCommand extends $Command<CreateRecommenderCommandInput, CreateRecommenderCommandOutput, PersonalizeClientResolvedConfig> {
|
|
128
135
|
readonly input: CreateRecommenderCommandInput;
|
|
129
136
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
137
|
+
/**
|
|
138
|
+
* @public
|
|
139
|
+
*/
|
|
130
140
|
constructor(input: CreateRecommenderCommandInput);
|
|
131
141
|
/**
|
|
132
142
|
* @internal
|
|
133
143
|
*/
|
|
134
144
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PersonalizeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateRecommenderCommandInput, CreateRecommenderCommandOutput>;
|
|
145
|
+
/**
|
|
146
|
+
* @internal
|
|
147
|
+
*/
|
|
135
148
|
private serialize;
|
|
149
|
+
/**
|
|
150
|
+
* @internal
|
|
151
|
+
*/
|
|
136
152
|
private deserialize;
|
|
137
153
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { CreateSchemaRequest, CreateSchemaResponse } from "../models/models_0";
|
|
5
5
|
import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link CreateSchemaCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface CreateSchemaCommandInput extends CreateSchemaRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link CreateSchemaCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface CreateSchemaCommandOutput extends CreateSchemaResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Creates an Amazon Personalize schema from the specified schema string. The schema you create
|
|
18
23
|
* must be in Avro JSON format.</p>
|
|
19
24
|
* <p>Amazon Personalize recognizes three schema variants. Each schema is associated with a dataset
|
|
@@ -51,6 +56,8 @@ export interface CreateSchemaCommandOutput extends CreateSchemaResponse, __Metad
|
|
|
51
56
|
* const response = await client.send(command);
|
|
52
57
|
* ```
|
|
53
58
|
*
|
|
59
|
+
* @param CreateSchemaCommandInput - {@link CreateSchemaCommandInput}
|
|
60
|
+
* @returns {@link CreateSchemaCommandOutput}
|
|
54
61
|
* @see {@link CreateSchemaCommandInput} for command's `input` shape.
|
|
55
62
|
* @see {@link CreateSchemaCommandOutput} for command's `response` shape.
|
|
56
63
|
* @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
|
|
@@ -69,11 +76,20 @@ export interface CreateSchemaCommandOutput extends CreateSchemaResponse, __Metad
|
|
|
69
76
|
export declare class CreateSchemaCommand extends $Command<CreateSchemaCommandInput, CreateSchemaCommandOutput, PersonalizeClientResolvedConfig> {
|
|
70
77
|
readonly input: CreateSchemaCommandInput;
|
|
71
78
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
79
|
+
/**
|
|
80
|
+
* @public
|
|
81
|
+
*/
|
|
72
82
|
constructor(input: CreateSchemaCommandInput);
|
|
73
83
|
/**
|
|
74
84
|
* @internal
|
|
75
85
|
*/
|
|
76
86
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PersonalizeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateSchemaCommandInput, CreateSchemaCommandOutput>;
|
|
87
|
+
/**
|
|
88
|
+
* @internal
|
|
89
|
+
*/
|
|
77
90
|
private serialize;
|
|
91
|
+
/**
|
|
92
|
+
* @internal
|
|
93
|
+
*/
|
|
78
94
|
private deserialize;
|
|
79
95
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { CreateSolutionRequest, CreateSolutionResponse } from "../models/models_0";
|
|
5
5
|
import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link CreateSolutionCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface CreateSolutionCommandInput extends CreateSolutionRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link CreateSolutionCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface CreateSolutionCommandOutput extends CreateSolutionResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Creates the configuration for training a model. A trained model is known as
|
|
18
23
|
* a solution. After the configuration is created, you train the model (create a solution)
|
|
19
24
|
* by calling the <a href="https://docs.aws.amazon.com/personalize/latest/dg/API_CreateSolutionVersion.html">CreateSolutionVersion</a> operation. Every time you call
|
|
@@ -97,6 +102,8 @@ export interface CreateSolutionCommandOutput extends CreateSolutionResponse, __M
|
|
|
97
102
|
* const response = await client.send(command);
|
|
98
103
|
* ```
|
|
99
104
|
*
|
|
105
|
+
* @param CreateSolutionCommandInput - {@link CreateSolutionCommandInput}
|
|
106
|
+
* @returns {@link CreateSolutionCommandOutput}
|
|
100
107
|
* @see {@link CreateSolutionCommandInput} for command's `input` shape.
|
|
101
108
|
* @see {@link CreateSolutionCommandOutput} for command's `response` shape.
|
|
102
109
|
* @see {@link PersonalizeClientResolvedConfig | config} for PersonalizeClient's `config` shape.
|
|
@@ -124,11 +131,20 @@ export interface CreateSolutionCommandOutput extends CreateSolutionResponse, __M
|
|
|
124
131
|
export declare class CreateSolutionCommand extends $Command<CreateSolutionCommandInput, CreateSolutionCommandOutput, PersonalizeClientResolvedConfig> {
|
|
125
132
|
readonly input: CreateSolutionCommandInput;
|
|
126
133
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
134
|
+
/**
|
|
135
|
+
* @public
|
|
136
|
+
*/
|
|
127
137
|
constructor(input: CreateSolutionCommandInput);
|
|
128
138
|
/**
|
|
129
139
|
* @internal
|
|
130
140
|
*/
|
|
131
141
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: PersonalizeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateSolutionCommandInput, CreateSolutionCommandOutput>;
|
|
142
|
+
/**
|
|
143
|
+
* @internal
|
|
144
|
+
*/
|
|
132
145
|
private serialize;
|
|
146
|
+
/**
|
|
147
|
+
* @internal
|
|
148
|
+
*/
|
|
133
149
|
private deserialize;
|
|
134
150
|
}
|