@relevanceai/sdk 1.149.0 → 2.0.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/README.md +27 -49
- package/package.json +3 -2
- package/dist-cjs/generated/DiscoveryApi.js +0 -1378
- package/dist-cjs/generated/_DiscoveryApiSchemaTypes.js +0 -3
- package/dist-cjs/generated/index.js +0 -17
- package/dist-cjs/index.js +0 -18
- package/dist-cjs/services/discovery/Dataset.js +0 -126
- package/dist-cjs/services/discovery/index.js +0 -159
- package/dist-cjs/services/index.js +0 -3
- package/dist-cjs/shared/BaseClient.js +0 -35
- package/dist-cjs/shared/generate.js +0 -90
- package/dist-cjs/shared/serviceConfigs.js +0 -10
- package/dist-es/generated/DiscoveryApi.js +0 -2123
- package/dist-es/generated/_DiscoveryApiSchemaTypes.js +0 -2
- package/dist-es/generated/index.js +0 -1
- package/dist-es/index.js +0 -2
- package/dist-es/services/discovery/Dataset.js +0 -126
- package/dist-es/services/discovery/index.js +0 -159
- package/dist-es/services/index.js +0 -3
- package/dist-es/shared/BaseClient.js +0 -82
- package/dist-es/shared/generate.js +0 -224
- package/dist-es/shared/serviceConfigs.js +0 -7
- package/dist-types/generated/DiscoveryApi.d.ts +0 -518
- package/dist-types/generated/_DiscoveryApiSchemaTypes.d.ts +0 -20001
- package/dist-types/generated/index.d.ts +0 -1
- package/dist-types/index.d.ts +0 -1
- package/dist-types/services/discovery/Dataset.d.ts +0 -0
- package/dist-types/services/discovery/index.d.ts +0 -0
- package/dist-types/services/index.d.ts +0 -0
- package/dist-types/shared/BaseClient.d.ts +0 -28
- package/dist-types/shared/generate.d.ts +0 -1
- package/dist-types/shared/serviceConfigs.d.ts +0 -8
|
@@ -1,518 +0,0 @@
|
|
|
1
|
-
import { CommandInput, _GenericClient, CommandOutput, _ClientInput, _GenericMethodOptions } from '../shared/BaseClient';
|
|
2
|
-
import { operations } from './_DiscoveryApiSchemaTypes';
|
|
3
|
-
export declare type CreateDeployableInput = operations['CreateDeployable']['requestBody']['content']['application/json'];
|
|
4
|
-
export declare type CreateDeployableOutput = operations['CreateDeployable']['responses']['200']['content']['application/json'];
|
|
5
|
-
export declare type GetDeployableInput = {};
|
|
6
|
-
export declare type GetDeployableOutput = operations['GetDeployable']['responses']['200']['content']['application/json'];
|
|
7
|
-
export declare type UpdateDeployableInput = operations['UpdateDeployable']['requestBody']['content']['application/json'];
|
|
8
|
-
export declare type UpdateDeployableOutput = operations['UpdateDeployable']['responses']['200']['content']['application/json'];
|
|
9
|
-
export declare type DeleteDeployableInput = operations['DeleteDeployable']['requestBody']['content']['application/json'];
|
|
10
|
-
export declare type DeleteDeployableOutput = operations['DeleteDeployable']['responses']['200']['content']['application/json'];
|
|
11
|
-
export declare type CreateDeployableKeyInput = operations['CreateDeployableKey']['requestBody']['content']['application/json'];
|
|
12
|
-
export declare type CreateDeployableKeyOutput = operations['CreateDeployableKey']['responses']['200']['content']['application/json'];
|
|
13
|
-
export declare type CreateDeployableInviteInput = operations['CreateDeployableInvite']['requestBody']['content']['application/json'];
|
|
14
|
-
export declare type CreateDeployableInviteOutput = operations['CreateDeployableInvite']['responses']['200']['content']['application/json'];
|
|
15
|
-
export declare type UpdateUsersDeployablePermissionsInput = operations['UpdateUsersDeployablePermissions']['requestBody']['content']['application/json'];
|
|
16
|
-
export declare type UpdateUsersDeployablePermissionsOutput = operations['UpdateUsersDeployablePermissions']['responses']['200']['content']['application/json'];
|
|
17
|
-
export declare type DeleteDeployableKeyInput = operations['DeleteDeployableKey']['requestBody']['content']['application/json'];
|
|
18
|
-
export declare type DeleteDeployableKeyOutput = operations['DeleteDeployableKey']['responses']['200']['content']['application/json'];
|
|
19
|
-
export declare type ListDeployablesInput = {};
|
|
20
|
-
export declare type ListDeployablesOutput = operations['ListDeployables']['responses']['200']['content']['application/json'];
|
|
21
|
-
export declare type DeleteDeployableGroupInput = operations['DeleteDeployableGroup']['requestBody']['content']['application/json'];
|
|
22
|
-
export declare type DeleteDeployableGroupOutput = operations['DeleteDeployableGroup']['responses']['200']['content']['application/json'];
|
|
23
|
-
export declare type ListDeployableGroupsInput = operations['ListDeployableGroups']['requestBody']['content']['application/json'];
|
|
24
|
-
export declare type ListDeployableGroupsOutput = operations['ListDeployableGroups']['responses']['200']['content']['application/json'];
|
|
25
|
-
export declare type CreateDeployableGroupInput = operations['CreateDeployableGroup']['requestBody']['content']['application/json'];
|
|
26
|
-
export declare type CreateDeployableGroupOutput = operations['CreateDeployableGroup']['responses']['200']['content']['application/json'];
|
|
27
|
-
export declare type GetDeployableGroupInput = {};
|
|
28
|
-
export declare type GetDeployableGroupOutput = operations['GetDeployableGroup']['responses']['200']['content']['application/json'];
|
|
29
|
-
export declare type UpdateDeployableGroupInput = operations['UpdateDeployableGroup']['requestBody']['content']['application/json'];
|
|
30
|
-
export declare type UpdateDeployableGroupOutput = operations['UpdateDeployableGroup']['responses']['200']['content']['application/json'];
|
|
31
|
-
export declare type CreateDeployableGroupKeyInput = operations['CreateDeployableGroupKey']['requestBody']['content']['application/json'];
|
|
32
|
-
export declare type CreateDeployableGroupKeyOutput = operations['CreateDeployableGroupKey']['responses']['200']['content']['application/json'];
|
|
33
|
-
export declare type DeleteDeployableGroupKeyInput = operations['DeleteDeployableGroupKey']['requestBody']['content']['application/json'];
|
|
34
|
-
export declare type DeleteDeployableGroupKeyOutput = operations['DeleteDeployableGroupKey']['responses']['200']['content']['application/json'];
|
|
35
|
-
export declare type CreateProjectInput = operations['CreateProject']['requestBody']['content']['application/json'];
|
|
36
|
-
export declare type CreateProjectOutput = operations['CreateProject']['responses']['200']['content']['application/json'];
|
|
37
|
-
export declare type UpdateProjectInput = operations['UpdateProject']['requestBody']['content']['application/json'];
|
|
38
|
-
export declare type UpdateProjectOutput = operations['UpdateProject']['responses']['200']['content']['application/json'];
|
|
39
|
-
export declare type TransferProjectToOrganizationInput = operations['TransferProjectToOrganization']['requestBody']['content']['application/json'];
|
|
40
|
-
export declare type TransferProjectToOrganizationOutput = operations['TransferProjectToOrganization']['responses']['200']['content']['application/json'];
|
|
41
|
-
export declare type ListProjectsInput = {};
|
|
42
|
-
export declare type ListProjectsOutput = operations['ListProjects']['responses']['200']['content']['application/json'];
|
|
43
|
-
export declare type CreateUserInput = operations['CreateUser']['requestBody']['content']['application/json'];
|
|
44
|
-
export declare type CreateUserOutput = operations['CreateUser']['responses']['200']['content']['application/json'];
|
|
45
|
-
export declare type ListUsersInput = operations['ListUsers']['requestBody']['content']['application/json'];
|
|
46
|
-
export declare type ListUsersOutput = operations['ListUsers']['responses']['200']['content']['application/json'];
|
|
47
|
-
export declare type IsUserAuthorizedInput = operations['IsUserAuthorized']['requestBody']['content']['application/json'];
|
|
48
|
-
export declare type IsUserAuthorizedOutput = operations['IsUserAuthorized']['responses']['200']['content']['application/json'];
|
|
49
|
-
export declare type GetAuthHeaderInfoInput = {};
|
|
50
|
-
export declare type GetAuthHeaderInfoOutput = operations['GetAuthHeaderInfo']['responses']['200']['content']['application/json'];
|
|
51
|
-
export declare type CreateProjectInviteInput = operations['CreateProjectInvite']['requestBody']['content']['application/json'];
|
|
52
|
-
export declare type CreateProjectInviteOutput = operations['CreateProjectInvite']['responses']['200']['content']['application/json'];
|
|
53
|
-
export declare type ListProjectInvitesInput = operations['ListProjectInvites']['requestBody']['content']['application/json'];
|
|
54
|
-
export declare type ListProjectInvitesOutput = operations['ListProjectInvites']['responses']['200']['content']['application/json'];
|
|
55
|
-
export declare type AcceptProjectInviteInput = operations['AcceptProjectInvite']['requestBody']['content']['application/json'];
|
|
56
|
-
export declare type AcceptProjectInviteOutput = operations['AcceptProjectInvite']['responses']['200']['content']['application/json'];
|
|
57
|
-
export declare type DeleteProjectInviteInput = operations['DeleteProjectInvite']['requestBody']['content']['application/json'];
|
|
58
|
-
export declare type DeleteProjectInviteOutput = operations['DeleteProjectInvite']['responses']['200']['content']['application/json'];
|
|
59
|
-
export declare type ResendProjectInviteInput = operations['ResendProjectInvite']['requestBody']['content']['application/json'];
|
|
60
|
-
export declare type ResendProjectInviteOutput = operations['ResendProjectInvite']['responses']['200']['content']['application/json'];
|
|
61
|
-
export declare type GetUserInput = {};
|
|
62
|
-
export declare type GetUserOutput = operations['GetUser']['responses']['200']['content']['application/json'];
|
|
63
|
-
export declare type UpdateUserInput = operations['UpdateUser']['requestBody']['content']['application/json'];
|
|
64
|
-
export declare type UpdateUserOutput = operations['UpdateUser']['responses']['200']['content']['application/json'];
|
|
65
|
-
export declare type DeleteUserInput = operations['DeleteUser']['requestBody']['content']['application/json'];
|
|
66
|
-
export declare type DeleteUserOutput = operations['DeleteUser']['responses']['200']['content']['application/json'];
|
|
67
|
-
export declare type CreateUserKeyInput = operations['CreateUserKey']['requestBody']['content']['application/json'];
|
|
68
|
-
export declare type CreateUserKeyOutput = operations['CreateUserKey']['responses']['200']['content']['application/json'];
|
|
69
|
-
export declare type ListUserKeysInput = operations['ListUserKeys']['requestBody']['content']['application/json'];
|
|
70
|
-
export declare type ListUserKeysOutput = operations['ListUserKeys']['responses']['200']['content']['application/json'];
|
|
71
|
-
export declare type DeleteUserKeyInput = operations['DeleteUserKey']['requestBody']['content']['application/json'];
|
|
72
|
-
export declare type DeleteUserKeyOutput = operations['DeleteUserKey']['responses']['200']['content']['application/json'];
|
|
73
|
-
export declare type InsertClusterCentroidsInput = operations['InsertClusterCentroids']['requestBody']['content']['application/json'];
|
|
74
|
-
export declare type InsertClusterCentroidsOutput = operations['InsertClusterCentroids']['responses']['200']['content']['application/json'];
|
|
75
|
-
export declare type UpdateClusterCentroidsInput = operations['UpdateClusterCentroids']['requestBody']['content']['application/json'];
|
|
76
|
-
export declare type UpdateClusterCentroidsOutput = operations['UpdateClusterCentroids']['responses']['200']['content']['application/json'];
|
|
77
|
-
export declare type CompareClusterCentroidsInput = operations['CompareClusterCentroids']['requestBody']['content']['application/json'];
|
|
78
|
-
export declare type CompareClusterCentroidsOutput = operations['CompareClusterCentroids']['responses']['200']['content']['application/json'];
|
|
79
|
-
export declare type AggregateInput = operations['Aggregate']['requestBody']['content']['application/json'];
|
|
80
|
-
export declare type AggregateOutput = operations['Aggregate']['responses']['200']['content']['application/json'];
|
|
81
|
-
export declare type AggregateClustersInput = operations['AggregateClusters']['requestBody']['content']['application/json'];
|
|
82
|
-
export declare type AggregateClustersOutput = operations['AggregateClusters']['responses']['200']['content']['application/json'];
|
|
83
|
-
export declare type ListClusterFacetsInput = operations['ListClusterFacets']['requestBody']['content']['application/json'];
|
|
84
|
-
export declare type ListClusterFacetsOutput = operations['ListClusterFacets']['responses']['200']['content']['application/json'];
|
|
85
|
-
export declare type ListClosestToCentroidsInput = operations['ListClosestToCentroids']['requestBody']['content']['application/json'];
|
|
86
|
-
export declare type ListClosestToCentroidsOutput = operations['ListClosestToCentroids']['responses']['200']['content']['application/json'];
|
|
87
|
-
export declare type ListFurthestFromCentroidsInput = operations['ListFurthestFromCentroids']['requestBody']['content']['application/json'];
|
|
88
|
-
export declare type ListFurthestFromCentroidsOutput = operations['ListFurthestFromCentroids']['responses']['200']['content']['application/json'];
|
|
89
|
-
export declare type ListCentroidsInput = operations['ListCentroids']['requestBody']['content']['application/json'];
|
|
90
|
-
export declare type ListCentroidsOutput = operations['ListCentroids']['responses']['200']['content']['application/json'];
|
|
91
|
-
export declare type ListCentroidConfigsInput = {};
|
|
92
|
-
export declare type ListCentroidConfigsOutput = operations['ListCentroidConfigs']['responses']['200']['content']['application/json'];
|
|
93
|
-
export declare type DeleteCentroidInput = operations['DeleteCentroid']['requestBody']['content']['application/json'];
|
|
94
|
-
export declare type DeleteCentroidOutput = operations['DeleteCentroid']['responses']['200']['content']['application/json'];
|
|
95
|
-
export declare type RealtimeClusteringInput = operations['RealtimeClustering']['requestBody']['content']['application/json'];
|
|
96
|
-
export declare type RealtimeClusteringOutput = operations['RealtimeClustering']['responses']['200']['content']['application/json'];
|
|
97
|
-
export declare type MergeClustersInput = operations['MergeClusters']['requestBody']['content']['application/json'];
|
|
98
|
-
export declare type MergeClustersOutput = operations['MergeClusters']['responses']['200']['content']['application/json'];
|
|
99
|
-
export declare type CreateClusterSummariesInput = operations['CreateClusterSummaries']['requestBody']['content']['application/json'];
|
|
100
|
-
export declare type CreateClusterSummariesOutput = operations['CreateClusterSummaries']['responses']['200']['content']['application/json'];
|
|
101
|
-
export declare type CreateClusterLabelsInput = operations['CreateClusterLabels']['requestBody']['content']['application/json'];
|
|
102
|
-
export declare type CreateClusterLabelsOutput = operations['CreateClusterLabels']['responses']['200']['content']['application/json'];
|
|
103
|
-
export declare type ListClusterSummariesInput = operations['ListClusterSummaries']['requestBody']['content']['application/json'];
|
|
104
|
-
export declare type ListClusterSummariesOutput = operations['ListClusterSummaries']['responses']['200']['content']['application/json'];
|
|
105
|
-
export declare type CreateHierarchicalClustersInput = operations['CreateHierarchicalClusters']['requestBody']['content']['application/json'];
|
|
106
|
-
export declare type CreateHierarchicalClustersOutput = operations['CreateHierarchicalClusters']['responses']['200']['content']['application/json'];
|
|
107
|
-
export declare type DeleteClusterSummariesInput = operations['DeleteClusterSummaries']['requestBody']['content']['application/json'];
|
|
108
|
-
export declare type DeleteClusterSummariesOutput = operations['DeleteClusterSummaries']['responses']['200']['content']['application/json'];
|
|
109
|
-
export declare type CreateOrganizationInput = operations['CreateOrganization']['requestBody']['content']['application/json'];
|
|
110
|
-
export declare type CreateOrganizationOutput = operations['CreateOrganization']['responses']['200']['content']['application/json'];
|
|
111
|
-
export declare type UpdateOrganizationInput = operations['UpdateOrganization']['requestBody']['content']['application/json'];
|
|
112
|
-
export declare type UpdateOrganizationOutput = operations['UpdateOrganization']['responses']['200']['content']['application/json'];
|
|
113
|
-
export declare type UpdateOrganizationAdminInput = operations['UpdateOrganizationAdmin']['requestBody']['content']['application/json'];
|
|
114
|
-
export declare type UpdateOrganizationAdminOutput = operations['UpdateOrganizationAdmin']['responses']['200']['content']['application/json'];
|
|
115
|
-
export declare type ListOrganizationsInput = {};
|
|
116
|
-
export declare type ListOrganizationsOutput = operations['ListOrganizations']['responses']['200']['content']['application/json'];
|
|
117
|
-
export declare type DeleteOrganizationInput = operations['DeleteOrganization']['requestBody']['content']['application/json'];
|
|
118
|
-
export declare type DeleteOrganizationOutput = operations['DeleteOrganization']['responses']['200']['content']['application/json'];
|
|
119
|
-
export declare type GetOrganizationInput = {};
|
|
120
|
-
export declare type GetOrganizationOutput = operations['GetOrganization']['responses']['200']['content']['application/json'];
|
|
121
|
-
export declare type GetOrganizationUsageInput = {};
|
|
122
|
-
export declare type GetOrganizationUsageOutput = operations['GetOrganizationUsage']['responses']['200']['content']['application/json'];
|
|
123
|
-
export declare type ListUsersInOrganizationInput = {};
|
|
124
|
-
export declare type ListUsersInOrganizationOutput = operations['ListUsersInOrganization']['responses']['200']['content']['application/json'];
|
|
125
|
-
export declare type ListProjectsInOrganizationInput = {};
|
|
126
|
-
export declare type ListProjectsInOrganizationOutput = operations['ListProjectsInOrganization']['responses']['200']['content']['application/json'];
|
|
127
|
-
export declare type AggregateOrganizationMetricsInput = operations['AggregateOrganizationMetrics']['requestBody']['content']['application/json'];
|
|
128
|
-
export declare type AggregateOrganizationMetricsOutput = operations['AggregateOrganizationMetrics']['responses']['200']['content']['application/json'];
|
|
129
|
-
export declare type CreateConnectorInput = operations['CreateConnector']['requestBody']['content']['application/json'];
|
|
130
|
-
export declare type CreateConnectorOutput = operations['CreateConnector']['responses']['200']['content']['application/json'];
|
|
131
|
-
export declare type CheckConnectionInput = operations['CheckConnection']['requestBody']['content']['application/json'];
|
|
132
|
-
export declare type CheckConnectionOutput = operations['CheckConnection']['responses']['200']['content']['application/json'];
|
|
133
|
-
export declare type GetConnectorInput = {};
|
|
134
|
-
export declare type GetConnectorOutput = operations['GetConnector']['responses']['200']['content']['application/json'];
|
|
135
|
-
export declare type UpdateConnectorInput = operations['UpdateConnector']['requestBody']['content']['application/json'];
|
|
136
|
-
export declare type UpdateConnectorOutput = operations['UpdateConnector']['responses']['200']['content']['application/json'];
|
|
137
|
-
export declare type TriggerConnectorInput = operations['TriggerConnector']['requestBody']['content']['application/json'];
|
|
138
|
-
export declare type TriggerConnectorOutput = operations['TriggerConnector']['responses']['200']['content']['application/json'];
|
|
139
|
-
export declare type DeleteConnectorInput = operations['DeleteConnector']['requestBody']['content']['application/json'];
|
|
140
|
-
export declare type DeleteConnectorOutput = operations['DeleteConnector']['responses']['200']['content']['application/json'];
|
|
141
|
-
export declare type ListConnectorsInput = {};
|
|
142
|
-
export declare type ListConnectorsOutput = operations['ListConnectors']['responses']['200']['content']['application/json'];
|
|
143
|
-
export declare type ListConnectorTypesInput = {};
|
|
144
|
-
export declare type ListConnectorTypesOutput = operations['ListConnectorTypes']['responses']['200']['content']['application/json'];
|
|
145
|
-
export declare type GetConnectorTypeInput = {};
|
|
146
|
-
export declare type GetConnectorTypeOutput = operations['GetConnectorType']['responses']['200']['content']['application/json'];
|
|
147
|
-
export declare type ListConnectorJobsInput = {};
|
|
148
|
-
export declare type ListConnectorJobsOutput = operations['ListConnectorJobs']['responses']['200']['content']['application/json'];
|
|
149
|
-
export declare type GetConnectorJobInput = {};
|
|
150
|
-
export declare type GetConnectorJobOutput = operations['GetConnectorJob']['responses']['200']['content']['application/json'];
|
|
151
|
-
export declare type TriggerWorkflowInput = operations['TriggerWorkflow']['requestBody']['content']['application/json'];
|
|
152
|
-
export declare type TriggerWorkflowOutput = operations['TriggerWorkflow']['responses']['200']['content']['application/json'];
|
|
153
|
-
export declare type ListWorkflowsInput = {};
|
|
154
|
-
export declare type ListWorkflowsOutput = operations['ListWorkflows']['responses']['200']['content']['application/json'];
|
|
155
|
-
export declare type GetWorkflowStatusInput = operations['GetWorkflowStatus']['requestBody']['content']['application/json'];
|
|
156
|
-
export declare type GetWorkflowStatusOutput = operations['GetWorkflowStatus']['responses']['200']['content']['application/json'];
|
|
157
|
-
export declare type DeleteWorkflowStatusInput = operations['DeleteWorkflowStatus']['requestBody']['content']['application/json'];
|
|
158
|
-
export declare type DeleteWorkflowStatusOutput = operations['DeleteWorkflowStatus']['responses']['200']['content']['application/json'];
|
|
159
|
-
export declare type TerminateWorkflowInput = operations['TerminateWorkflow']['requestBody']['content']['application/json'];
|
|
160
|
-
export declare type TerminateWorkflowOutput = operations['TerminateWorkflow']['responses']['200']['content']['application/json'];
|
|
161
|
-
export declare type UpsertWorkflowMetadataInput = operations['UpsertWorkflowMetadata']['requestBody']['content']['application/json'];
|
|
162
|
-
export declare type UpsertWorkflowMetadataOutput = operations['UpsertWorkflowMetadata']['responses']['200']['content']['application/json'];
|
|
163
|
-
export declare type UpsertWorkflowProgressInput = operations['UpsertWorkflowProgress']['requestBody']['content']['application/json'];
|
|
164
|
-
export declare type UpsertWorkflowProgressOutput = operations['UpsertWorkflowProgress']['responses']['200']['content']['application/json'];
|
|
165
|
-
export declare type UpsertWorkflowStatusInput = operations['UpsertWorkflowStatus']['requestBody']['content']['application/json'];
|
|
166
|
-
export declare type UpsertWorkflowStatusOutput = operations['UpsertWorkflowStatus']['responses']['200']['content']['application/json'];
|
|
167
|
-
export declare type ListWorkflowTypesInput = {};
|
|
168
|
-
export declare type ListWorkflowTypesOutput = operations['ListWorkflowTypes']['responses']['200']['content']['application/json'];
|
|
169
|
-
export declare type GetWorkflowTypeInput = {};
|
|
170
|
-
export declare type GetWorkflowTypeOutput = operations['GetWorkflowType']['responses']['200']['content']['application/json'];
|
|
171
|
-
export declare type ValidateWorkflowParamsInput = operations['ValidateWorkflowParams']['requestBody']['content']['application/json'];
|
|
172
|
-
export declare type ValidateWorkflowParamsOutput = operations['ValidateWorkflowParams']['responses']['200']['content']['application/json'];
|
|
173
|
-
export declare type InsertInput = operations['Insert']['requestBody']['content']['application/json'];
|
|
174
|
-
export declare type InsertOutput = operations['Insert']['responses']['200']['content']['application/json'];
|
|
175
|
-
export declare type BulkInsertInput = operations['BulkInsert']['requestBody']['content']['application/json'];
|
|
176
|
-
export declare type BulkInsertOutput = operations['BulkInsert']['responses']['200']['content']['application/json'];
|
|
177
|
-
export declare type GetFileUploadUrlsForDatasetInput = operations['GetFileUploadUrlsForDataset']['requestBody']['content']['application/json'];
|
|
178
|
-
export declare type GetFileUploadUrlsForDatasetOutput = operations['GetFileUploadUrlsForDataset']['responses']['200']['content']['application/json'];
|
|
179
|
-
export declare type ListFileUploadsForDatasetInput = {};
|
|
180
|
-
export declare type ListFileUploadsForDatasetOutput = operations['ListFileUploadsForDataset']['responses']['200']['content']['application/json'];
|
|
181
|
-
export declare type ParseBlobInput = operations['ParseBlob']['requestBody']['content']['application/json'];
|
|
182
|
-
export declare type ParseBlobOutput = operations['ParseBlob']['responses']['200']['content']['application/json'];
|
|
183
|
-
export declare type CopyForeignDatasetInput = operations['CopyForeignDataset']['requestBody']['content']['application/json'];
|
|
184
|
-
export declare type CopyForeignDatasetOutput = operations['CopyForeignDataset']['responses']['200']['content']['application/json'];
|
|
185
|
-
export declare type CreateProjectReadKeyInput = operations['CreateProjectReadKey']['requestBody']['content']['application/json'];
|
|
186
|
-
export declare type CreateProjectReadKeyOutput = operations['CreateProjectReadKey']['responses']['200']['content']['application/json'];
|
|
187
|
-
export declare type DeleteDatasetInput = operations['DeleteDataset']['requestBody']['content']['application/json'];
|
|
188
|
-
export declare type DeleteDatasetOutput = operations['DeleteDataset']['responses']['200']['content']['application/json'];
|
|
189
|
-
export declare type CreateDatasetInput = operations['CreateDataset']['requestBody']['content']['application/json'];
|
|
190
|
-
export declare type CreateDatasetOutput = operations['CreateDataset']['responses']['200']['content']['application/json'];
|
|
191
|
-
export declare type GetSchemaInput = {};
|
|
192
|
-
export declare type GetSchemaOutput = operations['GetSchema']['responses']['200']['content']['application/json'];
|
|
193
|
-
export declare type ListDatasetsInput = {};
|
|
194
|
-
export declare type ListDatasetsOutput = operations['ListDatasets']['responses']['200']['content']['application/json'];
|
|
195
|
-
export declare type CombineDatasetsInput = operations['CombineDatasets']['requestBody']['content']['application/json'];
|
|
196
|
-
export declare type CombineDatasetsOutput = operations['CombineDatasets']['responses']['200']['content']['application/json'];
|
|
197
|
-
export declare type GetCombineJobStatusInput = operations['GetCombineJobStatus']['requestBody']['content']['application/json'];
|
|
198
|
-
export declare type GetCombineJobStatusOutput = operations['GetCombineJobStatus']['responses']['200']['content']['application/json'];
|
|
199
|
-
export declare type SearchDatasetsInput = {};
|
|
200
|
-
export declare type SearchDatasetsOutput = operations['SearchDatasets']['responses']['200']['content']['application/json'];
|
|
201
|
-
export declare type GetFieldHealthInput = {};
|
|
202
|
-
export declare type GetFieldHealthOutput = operations['GetFieldHealth']['responses']['200']['content']['application/json'];
|
|
203
|
-
export declare type GetDatasetStatsInput = {};
|
|
204
|
-
export declare type GetDatasetStatsOutput = operations['GetDatasetStats']['responses']['200']['content']['application/json'];
|
|
205
|
-
export declare type GetDatasetUsageInput = operations['GetDatasetUsage']['requestBody']['content']['application/json'];
|
|
206
|
-
export declare type GetDatasetUsageOutput = operations['GetDatasetUsage']['responses']['200']['content']['application/json'];
|
|
207
|
-
export declare type GetVectorMappingsInput = {};
|
|
208
|
-
export declare type GetVectorMappingsOutput = operations['GetVectorMappings']['responses']['200']['content']['application/json'];
|
|
209
|
-
export declare type GetDatasetDetailsInput = operations['GetDatasetDetails']['requestBody']['content']['application/json'];
|
|
210
|
-
export declare type GetDatasetDetailsOutput = operations['GetDatasetDetails']['responses']['200']['content']['application/json'];
|
|
211
|
-
export declare type GetDocumentInput = {};
|
|
212
|
-
export declare type GetDocumentOutput = operations['GetDocument']['responses']['200']['content']['application/json'];
|
|
213
|
-
export declare type DeleteDocumentInput = operations['DeleteDocument']['requestBody']['content']['application/json'];
|
|
214
|
-
export declare type DeleteDocumentOutput = operations['DeleteDocument']['responses']['200']['content']['application/json'];
|
|
215
|
-
export declare type UpsertDatasetSettingsInput = operations['UpsertDatasetSettings']['requestBody']['content']['application/json'];
|
|
216
|
-
export declare type UpsertDatasetSettingsOutput = operations['UpsertDatasetSettings']['responses']['200']['content']['application/json'];
|
|
217
|
-
export declare type GetDatasetSettingsInput = {};
|
|
218
|
-
export declare type GetDatasetSettingsOutput = operations['GetDatasetSettings']['responses']['200']['content']['application/json'];
|
|
219
|
-
export declare type UpsertDatasetMetadataInput = operations['UpsertDatasetMetadata']['requestBody']['content']['application/json'];
|
|
220
|
-
export declare type UpsertDatasetMetadataOutput = operations['UpsertDatasetMetadata']['responses']['200']['content']['application/json'];
|
|
221
|
-
export declare type GetDatasetMetadataInput = {};
|
|
222
|
-
export declare type GetDatasetMetadataOutput = operations['GetDatasetMetadata']['responses']['200']['content']['application/json'];
|
|
223
|
-
export declare type UpdateInput = operations['Update']['requestBody']['content']['application/json'];
|
|
224
|
-
export declare type UpdateOutput = operations['Update']['responses']['200']['content']['application/json'];
|
|
225
|
-
export declare type DeleteDocumentFieldsInput = operations['DeleteDocumentFields']['requestBody']['content']['application/json'];
|
|
226
|
-
export declare type DeleteDocumentFieldsOutput = operations['DeleteDocumentFields']['responses']['200']['content']['application/json'];
|
|
227
|
-
export declare type BulkUpdateInput = operations['BulkUpdate']['requestBody']['content']['application/json'];
|
|
228
|
-
export declare type BulkUpdateOutput = operations['BulkUpdate']['responses']['200']['content']['application/json'];
|
|
229
|
-
export declare type UpdateWhereInput = operations['UpdateWhere']['requestBody']['content']['application/json'];
|
|
230
|
-
export declare type UpdateWhereOutput = operations['UpdateWhere']['responses']['200']['content']['application/json'];
|
|
231
|
-
export declare type AppendTagsInput = operations['AppendTags']['requestBody']['content']['application/json'];
|
|
232
|
-
export declare type AppendTagsOutput = operations['AppendTags']['responses']['200']['content']['application/json'];
|
|
233
|
-
export declare type DeleteTagsInput = operations['DeleteTags']['requestBody']['content']['application/json'];
|
|
234
|
-
export declare type DeleteTagsOutput = operations['DeleteTags']['responses']['200']['content']['application/json'];
|
|
235
|
-
export declare type MergeTagsInput = operations['MergeTags']['requestBody']['content']['application/json'];
|
|
236
|
-
export declare type MergeTagsOutput = operations['MergeTags']['responses']['200']['content']['application/json'];
|
|
237
|
-
export declare type EditTagsInput = operations['EditTags']['requestBody']['content']['application/json'];
|
|
238
|
-
export declare type EditTagsOutput = operations['EditTags']['responses']['200']['content']['application/json'];
|
|
239
|
-
export declare type ListFacetsInput = operations['ListFacets']['requestBody']['content']['application/json'];
|
|
240
|
-
export declare type ListFacetsOutput = operations['ListFacets']['responses']['200']['content']['application/json'];
|
|
241
|
-
export declare type GetWhereInput = operations['GetWhere']['requestBody']['content']['application/json'];
|
|
242
|
-
export declare type GetWhereOutput = operations['GetWhere']['responses']['200']['content']['application/json'];
|
|
243
|
-
export declare type PaginateDocumentsInput = operations['PaginateDocuments']['requestBody']['content']['application/json'];
|
|
244
|
-
export declare type PaginateDocumentsOutput = operations['PaginateDocuments']['responses']['200']['content']['application/json'];
|
|
245
|
-
export declare type CreateDatasetSummaryInput = operations['CreateDatasetSummary']['requestBody']['content']['application/json'];
|
|
246
|
-
export declare type CreateDatasetSummaryOutput = operations['CreateDatasetSummary']['responses']['200']['content']['application/json'];
|
|
247
|
-
export declare type ListDatasetSummaryHistoryInput = {};
|
|
248
|
-
export declare type ListDatasetSummaryHistoryOutput = operations['ListDatasetSummaryHistory']['responses']['200']['content']['application/json'];
|
|
249
|
-
export declare type BulkGetDocumentsInput = operations['BulkGetDocuments']['requestBody']['content']['application/json'];
|
|
250
|
-
export declare type BulkGetDocumentsOutput = operations['BulkGetDocuments']['responses']['200']['content']['application/json'];
|
|
251
|
-
export declare type BulkDeleteDocumentsInput = operations['BulkDeleteDocuments']['requestBody']['content']['application/json'];
|
|
252
|
-
export declare type BulkDeleteDocumentsOutput = operations['BulkDeleteDocuments']['responses']['200']['content']['application/json'];
|
|
253
|
-
export declare type ListDocumentsInput = {};
|
|
254
|
-
export declare type ListDocumentsOutput = operations['ListDocuments']['responses']['200']['content']['application/json'];
|
|
255
|
-
export declare type DeleteWhereInput = operations['DeleteWhere']['requestBody']['content']['application/json'];
|
|
256
|
-
export declare type DeleteWhereOutput = operations['DeleteWhere']['responses']['200']['content']['application/json'];
|
|
257
|
-
export declare type SimpleSearchPostInput = operations['SimpleSearchPost']['requestBody']['content']['application/json'];
|
|
258
|
-
export declare type SimpleSearchPostOutput = operations['SimpleSearchPost']['responses']['200']['content']['application/json'];
|
|
259
|
-
export declare type SearchInput = operations['Search']['requestBody']['content']['application/json'];
|
|
260
|
-
export declare type SearchOutput = operations['Search']['responses']['200']['content']['application/json'];
|
|
261
|
-
export declare type RecommendInput = operations['Recommend']['requestBody']['content']['application/json'];
|
|
262
|
-
export declare type RecommendOutput = operations['Recommend']['responses']['200']['content']['application/json'];
|
|
263
|
-
export declare type CloneDatasetInput = operations['CloneDataset']['requestBody']['content']['application/json'];
|
|
264
|
-
export declare type CloneDatasetOutput = operations['CloneDataset']['responses']['200']['content']['application/json'];
|
|
265
|
-
export declare type PredictKNNRegressionInput = operations['PredictKNNRegression']['requestBody']['content']['application/json'];
|
|
266
|
-
export declare type PredictKNNRegressionOutput = operations['PredictKNNRegression']['responses']['200']['content']['application/json'];
|
|
267
|
-
export declare type PredictKNNFromResultsInput = operations['PredictKNNFromResults']['requestBody']['content']['application/json'];
|
|
268
|
-
export declare type PredictKNNFromResultsOutput = operations['PredictKNNFromResults']['responses']['200']['content']['application/json'];
|
|
269
|
-
export declare type BiasEvaluationInput = operations['BiasEvaluation']['requestBody']['content']['application/json'];
|
|
270
|
-
export declare type BiasEvaluationOutput = operations['BiasEvaluation']['responses']['200']['content']['application/json'];
|
|
271
|
-
export declare type VectorizeInput = operations['Vectorize']['requestBody']['content']['application/json'];
|
|
272
|
-
export declare type VectorizeOutput = operations['Vectorize']['responses']['200']['content']['application/json'];
|
|
273
|
-
export declare type VectorizeAndInsertInput = operations['VectorizeAndInsert']['requestBody']['content']['application/json'];
|
|
274
|
-
export declare type VectorizeAndInsertOutput = operations['VectorizeAndInsert']['responses']['200']['content']['application/json'];
|
|
275
|
-
export declare type VectorizeFieldInput = operations['VectorizeField']['requestBody']['content']['application/json'];
|
|
276
|
-
export declare type VectorizeFieldOutput = operations['VectorizeField']['responses']['200']['content']['application/json'];
|
|
277
|
-
export declare type CreateImageFromPromptInput = operations['CreateImageFromPrompt']['requestBody']['content']['application/json'];
|
|
278
|
-
export declare type CreateImageFromPromptOutput = operations['CreateImageFromPrompt']['responses']['200']['content']['application/json'];
|
|
279
|
-
export declare type DeleteFieldChildrenInput = operations['DeleteFieldChildren']['requestBody']['content']['application/json'];
|
|
280
|
-
export declare type DeleteFieldChildrenOutput = operations['DeleteFieldChildren']['responses']['200']['content']['application/json'];
|
|
281
|
-
export declare type ListFieldChildrensInput = operations['ListFieldChildrens']['requestBody']['content']['application/json'];
|
|
282
|
-
export declare type ListFieldChildrensOutput = operations['ListFieldChildrens']['responses']['200']['content']['application/json'];
|
|
283
|
-
export declare type UpdateFieldChildrenInput = operations['UpdateFieldChildren']['requestBody']['content']['application/json'];
|
|
284
|
-
export declare type UpdateFieldChildrenOutput = operations['UpdateFieldChildren']['responses']['200']['content']['application/json'];
|
|
285
|
-
export declare type DeleteFavouriteWorkflowInput = operations['DeleteFavouriteWorkflow']['requestBody']['content']['application/json'];
|
|
286
|
-
export declare type DeleteFavouriteWorkflowOutput = operations['DeleteFavouriteWorkflow']['responses']['200']['content']['application/json'];
|
|
287
|
-
export declare type ListFavouriteWorkflowsInput = operations['ListFavouriteWorkflows']['requestBody']['content']['application/json'];
|
|
288
|
-
export declare type ListFavouriteWorkflowsOutput = operations['ListFavouriteWorkflows']['responses']['200']['content']['application/json'];
|
|
289
|
-
export declare type UpdateFavouriteWorkflowInput = operations['UpdateFavouriteWorkflow']['requestBody']['content']['application/json'];
|
|
290
|
-
export declare type UpdateFavouriteWorkflowOutput = operations['UpdateFavouriteWorkflow']['responses']['200']['content']['application/json'];
|
|
291
|
-
export declare type DeleteSavedFilterInput = operations['DeleteSavedFilter']['requestBody']['content']['application/json'];
|
|
292
|
-
export declare type DeleteSavedFilterOutput = operations['DeleteSavedFilter']['responses']['200']['content']['application/json'];
|
|
293
|
-
export declare type ListSavedFiltersInput = operations['ListSavedFilters']['requestBody']['content']['application/json'];
|
|
294
|
-
export declare type ListSavedFiltersOutput = operations['ListSavedFilters']['responses']['200']['content']['application/json'];
|
|
295
|
-
export declare type UpdateSavedFilterInput = operations['UpdateSavedFilter']['requestBody']['content']['application/json'];
|
|
296
|
-
export declare type UpdateSavedFilterOutput = operations['UpdateSavedFilter']['responses']['200']['content']['application/json'];
|
|
297
|
-
export declare type GetSavedFilterInput = {};
|
|
298
|
-
export declare type GetSavedFilterOutput = operations['GetSavedFilter']['responses']['200']['content']['application/json'];
|
|
299
|
-
export declare type CreateSavedFilterInput = operations['CreateSavedFilter']['requestBody']['content']['application/json'];
|
|
300
|
-
export declare type CreateSavedFilterOutput = operations['CreateSavedFilter']['responses']['200']['content']['application/json'];
|
|
301
|
-
export declare type DeleteComponentInput = operations['DeleteComponent']['requestBody']['content']['application/json'];
|
|
302
|
-
export declare type DeleteComponentOutput = operations['DeleteComponent']['responses']['200']['content']['application/json'];
|
|
303
|
-
export declare type ListComponentsInput = operations['ListComponents']['requestBody']['content']['application/json'];
|
|
304
|
-
export declare type ListComponentsOutput = operations['ListComponents']['responses']['200']['content']['application/json'];
|
|
305
|
-
export declare type UpdateComponentInput = operations['UpdateComponent']['requestBody']['content']['application/json'];
|
|
306
|
-
export declare type UpdateComponentOutput = operations['UpdateComponent']['responses']['200']['content']['application/json'];
|
|
307
|
-
export declare type GetComponentInput = {};
|
|
308
|
-
export declare type GetComponentOutput = operations['GetComponent']['responses']['200']['content']['application/json'];
|
|
309
|
-
export declare type CreateComponentInput = operations['CreateComponent']['requestBody']['content']['application/json'];
|
|
310
|
-
export declare type CreateComponentOutput = operations['CreateComponent']['responses']['200']['content']['application/json'];
|
|
311
|
-
export declare type ListDatasetEditorHistorysInput = operations['ListDatasetEditorHistorys']['requestBody']['content']['application/json'];
|
|
312
|
-
export declare type ListDatasetEditorHistorysOutput = operations['ListDatasetEditorHistorys']['responses']['200']['content']['application/json'];
|
|
313
|
-
export declare type CreateDatasetEditorHistoryInput = operations['CreateDatasetEditorHistory']['requestBody']['content']['application/json'];
|
|
314
|
-
export declare type CreateDatasetEditorHistoryOutput = operations['CreateDatasetEditorHistory']['responses']['200']['content']['application/json'];
|
|
315
|
-
export declare type ListDatasetEditorConfigurationsInput = operations['ListDatasetEditorConfigurations']['requestBody']['content']['application/json'];
|
|
316
|
-
export declare type ListDatasetEditorConfigurationsOutput = operations['ListDatasetEditorConfigurations']['responses']['200']['content']['application/json'];
|
|
317
|
-
export declare type CreateDatasetEditorConfigurationInput = operations['CreateDatasetEditorConfiguration']['requestBody']['content']['application/json'];
|
|
318
|
-
export declare type CreateDatasetEditorConfigurationOutput = operations['CreateDatasetEditorConfiguration']['responses']['200']['content']['application/json'];
|
|
319
|
-
export declare type UpdateDatasetEditorConfigurationInput = operations['UpdateDatasetEditorConfiguration']['requestBody']['content']['application/json'];
|
|
320
|
-
export declare type UpdateDatasetEditorConfigurationOutput = operations['UpdateDatasetEditorConfiguration']['responses']['200']['content']['application/json'];
|
|
321
|
-
export declare type DeleteDatasetEditorConfigurationInput = operations['DeleteDatasetEditorConfiguration']['requestBody']['content']['application/json'];
|
|
322
|
-
export declare type DeleteDatasetEditorConfigurationOutput = operations['DeleteDatasetEditorConfiguration']['responses']['200']['content']['application/json'];
|
|
323
|
-
export declare type GetDatasetEditorConfigurationInput = {};
|
|
324
|
-
export declare type GetDatasetEditorConfigurationOutput = operations['GetDatasetEditorConfiguration']['responses']['200']['content']['application/json'];
|
|
325
|
-
export declare type ListKeyphrasesInput = operations['ListKeyphrases']['requestBody']['content']['application/json'];
|
|
326
|
-
export declare type ListKeyphrasesOutput = operations['ListKeyphrases']['responses']['200']['content']['application/json'];
|
|
327
|
-
export declare type UpdateKeyphraseInput = operations['UpdateKeyphrase']['requestBody']['content']['application/json'];
|
|
328
|
-
export declare type UpdateKeyphraseOutput = operations['UpdateKeyphrase']['responses']['200']['content']['application/json'];
|
|
329
|
-
export declare type DeleteKeyphraseInput = operations['DeleteKeyphrase']['requestBody']['content']['application/json'];
|
|
330
|
-
export declare type DeleteKeyphraseOutput = operations['DeleteKeyphrase']['responses']['200']['content']['application/json'];
|
|
331
|
-
export declare type GetKeyphraseInput = {};
|
|
332
|
-
export declare type GetKeyphraseOutput = operations['GetKeyphrase']['responses']['200']['content']['application/json'];
|
|
333
|
-
export declare type BulkUpdateKeyphrasesInput = operations['BulkUpdateKeyphrases']['requestBody']['content']['application/json'];
|
|
334
|
-
export declare type BulkUpdateKeyphrasesOutput = operations['BulkUpdateKeyphrases']['responses']['200']['content']['application/json'];
|
|
335
|
-
export declare type ListTaxonomysInput = operations['ListTaxonomys']['requestBody']['content']['application/json'];
|
|
336
|
-
export declare type ListTaxonomysOutput = operations['ListTaxonomys']['responses']['200']['content']['application/json'];
|
|
337
|
-
export declare type UpdateTaxonomyInput = operations['UpdateTaxonomy']['requestBody']['content']['application/json'];
|
|
338
|
-
export declare type UpdateTaxonomyOutput = operations['UpdateTaxonomy']['responses']['200']['content']['application/json'];
|
|
339
|
-
export declare type DeleteTaxonomyInput = operations['DeleteTaxonomy']['requestBody']['content']['application/json'];
|
|
340
|
-
export declare type DeleteTaxonomyOutput = operations['DeleteTaxonomy']['responses']['200']['content']['application/json'];
|
|
341
|
-
export declare type GetTaxonomyInput = {};
|
|
342
|
-
export declare type GetTaxonomyOutput = operations['GetTaxonomy']['responses']['200']['content']['application/json'];
|
|
343
|
-
export declare type CreateTaxonomyInput = operations['CreateTaxonomy']['requestBody']['content']['application/json'];
|
|
344
|
-
export declare type CreateTaxonomyOutput = operations['CreateTaxonomy']['responses']['200']['content']['application/json'];
|
|
345
|
-
export declare class DiscoveryApiClient extends _GenericClient {
|
|
346
|
-
constructor(config: _ClientInput);
|
|
347
|
-
CreateDeployable(input: CommandInput<CreateDeployableInput>, options?: _GenericMethodOptions): Promise<CommandOutput<CreateDeployableOutput>>;
|
|
348
|
-
GetDeployable(input: CommandInput<GetDeployableInput>, options?: _GenericMethodOptions): Promise<CommandOutput<GetDeployableOutput>>;
|
|
349
|
-
UpdateDeployable(input: CommandInput<UpdateDeployableInput>, options?: _GenericMethodOptions): Promise<CommandOutput<UpdateDeployableOutput>>;
|
|
350
|
-
DeleteDeployable(input: CommandInput<DeleteDeployableInput>, options?: _GenericMethodOptions): Promise<CommandOutput<DeleteDeployableOutput>>;
|
|
351
|
-
CreateDeployableKey(input: CommandInput<CreateDeployableKeyInput>, options?: _GenericMethodOptions): Promise<CommandOutput<CreateDeployableKeyOutput>>;
|
|
352
|
-
CreateDeployableInvite(input: CommandInput<CreateDeployableInviteInput>, options?: _GenericMethodOptions): Promise<CommandOutput<CreateDeployableInviteOutput>>;
|
|
353
|
-
UpdateUsersDeployablePermissions(input: CommandInput<UpdateUsersDeployablePermissionsInput>, options?: _GenericMethodOptions): Promise<CommandOutput<UpdateUsersDeployablePermissionsOutput>>;
|
|
354
|
-
DeleteDeployableKey(input: CommandInput<DeleteDeployableKeyInput>, options?: _GenericMethodOptions): Promise<CommandOutput<DeleteDeployableKeyOutput>>;
|
|
355
|
-
ListDeployables(input: CommandInput<ListDeployablesInput>, options?: _GenericMethodOptions): Promise<CommandOutput<ListDeployablesOutput>>;
|
|
356
|
-
DeleteDeployableGroup(input: CommandInput<DeleteDeployableGroupInput>, options?: _GenericMethodOptions): Promise<CommandOutput<DeleteDeployableGroupOutput>>;
|
|
357
|
-
ListDeployableGroups(input: CommandInput<ListDeployableGroupsInput>, options?: _GenericMethodOptions): Promise<CommandOutput<ListDeployableGroupsOutput>>;
|
|
358
|
-
CreateDeployableGroup(input: CommandInput<CreateDeployableGroupInput>, options?: _GenericMethodOptions): Promise<CommandOutput<CreateDeployableGroupOutput>>;
|
|
359
|
-
GetDeployableGroup(input: CommandInput<GetDeployableGroupInput>, options?: _GenericMethodOptions): Promise<CommandOutput<GetDeployableGroupOutput>>;
|
|
360
|
-
UpdateDeployableGroup(input: CommandInput<UpdateDeployableGroupInput>, options?: _GenericMethodOptions): Promise<CommandOutput<UpdateDeployableGroupOutput>>;
|
|
361
|
-
CreateDeployableGroupKey(input: CommandInput<CreateDeployableGroupKeyInput>, options?: _GenericMethodOptions): Promise<CommandOutput<CreateDeployableGroupKeyOutput>>;
|
|
362
|
-
DeleteDeployableGroupKey(input: CommandInput<DeleteDeployableGroupKeyInput>, options?: _GenericMethodOptions): Promise<CommandOutput<DeleteDeployableGroupKeyOutput>>;
|
|
363
|
-
CreateProject(input: CommandInput<CreateProjectInput>, options?: _GenericMethodOptions): Promise<CommandOutput<CreateProjectOutput>>;
|
|
364
|
-
UpdateProject(input: CommandInput<UpdateProjectInput>, options?: _GenericMethodOptions): Promise<CommandOutput<UpdateProjectOutput>>;
|
|
365
|
-
TransferProjectToOrganization(input: CommandInput<TransferProjectToOrganizationInput>, options?: _GenericMethodOptions): Promise<CommandOutput<TransferProjectToOrganizationOutput>>;
|
|
366
|
-
ListProjects(input: CommandInput<ListProjectsInput>, options?: _GenericMethodOptions): Promise<CommandOutput<ListProjectsOutput>>;
|
|
367
|
-
CreateUser(input: CommandInput<CreateUserInput>, options?: _GenericMethodOptions): Promise<CommandOutput<CreateUserOutput>>;
|
|
368
|
-
ListUsers(input: CommandInput<ListUsersInput>, options?: _GenericMethodOptions): Promise<CommandOutput<ListUsersOutput>>;
|
|
369
|
-
IsUserAuthorized(input: CommandInput<IsUserAuthorizedInput>, options?: _GenericMethodOptions): Promise<CommandOutput<IsUserAuthorizedOutput>>;
|
|
370
|
-
GetAuthHeaderInfo(input: CommandInput<GetAuthHeaderInfoInput>, options?: _GenericMethodOptions): Promise<CommandOutput<GetAuthHeaderInfoOutput>>;
|
|
371
|
-
CreateProjectInvite(input: CommandInput<CreateProjectInviteInput>, options?: _GenericMethodOptions): Promise<CommandOutput<CreateProjectInviteOutput>>;
|
|
372
|
-
ListProjectInvites(input: CommandInput<ListProjectInvitesInput>, options?: _GenericMethodOptions): Promise<CommandOutput<ListProjectInvitesOutput>>;
|
|
373
|
-
AcceptProjectInvite(input: CommandInput<AcceptProjectInviteInput>, options?: _GenericMethodOptions): Promise<CommandOutput<AcceptProjectInviteOutput>>;
|
|
374
|
-
DeleteProjectInvite(input: CommandInput<DeleteProjectInviteInput>, options?: _GenericMethodOptions): Promise<CommandOutput<DeleteProjectInviteOutput>>;
|
|
375
|
-
ResendProjectInvite(input: CommandInput<ResendProjectInviteInput>, options?: _GenericMethodOptions): Promise<CommandOutput<ResendProjectInviteOutput>>;
|
|
376
|
-
GetUser(input: CommandInput<GetUserInput>, options?: _GenericMethodOptions): Promise<CommandOutput<GetUserOutput>>;
|
|
377
|
-
UpdateUser(input: CommandInput<UpdateUserInput>, options?: _GenericMethodOptions): Promise<CommandOutput<UpdateUserOutput>>;
|
|
378
|
-
DeleteUser(input: CommandInput<DeleteUserInput>, options?: _GenericMethodOptions): Promise<CommandOutput<DeleteUserOutput>>;
|
|
379
|
-
CreateUserKey(input: CommandInput<CreateUserKeyInput>, options?: _GenericMethodOptions): Promise<CommandOutput<CreateUserKeyOutput>>;
|
|
380
|
-
ListUserKeys(input: CommandInput<ListUserKeysInput>, options?: _GenericMethodOptions): Promise<CommandOutput<ListUserKeysOutput>>;
|
|
381
|
-
DeleteUserKey(input: CommandInput<DeleteUserKeyInput>, options?: _GenericMethodOptions): Promise<CommandOutput<DeleteUserKeyOutput>>;
|
|
382
|
-
InsertClusterCentroids(input: CommandInput<InsertClusterCentroidsInput>, options?: _GenericMethodOptions): Promise<CommandOutput<InsertClusterCentroidsOutput>>;
|
|
383
|
-
UpdateClusterCentroids(input: CommandInput<UpdateClusterCentroidsInput>, options?: _GenericMethodOptions): Promise<CommandOutput<UpdateClusterCentroidsOutput>>;
|
|
384
|
-
CompareClusterCentroids(input: CommandInput<CompareClusterCentroidsInput>, options?: _GenericMethodOptions): Promise<CommandOutput<CompareClusterCentroidsOutput>>;
|
|
385
|
-
Aggregate(input: CommandInput<AggregateInput>, options?: _GenericMethodOptions): Promise<CommandOutput<AggregateOutput>>;
|
|
386
|
-
AggregateClusters(input: CommandInput<AggregateClustersInput>, options?: _GenericMethodOptions): Promise<CommandOutput<AggregateClustersOutput>>;
|
|
387
|
-
ListClusterFacets(input: CommandInput<ListClusterFacetsInput>, options?: _GenericMethodOptions): Promise<CommandOutput<ListClusterFacetsOutput>>;
|
|
388
|
-
ListClosestToCentroids(input: CommandInput<ListClosestToCentroidsInput>, options?: _GenericMethodOptions): Promise<CommandOutput<ListClosestToCentroidsOutput>>;
|
|
389
|
-
ListFurthestFromCentroids(input: CommandInput<ListFurthestFromCentroidsInput>, options?: _GenericMethodOptions): Promise<CommandOutput<ListFurthestFromCentroidsOutput>>;
|
|
390
|
-
ListCentroids(input: CommandInput<ListCentroidsInput>, options?: _GenericMethodOptions): Promise<CommandOutput<ListCentroidsOutput>>;
|
|
391
|
-
ListCentroidConfigs(input: CommandInput<ListCentroidConfigsInput>, options?: _GenericMethodOptions): Promise<CommandOutput<ListCentroidConfigsOutput>>;
|
|
392
|
-
DeleteCentroid(input: CommandInput<DeleteCentroidInput>, options?: _GenericMethodOptions): Promise<CommandOutput<DeleteCentroidOutput>>;
|
|
393
|
-
RealtimeClustering(input: CommandInput<RealtimeClusteringInput>, options?: _GenericMethodOptions): Promise<CommandOutput<RealtimeClusteringOutput>>;
|
|
394
|
-
MergeClusters(input: CommandInput<MergeClustersInput>, options?: _GenericMethodOptions): Promise<CommandOutput<MergeClustersOutput>>;
|
|
395
|
-
CreateClusterSummaries(input: CommandInput<CreateClusterSummariesInput>, options?: _GenericMethodOptions): Promise<CommandOutput<CreateClusterSummariesOutput>>;
|
|
396
|
-
CreateClusterLabels(input: CommandInput<CreateClusterLabelsInput>, options?: _GenericMethodOptions): Promise<CommandOutput<CreateClusterLabelsOutput>>;
|
|
397
|
-
ListClusterSummaries(input: CommandInput<ListClusterSummariesInput>, options?: _GenericMethodOptions): Promise<CommandOutput<ListClusterSummariesOutput>>;
|
|
398
|
-
CreateHierarchicalClusters(input: CommandInput<CreateHierarchicalClustersInput>, options?: _GenericMethodOptions): Promise<CommandOutput<CreateHierarchicalClustersOutput>>;
|
|
399
|
-
DeleteClusterSummaries(input: CommandInput<DeleteClusterSummariesInput>, options?: _GenericMethodOptions): Promise<CommandOutput<DeleteClusterSummariesOutput>>;
|
|
400
|
-
CreateOrganization(input: CommandInput<CreateOrganizationInput>, options?: _GenericMethodOptions): Promise<CommandOutput<CreateOrganizationOutput>>;
|
|
401
|
-
UpdateOrganization(input: CommandInput<UpdateOrganizationInput>, options?: _GenericMethodOptions): Promise<CommandOutput<UpdateOrganizationOutput>>;
|
|
402
|
-
UpdateOrganizationAdmin(input: CommandInput<UpdateOrganizationAdminInput>, options?: _GenericMethodOptions): Promise<CommandOutput<UpdateOrganizationAdminOutput>>;
|
|
403
|
-
ListOrganizations(input: CommandInput<ListOrganizationsInput>, options?: _GenericMethodOptions): Promise<CommandOutput<ListOrganizationsOutput>>;
|
|
404
|
-
DeleteOrganization(input: CommandInput<DeleteOrganizationInput>, options?: _GenericMethodOptions): Promise<CommandOutput<DeleteOrganizationOutput>>;
|
|
405
|
-
GetOrganization(input: CommandInput<GetOrganizationInput>, options?: _GenericMethodOptions): Promise<CommandOutput<GetOrganizationOutput>>;
|
|
406
|
-
GetOrganizationUsage(input: CommandInput<GetOrganizationUsageInput>, options?: _GenericMethodOptions): Promise<CommandOutput<GetOrganizationUsageOutput>>;
|
|
407
|
-
ListUsersInOrganization(input: CommandInput<ListUsersInOrganizationInput>, options?: _GenericMethodOptions): Promise<CommandOutput<ListUsersInOrganizationOutput>>;
|
|
408
|
-
ListProjectsInOrganization(input: CommandInput<ListProjectsInOrganizationInput>, options?: _GenericMethodOptions): Promise<CommandOutput<ListProjectsInOrganizationOutput>>;
|
|
409
|
-
AggregateOrganizationMetrics(input: CommandInput<AggregateOrganizationMetricsInput>, options?: _GenericMethodOptions): Promise<CommandOutput<AggregateOrganizationMetricsOutput>>;
|
|
410
|
-
CreateConnector(input: CommandInput<CreateConnectorInput>, options?: _GenericMethodOptions): Promise<CommandOutput<CreateConnectorOutput>>;
|
|
411
|
-
CheckConnection(input: CommandInput<CheckConnectionInput>, options?: _GenericMethodOptions): Promise<CommandOutput<CheckConnectionOutput>>;
|
|
412
|
-
GetConnector(input: CommandInput<GetConnectorInput>, options?: _GenericMethodOptions): Promise<CommandOutput<GetConnectorOutput>>;
|
|
413
|
-
UpdateConnector(input: CommandInput<UpdateConnectorInput>, options?: _GenericMethodOptions): Promise<CommandOutput<UpdateConnectorOutput>>;
|
|
414
|
-
TriggerConnector(input: CommandInput<TriggerConnectorInput>, options?: _GenericMethodOptions): Promise<CommandOutput<TriggerConnectorOutput>>;
|
|
415
|
-
DeleteConnector(input: CommandInput<DeleteConnectorInput>, options?: _GenericMethodOptions): Promise<CommandOutput<DeleteConnectorOutput>>;
|
|
416
|
-
ListConnectors(input: CommandInput<ListConnectorsInput>, options?: _GenericMethodOptions): Promise<CommandOutput<ListConnectorsOutput>>;
|
|
417
|
-
ListConnectorTypes(input: CommandInput<ListConnectorTypesInput>, options?: _GenericMethodOptions): Promise<CommandOutput<ListConnectorTypesOutput>>;
|
|
418
|
-
GetConnectorType(input: CommandInput<GetConnectorTypeInput>, options?: _GenericMethodOptions): Promise<CommandOutput<GetConnectorTypeOutput>>;
|
|
419
|
-
ListConnectorJobs(input: CommandInput<ListConnectorJobsInput>, options?: _GenericMethodOptions): Promise<CommandOutput<ListConnectorJobsOutput>>;
|
|
420
|
-
GetConnectorJob(input: CommandInput<GetConnectorJobInput>, options?: _GenericMethodOptions): Promise<CommandOutput<GetConnectorJobOutput>>;
|
|
421
|
-
TriggerWorkflow(input: CommandInput<TriggerWorkflowInput>, options?: _GenericMethodOptions): Promise<CommandOutput<TriggerWorkflowOutput>>;
|
|
422
|
-
ListWorkflows(input: CommandInput<ListWorkflowsInput>, options?: _GenericMethodOptions): Promise<CommandOutput<ListWorkflowsOutput>>;
|
|
423
|
-
GetWorkflowStatus(input: CommandInput<GetWorkflowStatusInput>, options?: _GenericMethodOptions): Promise<CommandOutput<GetWorkflowStatusOutput>>;
|
|
424
|
-
DeleteWorkflowStatus(input: CommandInput<DeleteWorkflowStatusInput>, options?: _GenericMethodOptions): Promise<CommandOutput<DeleteWorkflowStatusOutput>>;
|
|
425
|
-
TerminateWorkflow(input: CommandInput<TerminateWorkflowInput>, options?: _GenericMethodOptions): Promise<CommandOutput<TerminateWorkflowOutput>>;
|
|
426
|
-
UpsertWorkflowMetadata(input: CommandInput<UpsertWorkflowMetadataInput>, options?: _GenericMethodOptions): Promise<CommandOutput<UpsertWorkflowMetadataOutput>>;
|
|
427
|
-
UpsertWorkflowProgress(input: CommandInput<UpsertWorkflowProgressInput>, options?: _GenericMethodOptions): Promise<CommandOutput<UpsertWorkflowProgressOutput>>;
|
|
428
|
-
UpsertWorkflowStatus(input: CommandInput<UpsertWorkflowStatusInput>, options?: _GenericMethodOptions): Promise<CommandOutput<UpsertWorkflowStatusOutput>>;
|
|
429
|
-
ListWorkflowTypes(input: CommandInput<ListWorkflowTypesInput>, options?: _GenericMethodOptions): Promise<CommandOutput<ListWorkflowTypesOutput>>;
|
|
430
|
-
GetWorkflowType(input: CommandInput<GetWorkflowTypeInput>, options?: _GenericMethodOptions): Promise<CommandOutput<GetWorkflowTypeOutput>>;
|
|
431
|
-
ValidateWorkflowParams(input: CommandInput<ValidateWorkflowParamsInput>, options?: _GenericMethodOptions): Promise<CommandOutput<ValidateWorkflowParamsOutput>>;
|
|
432
|
-
Insert(input: CommandInput<InsertInput>, options?: _GenericMethodOptions): Promise<CommandOutput<InsertOutput>>;
|
|
433
|
-
BulkInsert(input: CommandInput<BulkInsertInput>, options?: _GenericMethodOptions): Promise<CommandOutput<BulkInsertOutput>>;
|
|
434
|
-
GetFileUploadUrlsForDataset(input: CommandInput<GetFileUploadUrlsForDatasetInput>, options?: _GenericMethodOptions): Promise<CommandOutput<GetFileUploadUrlsForDatasetOutput>>;
|
|
435
|
-
ListFileUploadsForDataset(input: CommandInput<ListFileUploadsForDatasetInput>, options?: _GenericMethodOptions): Promise<CommandOutput<ListFileUploadsForDatasetOutput>>;
|
|
436
|
-
ParseBlob(input: CommandInput<ParseBlobInput>, options?: _GenericMethodOptions): Promise<CommandOutput<ParseBlobOutput>>;
|
|
437
|
-
CopyForeignDataset(input: CommandInput<CopyForeignDatasetInput>, options?: _GenericMethodOptions): Promise<CommandOutput<CopyForeignDatasetOutput>>;
|
|
438
|
-
CreateProjectReadKey(input: CommandInput<CreateProjectReadKeyInput>, options?: _GenericMethodOptions): Promise<CommandOutput<CreateProjectReadKeyOutput>>;
|
|
439
|
-
DeleteDataset(input: CommandInput<DeleteDatasetInput>, options?: _GenericMethodOptions): Promise<CommandOutput<DeleteDatasetOutput>>;
|
|
440
|
-
CreateDataset(input: CommandInput<CreateDatasetInput>, options?: _GenericMethodOptions): Promise<CommandOutput<CreateDatasetOutput>>;
|
|
441
|
-
GetSchema(input: CommandInput<GetSchemaInput>, options?: _GenericMethodOptions): Promise<CommandOutput<GetSchemaOutput>>;
|
|
442
|
-
ListDatasets(input: CommandInput<ListDatasetsInput>, options?: _GenericMethodOptions): Promise<CommandOutput<ListDatasetsOutput>>;
|
|
443
|
-
CombineDatasets(input: CommandInput<CombineDatasetsInput>, options?: _GenericMethodOptions): Promise<CommandOutput<CombineDatasetsOutput>>;
|
|
444
|
-
GetCombineJobStatus(input: CommandInput<GetCombineJobStatusInput>, options?: _GenericMethodOptions): Promise<CommandOutput<GetCombineJobStatusOutput>>;
|
|
445
|
-
SearchDatasets(input: CommandInput<SearchDatasetsInput>, options?: _GenericMethodOptions): Promise<CommandOutput<SearchDatasetsOutput>>;
|
|
446
|
-
GetFieldHealth(input: CommandInput<GetFieldHealthInput>, options?: _GenericMethodOptions): Promise<CommandOutput<GetFieldHealthOutput>>;
|
|
447
|
-
GetDatasetStats(input: CommandInput<GetDatasetStatsInput>, options?: _GenericMethodOptions): Promise<CommandOutput<GetDatasetStatsOutput>>;
|
|
448
|
-
GetDatasetUsage(input: CommandInput<GetDatasetUsageInput>, options?: _GenericMethodOptions): Promise<CommandOutput<GetDatasetUsageOutput>>;
|
|
449
|
-
GetVectorMappings(input: CommandInput<GetVectorMappingsInput>, options?: _GenericMethodOptions): Promise<CommandOutput<GetVectorMappingsOutput>>;
|
|
450
|
-
GetDatasetDetails(input: CommandInput<GetDatasetDetailsInput>, options?: _GenericMethodOptions): Promise<CommandOutput<GetDatasetDetailsOutput>>;
|
|
451
|
-
GetDocument(input: CommandInput<GetDocumentInput>, options?: _GenericMethodOptions): Promise<CommandOutput<GetDocumentOutput>>;
|
|
452
|
-
DeleteDocument(input: CommandInput<DeleteDocumentInput>, options?: _GenericMethodOptions): Promise<CommandOutput<DeleteDocumentOutput>>;
|
|
453
|
-
UpsertDatasetSettings(input: CommandInput<UpsertDatasetSettingsInput>, options?: _GenericMethodOptions): Promise<CommandOutput<UpsertDatasetSettingsOutput>>;
|
|
454
|
-
GetDatasetSettings(input: CommandInput<GetDatasetSettingsInput>, options?: _GenericMethodOptions): Promise<CommandOutput<GetDatasetSettingsOutput>>;
|
|
455
|
-
UpsertDatasetMetadata(input: CommandInput<UpsertDatasetMetadataInput>, options?: _GenericMethodOptions): Promise<CommandOutput<UpsertDatasetMetadataOutput>>;
|
|
456
|
-
GetDatasetMetadata(input: CommandInput<GetDatasetMetadataInput>, options?: _GenericMethodOptions): Promise<CommandOutput<GetDatasetMetadataOutput>>;
|
|
457
|
-
Update(input: CommandInput<UpdateInput>, options?: _GenericMethodOptions): Promise<CommandOutput<UpdateOutput>>;
|
|
458
|
-
DeleteDocumentFields(input: CommandInput<DeleteDocumentFieldsInput>, options?: _GenericMethodOptions): Promise<CommandOutput<DeleteDocumentFieldsOutput>>;
|
|
459
|
-
BulkUpdate(input: CommandInput<BulkUpdateInput>, options?: _GenericMethodOptions): Promise<CommandOutput<BulkUpdateOutput>>;
|
|
460
|
-
UpdateWhere(input: CommandInput<UpdateWhereInput>, options?: _GenericMethodOptions): Promise<CommandOutput<UpdateWhereOutput>>;
|
|
461
|
-
AppendTags(input: CommandInput<AppendTagsInput>, options?: _GenericMethodOptions): Promise<CommandOutput<AppendTagsOutput>>;
|
|
462
|
-
DeleteTags(input: CommandInput<DeleteTagsInput>, options?: _GenericMethodOptions): Promise<CommandOutput<DeleteTagsOutput>>;
|
|
463
|
-
MergeTags(input: CommandInput<MergeTagsInput>, options?: _GenericMethodOptions): Promise<CommandOutput<MergeTagsOutput>>;
|
|
464
|
-
EditTags(input: CommandInput<EditTagsInput>, options?: _GenericMethodOptions): Promise<CommandOutput<EditTagsOutput>>;
|
|
465
|
-
ListFacets(input: CommandInput<ListFacetsInput>, options?: _GenericMethodOptions): Promise<CommandOutput<ListFacetsOutput>>;
|
|
466
|
-
GetWhere(input: CommandInput<GetWhereInput>, options?: _GenericMethodOptions): Promise<CommandOutput<GetWhereOutput>>;
|
|
467
|
-
PaginateDocuments(input: CommandInput<PaginateDocumentsInput>, options?: _GenericMethodOptions): Promise<CommandOutput<PaginateDocumentsOutput>>;
|
|
468
|
-
CreateDatasetSummary(input: CommandInput<CreateDatasetSummaryInput>, options?: _GenericMethodOptions): Promise<CommandOutput<CreateDatasetSummaryOutput>>;
|
|
469
|
-
ListDatasetSummaryHistory(input: CommandInput<ListDatasetSummaryHistoryInput>, options?: _GenericMethodOptions): Promise<CommandOutput<ListDatasetSummaryHistoryOutput>>;
|
|
470
|
-
BulkGetDocuments(input: CommandInput<BulkGetDocumentsInput>, options?: _GenericMethodOptions): Promise<CommandOutput<BulkGetDocumentsOutput>>;
|
|
471
|
-
BulkDeleteDocuments(input: CommandInput<BulkDeleteDocumentsInput>, options?: _GenericMethodOptions): Promise<CommandOutput<BulkDeleteDocumentsOutput>>;
|
|
472
|
-
ListDocuments(input: CommandInput<ListDocumentsInput>, options?: _GenericMethodOptions): Promise<CommandOutput<ListDocumentsOutput>>;
|
|
473
|
-
DeleteWhere(input: CommandInput<DeleteWhereInput>, options?: _GenericMethodOptions): Promise<CommandOutput<DeleteWhereOutput>>;
|
|
474
|
-
SimpleSearchPost(input: CommandInput<SimpleSearchPostInput>, options?: _GenericMethodOptions): Promise<CommandOutput<SimpleSearchPostOutput>>;
|
|
475
|
-
Search(input: CommandInput<SearchInput>, options?: _GenericMethodOptions): Promise<CommandOutput<SearchOutput>>;
|
|
476
|
-
Recommend(input: CommandInput<RecommendInput>, options?: _GenericMethodOptions): Promise<CommandOutput<RecommendOutput>>;
|
|
477
|
-
CloneDataset(input: CommandInput<CloneDatasetInput>, options?: _GenericMethodOptions): Promise<CommandOutput<CloneDatasetOutput>>;
|
|
478
|
-
PredictKNNRegression(input: CommandInput<PredictKNNRegressionInput>, options?: _GenericMethodOptions): Promise<CommandOutput<PredictKNNRegressionOutput>>;
|
|
479
|
-
PredictKNNFromResults(input: CommandInput<PredictKNNFromResultsInput>, options?: _GenericMethodOptions): Promise<CommandOutput<PredictKNNFromResultsOutput>>;
|
|
480
|
-
BiasEvaluation(input: CommandInput<BiasEvaluationInput>, options?: _GenericMethodOptions): Promise<CommandOutput<BiasEvaluationOutput>>;
|
|
481
|
-
Vectorize(input: CommandInput<VectorizeInput>, options?: _GenericMethodOptions): Promise<CommandOutput<VectorizeOutput>>;
|
|
482
|
-
VectorizeAndInsert(input: CommandInput<VectorizeAndInsertInput>, options?: _GenericMethodOptions): Promise<CommandOutput<VectorizeAndInsertOutput>>;
|
|
483
|
-
VectorizeField(input: CommandInput<VectorizeFieldInput>, options?: _GenericMethodOptions): Promise<CommandOutput<VectorizeFieldOutput>>;
|
|
484
|
-
CreateImageFromPrompt(input: CommandInput<CreateImageFromPromptInput>, options?: _GenericMethodOptions): Promise<CommandOutput<CreateImageFromPromptOutput>>;
|
|
485
|
-
DeleteFieldChildren(input: CommandInput<DeleteFieldChildrenInput>, options?: _GenericMethodOptions): Promise<CommandOutput<DeleteFieldChildrenOutput>>;
|
|
486
|
-
ListFieldChildrens(input: CommandInput<ListFieldChildrensInput>, options?: _GenericMethodOptions): Promise<CommandOutput<ListFieldChildrensOutput>>;
|
|
487
|
-
UpdateFieldChildren(input: CommandInput<UpdateFieldChildrenInput>, options?: _GenericMethodOptions): Promise<CommandOutput<UpdateFieldChildrenOutput>>;
|
|
488
|
-
DeleteFavouriteWorkflow(input: CommandInput<DeleteFavouriteWorkflowInput>, options?: _GenericMethodOptions): Promise<CommandOutput<DeleteFavouriteWorkflowOutput>>;
|
|
489
|
-
ListFavouriteWorkflows(input: CommandInput<ListFavouriteWorkflowsInput>, options?: _GenericMethodOptions): Promise<CommandOutput<ListFavouriteWorkflowsOutput>>;
|
|
490
|
-
UpdateFavouriteWorkflow(input: CommandInput<UpdateFavouriteWorkflowInput>, options?: _GenericMethodOptions): Promise<CommandOutput<UpdateFavouriteWorkflowOutput>>;
|
|
491
|
-
DeleteSavedFilter(input: CommandInput<DeleteSavedFilterInput>, options?: _GenericMethodOptions): Promise<CommandOutput<DeleteSavedFilterOutput>>;
|
|
492
|
-
ListSavedFilters(input: CommandInput<ListSavedFiltersInput>, options?: _GenericMethodOptions): Promise<CommandOutput<ListSavedFiltersOutput>>;
|
|
493
|
-
UpdateSavedFilter(input: CommandInput<UpdateSavedFilterInput>, options?: _GenericMethodOptions): Promise<CommandOutput<UpdateSavedFilterOutput>>;
|
|
494
|
-
GetSavedFilter(input: CommandInput<GetSavedFilterInput>, options?: _GenericMethodOptions): Promise<CommandOutput<GetSavedFilterOutput>>;
|
|
495
|
-
CreateSavedFilter(input: CommandInput<CreateSavedFilterInput>, options?: _GenericMethodOptions): Promise<CommandOutput<CreateSavedFilterOutput>>;
|
|
496
|
-
DeleteComponent(input: CommandInput<DeleteComponentInput>, options?: _GenericMethodOptions): Promise<CommandOutput<DeleteComponentOutput>>;
|
|
497
|
-
ListComponents(input: CommandInput<ListComponentsInput>, options?: _GenericMethodOptions): Promise<CommandOutput<ListComponentsOutput>>;
|
|
498
|
-
UpdateComponent(input: CommandInput<UpdateComponentInput>, options?: _GenericMethodOptions): Promise<CommandOutput<UpdateComponentOutput>>;
|
|
499
|
-
GetComponent(input: CommandInput<GetComponentInput>, options?: _GenericMethodOptions): Promise<CommandOutput<GetComponentOutput>>;
|
|
500
|
-
CreateComponent(input: CommandInput<CreateComponentInput>, options?: _GenericMethodOptions): Promise<CommandOutput<CreateComponentOutput>>;
|
|
501
|
-
ListDatasetEditorHistorys(input: CommandInput<ListDatasetEditorHistorysInput>, options?: _GenericMethodOptions): Promise<CommandOutput<ListDatasetEditorHistorysOutput>>;
|
|
502
|
-
CreateDatasetEditorHistory(input: CommandInput<CreateDatasetEditorHistoryInput>, options?: _GenericMethodOptions): Promise<CommandOutput<CreateDatasetEditorHistoryOutput>>;
|
|
503
|
-
ListDatasetEditorConfigurations(input: CommandInput<ListDatasetEditorConfigurationsInput>, options?: _GenericMethodOptions): Promise<CommandOutput<ListDatasetEditorConfigurationsOutput>>;
|
|
504
|
-
CreateDatasetEditorConfiguration(input: CommandInput<CreateDatasetEditorConfigurationInput>, options?: _GenericMethodOptions): Promise<CommandOutput<CreateDatasetEditorConfigurationOutput>>;
|
|
505
|
-
UpdateDatasetEditorConfiguration(input: CommandInput<UpdateDatasetEditorConfigurationInput>, options?: _GenericMethodOptions): Promise<CommandOutput<UpdateDatasetEditorConfigurationOutput>>;
|
|
506
|
-
DeleteDatasetEditorConfiguration(input: CommandInput<DeleteDatasetEditorConfigurationInput>, options?: _GenericMethodOptions): Promise<CommandOutput<DeleteDatasetEditorConfigurationOutput>>;
|
|
507
|
-
GetDatasetEditorConfiguration(input: CommandInput<GetDatasetEditorConfigurationInput>, options?: _GenericMethodOptions): Promise<CommandOutput<GetDatasetEditorConfigurationOutput>>;
|
|
508
|
-
ListKeyphrases(input: CommandInput<ListKeyphrasesInput>, options?: _GenericMethodOptions): Promise<CommandOutput<ListKeyphrasesOutput>>;
|
|
509
|
-
UpdateKeyphrase(input: CommandInput<UpdateKeyphraseInput>, options?: _GenericMethodOptions): Promise<CommandOutput<UpdateKeyphraseOutput>>;
|
|
510
|
-
DeleteKeyphrase(input: CommandInput<DeleteKeyphraseInput>, options?: _GenericMethodOptions): Promise<CommandOutput<DeleteKeyphraseOutput>>;
|
|
511
|
-
GetKeyphrase(input: CommandInput<GetKeyphraseInput>, options?: _GenericMethodOptions): Promise<CommandOutput<GetKeyphraseOutput>>;
|
|
512
|
-
BulkUpdateKeyphrases(input: CommandInput<BulkUpdateKeyphrasesInput>, options?: _GenericMethodOptions): Promise<CommandOutput<BulkUpdateKeyphrasesOutput>>;
|
|
513
|
-
ListTaxonomys(input: CommandInput<ListTaxonomysInput>, options?: _GenericMethodOptions): Promise<CommandOutput<ListTaxonomysOutput>>;
|
|
514
|
-
UpdateTaxonomy(input: CommandInput<UpdateTaxonomyInput>, options?: _GenericMethodOptions): Promise<CommandOutput<UpdateTaxonomyOutput>>;
|
|
515
|
-
DeleteTaxonomy(input: CommandInput<DeleteTaxonomyInput>, options?: _GenericMethodOptions): Promise<CommandOutput<DeleteTaxonomyOutput>>;
|
|
516
|
-
GetTaxonomy(input: CommandInput<GetTaxonomyInput>, options?: _GenericMethodOptions): Promise<CommandOutput<GetTaxonomyOutput>>;
|
|
517
|
-
CreateTaxonomy(input: CommandInput<CreateTaxonomyInput>, options?: _GenericMethodOptions): Promise<CommandOutput<CreateTaxonomyOutput>>;
|
|
518
|
-
}
|