cdk-comprehend-s3olap 2.0.96 → 2.0.98
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/.jsii +42 -3
- package/lib/cdk-comprehend-s3olap.js +2 -2
- package/lib/comprehend-lambdas.js +2 -2
- package/lib/iam-roles.js +4 -4
- package/node_modules/aws-sdk/CHANGELOG.md +9 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/codestar-notifications-2019-10-15.min.json +7 -2
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +58 -19
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +510 -494
- package/node_modules/aws-sdk/clients/codestarnotifications.d.ts +29 -29
- package/node_modules/aws-sdk/clients/dynamodb.d.ts +7 -7
- package/node_modules/aws-sdk/clients/ec2.d.ts +45 -2
- package/node_modules/aws-sdk/clients/ecs.d.ts +11 -11
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +32 -10
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +24 -11
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +50 -24
- package/node_modules/aws-sdk/dist/aws-sdk.js +61 -22
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +65 -65
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/lib/dynamodb/document_client.d.ts +3 -3
- package/node_modules/aws-sdk/package.json +1 -1
- package/node_modules/is-callable/.editorconfig +5 -0
- package/node_modules/is-callable/CHANGELOG.md +12 -0
- package/node_modules/is-callable/README.md +13 -0
- package/node_modules/is-callable/index.js +23 -10
- package/node_modules/is-callable/package.json +1 -1
- package/node_modules/is-callable/test/index.js +40 -4
- package/package.json +5 -5
@@ -61,11 +61,11 @@ declare class SageMaker extends Service {
|
|
61
61
|
*/
|
62
62
|
createAlgorithm(callback?: (err: AWSError, data: SageMaker.Types.CreateAlgorithmOutput) => void): Request<SageMaker.Types.CreateAlgorithmOutput, AWSError>;
|
63
63
|
/**
|
64
|
-
* Creates a running app for the specified UserProfile.
|
64
|
+
* Creates a running app for the specified UserProfile. This operation is automatically invoked by Amazon SageMaker Studio upon access to the associated Domain, and when new kernel configurations are selected by the user. A user may have multiple Apps active simultaneously.
|
65
65
|
*/
|
66
66
|
createApp(params: SageMaker.Types.CreateAppRequest, callback?: (err: AWSError, data: SageMaker.Types.CreateAppResponse) => void): Request<SageMaker.Types.CreateAppResponse, AWSError>;
|
67
67
|
/**
|
68
|
-
* Creates a running app for the specified UserProfile.
|
68
|
+
* Creates a running app for the specified UserProfile. This operation is automatically invoked by Amazon SageMaker Studio upon access to the associated Domain, and when new kernel configurations are selected by the user. A user may have multiple Apps active simultaneously.
|
69
69
|
*/
|
70
70
|
createApp(callback?: (err: AWSError, data: SageMaker.Types.CreateAppResponse) => void): Request<SageMaker.Types.CreateAppResponse, AWSError>;
|
71
71
|
/**
|
@@ -3652,7 +3652,7 @@ declare namespace SageMaker {
|
|
3652
3652
|
*/
|
3653
3653
|
UserProfileName: UserProfileName;
|
3654
3654
|
/**
|
3655
|
-
* The type of app.
|
3655
|
+
* The type of app.
|
3656
3656
|
*/
|
3657
3657
|
AppType: AppType;
|
3658
3658
|
/**
|
@@ -8855,7 +8855,7 @@ declare namespace SageMaker {
|
|
8855
8855
|
*/
|
8856
8856
|
RStudioServerProDomainSettings?: RStudioServerProDomainSettings;
|
8857
8857
|
/**
|
8858
|
-
* The configuration for attaching a SageMaker user profile name to the execution role as a
|
8858
|
+
* The configuration for attaching a SageMaker user profile name to the execution role as a sts:SourceIdentity key.
|
8859
8859
|
*/
|
8860
8860
|
ExecutionRoleIdentityConfig?: ExecutionRoleIdentityConfig;
|
8861
8861
|
}
|
@@ -8865,7 +8865,7 @@ declare namespace SageMaker {
|
|
8865
8865
|
*/
|
8866
8866
|
RStudioServerProDomainSettingsForUpdate?: RStudioServerProDomainSettingsForUpdate;
|
8867
8867
|
/**
|
8868
|
-
* The configuration for attaching a SageMaker user profile name to the execution role as a
|
8868
|
+
* The configuration for attaching a SageMaker user profile name to the execution role as a sts:SourceIdentity key. This configuration can only be modified if there are no apps in the InService or Pending state.
|
8869
8869
|
*/
|
8870
8870
|
ExecutionRoleIdentityConfig?: ExecutionRoleIdentityConfig;
|
8871
8871
|
}
|
@@ -9985,7 +9985,7 @@ declare namespace SageMaker {
|
|
9985
9985
|
*/
|
9986
9986
|
TaskAvailabilityLifetimeInSeconds?: TaskAvailabilityLifetimeInSeconds;
|
9987
9987
|
/**
|
9988
|
-
* Defines the maximum number of data objects that can be labeled by human workers at the same time. Also referred to as batch size. Each object may have more than one worker at one time. The default value is 1000 objects.
|
9988
|
+
* Defines the maximum number of data objects that can be labeled by human workers at the same time. Also referred to as batch size. Each object may have more than one worker at one time. The default value is 1000 objects. To increase the maximum value to 5000 objects, contact Amazon Web Services Support.
|
9989
9989
|
*/
|
9990
9990
|
MaxConcurrentTaskCount?: MaxConcurrentTaskCount;
|
9991
9991
|
/**
|
@@ -10196,9 +10196,13 @@ declare namespace SageMaker {
|
|
10196
10196
|
export type HyperParameterTuningJobArn = string;
|
10197
10197
|
export interface HyperParameterTuningJobConfig {
|
10198
10198
|
/**
|
10199
|
-
* Specifies how hyperparameter tuning chooses the combinations of hyperparameter values to use for the training job it launches.
|
10199
|
+
* Specifies how hyperparameter tuning chooses the combinations of hyperparameter values to use for the training job it launches. For information about search strategies, see How Hyperparameter Tuning Works.
|
10200
10200
|
*/
|
10201
10201
|
Strategy: HyperParameterTuningJobStrategyType;
|
10202
|
+
/**
|
10203
|
+
* The configuration for the Hyperband optimization strategy. This parameter should be provided only if Hyperband is selected as the strategy for HyperParameterTuningJobConfig.
|
10204
|
+
*/
|
10205
|
+
StrategyConfig?: HyperParameterTuningJobStrategyConfig;
|
10202
10206
|
/**
|
10203
10207
|
* The HyperParameterTuningJobObjective object that specifies the objective metric for this tuning job.
|
10204
10208
|
*/
|
@@ -10212,7 +10216,7 @@ declare namespace SageMaker {
|
|
10212
10216
|
*/
|
10213
10217
|
ParameterRanges?: ParameterRanges;
|
10214
10218
|
/**
|
10215
|
-
* Specifies whether to use early stopping for training jobs launched by the hyperparameter tuning job. This can
|
10219
|
+
* Specifies whether to use early stopping for training jobs launched by the hyperparameter tuning job. Because the Hyperband strategy has its own advanced internal early stopping mechanism, TrainingJobEarlyStoppingType must be OFF to use Hyperband. This parameter can take on one of the following values (the default value is OFF): OFF Training jobs launched by the hyperparameter tuning job do not use early stopping. AUTO SageMaker stops training jobs launched by the hyperparameter tuning job when they are unlikely to perform better than previously completed training jobs. For more information, see Stop Training Jobs Early.
|
10216
10220
|
*/
|
10217
10221
|
TrainingJobEarlyStoppingType?: TrainingJobEarlyStoppingType;
|
10218
10222
|
/**
|
@@ -10280,7 +10284,13 @@ declare namespace SageMaker {
|
|
10280
10284
|
}
|
10281
10285
|
export type HyperParameterTuningJobSortByOptions = "Name"|"Status"|"CreationTime"|string;
|
10282
10286
|
export type HyperParameterTuningJobStatus = "Completed"|"InProgress"|"Failed"|"Stopped"|"Stopping"|string;
|
10283
|
-
export
|
10287
|
+
export interface HyperParameterTuningJobStrategyConfig {
|
10288
|
+
/**
|
10289
|
+
* The configuration for the object that specifies the Hyperband strategy. This parameter is only supported for the Hyperband selection for Strategy within the HyperParameterTuningJobConfig API.
|
10290
|
+
*/
|
10291
|
+
HyperbandStrategyConfig?: HyperbandStrategyConfig;
|
10292
|
+
}
|
10293
|
+
export type HyperParameterTuningJobStrategyType = "Bayesian"|"Random"|"Hyperband"|string;
|
10284
10294
|
export type HyperParameterTuningJobSummaries = HyperParameterTuningJobSummary[];
|
10285
10295
|
export interface HyperParameterTuningJobSummary {
|
10286
10296
|
/**
|
@@ -10296,7 +10306,7 @@ declare namespace SageMaker {
|
|
10296
10306
|
*/
|
10297
10307
|
HyperParameterTuningJobStatus: HyperParameterTuningJobStatus;
|
10298
10308
|
/**
|
10299
|
-
* Specifies the search strategy hyperparameter tuning uses to choose which hyperparameters to
|
10309
|
+
* Specifies the search strategy hyperparameter tuning uses to choose which hyperparameters to evaluate at each iteration.
|
10300
10310
|
*/
|
10301
10311
|
Strategy: HyperParameterTuningJobStrategyType;
|
10302
10312
|
/**
|
@@ -10363,6 +10373,18 @@ declare namespace SageMaker {
|
|
10363
10373
|
}
|
10364
10374
|
export type HyperParameterValue = string;
|
10365
10375
|
export type HyperParameters = {[key: string]: HyperParameterValue};
|
10376
|
+
export interface HyperbandStrategyConfig {
|
10377
|
+
/**
|
10378
|
+
* The minimum number of resources (such as epochs) that can be used by a training job launched by a hyperparameter tuning job. If the value for MinResource has not been reached, the training job will not be stopped by Hyperband.
|
10379
|
+
*/
|
10380
|
+
MinResource?: HyperbandStrategyMinResource;
|
10381
|
+
/**
|
10382
|
+
* The maximum number of resources (such as epochs) that can be used by a training job launched by a hyperparameter tuning job. Once a job reaches the MaxResource value, it is stopped. If a value for MaxResource is not provided, and Hyperband is selected as the hyperparameter tuning strategy, HyperbandTrainingJ attempts to infer MaxResource from the following keys (if present) in StaticsHyperParameters: epochs numepochs n-epochs n_epochs num_epochs If HyperbandStrategyConfig is unable to infer a value for MaxResource, it generates a validation error. The maximum value is 20,000 epochs. All metrics that correspond to an objective metric are used to derive early stopping decisions. For distributive training jobs, ensure that duplicate metrics are not printed in the logs across the individual nodes in a training job. If multiple nodes are publishing duplicate or incorrect metrics, training jobs may make an incorrect stopping decision and stop the job prematurely.
|
10383
|
+
*/
|
10384
|
+
MaxResource?: HyperbandStrategyMaxResource;
|
10385
|
+
}
|
10386
|
+
export type HyperbandStrategyMaxResource = number;
|
10387
|
+
export type HyperbandStrategyMinResource = number;
|
10366
10388
|
export type IdempotencyToken = string;
|
10367
10389
|
export interface Image {
|
10368
10390
|
/**
|
@@ -83,7 +83,7 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
83
83
|
/**
|
84
84
|
* @constant
|
85
85
|
*/
|
86
|
-
VERSION: '2.
|
86
|
+
VERSION: '2.1218.0',
|
87
87
|
|
88
88
|
/**
|
89
89
|
* @api private
|
@@ -10091,19 +10091,33 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
10091
10091
|
}
|
10092
10092
|
};
|
10093
10093
|
var toStr = Object.prototype.toString;
|
10094
|
+
var objectClass = '[object Object]';
|
10094
10095
|
var fnClass = '[object Function]';
|
10095
10096
|
var genClass = '[object GeneratorFunction]';
|
10097
|
+
var ddaClass = '[object HTMLAllCollection]';
|
10096
10098
|
var hasToStringTag = typeof Symbol === 'function' && !!Symbol.toStringTag; // better: use `has-tostringtag`
|
10097
|
-
|
10098
|
-
|
10099
|
-
|
10100
|
-
|
10101
|
-
|
10102
|
-
|
10103
|
-
|
10099
|
+
|
10100
|
+
var isIE68 = !(0 in [,]); // eslint-disable-line no-sparse-arrays, comma-spacing
|
10101
|
+
|
10102
|
+
var isDDA = function isDocumentDotAll() { return false; };
|
10103
|
+
if (typeof document === 'object') {
|
10104
|
+
// Firefox 3 canonicalized DDA to undefined when it's not accessed directly
|
10105
|
+
var all = document.all;
|
10106
|
+
if (toStr.call(all) === toStr.call(document.all)) {
|
10107
|
+
isDDA = function isDocumentDotAll(value) {
|
10108
|
+
/* globals document: false */
|
10109
|
+
// in IE 6-8, typeof document.all is "object" and it's truthy
|
10110
|
+
if ((isIE68 || !value) && (typeof value === 'undefined' || typeof value === 'object')) {
|
10111
|
+
try {
|
10112
|
+
var str = toStr.call(value);
|
10113
|
+
// IE 6-8 uses `objectClass`
|
10114
|
+
return (str === ddaClass || str === objectClass) && value('') == null; // eslint-disable-line eqeqeq
|
10115
|
+
} catch (e) { /**/ }
|
10116
|
+
}
|
10117
|
+
return false;
|
10118
|
+
};
|
10104
10119
|
}
|
10105
|
-
|
10106
|
-
} : function () { return false; };
|
10120
|
+
}
|
10107
10121
|
|
10108
10122
|
module.exports = reflectApply
|
10109
10123
|
? function isCallable(value) {
|
@@ -10122,7 +10136,6 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
10122
10136
|
if (isDDA(value)) { return true; }
|
10123
10137
|
if (!value) { return false; }
|
10124
10138
|
if (typeof value !== 'function' && typeof value !== 'object') { return false; }
|
10125
|
-
if (typeof value === 'function' && !value.prototype) { return true; }
|
10126
10139
|
if (hasToStringTag) { return tryFunctionObject(value); }
|
10127
10140
|
if (isES6ClassFn(value)) { return false; }
|
10128
10141
|
var strClass = toStr.call(value);
|