aws-sdk 2.705.0 → 2.706.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/CHANGELOG.md +7 -1
- package/README.md +1 -1
- package/apis/cloudformation-2010-05-15.min.json +40 -18
- package/apis/cognito-idp-2016-04-18.min.json +4 -2
- package/apis/quicksight-2018-04-01.min.json +66 -53
- package/apis/sagemaker-2017-07-24.min.json +146 -129
- package/clients/cloudformation.d.ts +35 -3
- package/clients/dms.d.ts +48 -48
- package/clients/quicksight.d.ts +33 -19
- package/clients/sagemaker.d.ts +23 -3
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +5 -5
- package/dist/aws-sdk.js +47 -23
- package/dist/aws-sdk.min.js +65 -65
- package/lib/core.js +1 -1
- package/package.json +1 -1
package/clients/quicksight.d.ts
CHANGED
|
@@ -276,11 +276,11 @@ declare class QuickSight extends Service {
|
|
|
276
276
|
*/
|
|
277
277
|
describeUser(callback?: (err: AWSError, data: QuickSight.Types.DescribeUserResponse) => void): Request<QuickSight.Types.DescribeUserResponse, AWSError>;
|
|
278
278
|
/**
|
|
279
|
-
* Generates a
|
|
279
|
+
* Generates a URL and authorization code that you can embed in your web server code. Before you use this command, make sure that you have configured the dashboards and permissions. Currently, you can use GetDashboardEmbedURL only from the server, not from the user's browser. The following rules apply to the combination of URL and authorization code: They must be used together. They can be used one time only. They are valid for 5 minutes after you run this command. The resulting user session is valid for 10 hours. For more information, see Embedding Amazon QuickSight Dashboards in the Amazon QuickSight User Guide or Embedding Amazon QuickSight Dashboards in the Amazon QuickSight API Reference.
|
|
280
280
|
*/
|
|
281
281
|
getDashboardEmbedUrl(params: QuickSight.Types.GetDashboardEmbedUrlRequest, callback?: (err: AWSError, data: QuickSight.Types.GetDashboardEmbedUrlResponse) => void): Request<QuickSight.Types.GetDashboardEmbedUrlResponse, AWSError>;
|
|
282
282
|
/**
|
|
283
|
-
* Generates a
|
|
283
|
+
* Generates a URL and authorization code that you can embed in your web server code. Before you use this command, make sure that you have configured the dashboards and permissions. Currently, you can use GetDashboardEmbedURL only from the server, not from the user's browser. The following rules apply to the combination of URL and authorization code: They must be used together. They can be used one time only. They are valid for 5 minutes after you run this command. The resulting user session is valid for 10 hours. For more information, see Embedding Amazon QuickSight Dashboards in the Amazon QuickSight User Guide or Embedding Amazon QuickSight Dashboards in the Amazon QuickSight API Reference.
|
|
284
284
|
*/
|
|
285
285
|
getDashboardEmbedUrl(callback?: (err: AWSError, data: QuickSight.Types.GetDashboardEmbedUrlResponse) => void): Request<QuickSight.Types.GetDashboardEmbedUrlResponse, AWSError>;
|
|
286
286
|
/**
|
|
@@ -725,6 +725,7 @@ declare namespace QuickSight {
|
|
|
725
725
|
ColumnGeographicRole?: GeoSpatialDataRole;
|
|
726
726
|
}
|
|
727
727
|
export type ColumnTagList = ColumnTag[];
|
|
728
|
+
export type CopySourceArn = string;
|
|
728
729
|
export interface CreateColumnsOperation {
|
|
729
730
|
/**
|
|
730
731
|
* Calculated columns to create.
|
|
@@ -745,7 +746,7 @@ declare namespace QuickSight {
|
|
|
745
746
|
*/
|
|
746
747
|
Name: DashboardName;
|
|
747
748
|
/**
|
|
748
|
-
* A structure that contains the parameters of the dashboard. These are parameter overrides for a dashboard. A dashboard can have any type of parameters, and some parameters might accept multiple values.
|
|
749
|
+
* A structure that contains the parameters of the dashboard. These are parameter overrides for a dashboard. A dashboard can have any type of parameters, and some parameters might accept multiple values.
|
|
749
750
|
*/
|
|
750
751
|
Parameters?: Parameters;
|
|
751
752
|
/**
|
|
@@ -753,7 +754,7 @@ declare namespace QuickSight {
|
|
|
753
754
|
*/
|
|
754
755
|
Permissions?: ResourcePermissionList;
|
|
755
756
|
/**
|
|
756
|
-
* The source
|
|
757
|
+
* The entity that you are using as a source when you create the dashboard. In SourceEntity, you specify the type of object you're using as source. You can only create a dashboard from a template, so you use a SourceTemplate entity. If you need to create a dashboard from an analysis, first convert the analysis to a template by using the CreateTemplate API operation. For SourceTemplate, specify the Amazon Resource Name (ARN) of the source template. The SourceTemplateARN can contain any AWS Account and any QuickSight-supported AWS Region. Use the DataSetReferences entity within SourceTemplate to list the replacement datasets for the placeholders listed in the original. The schema in each dataset must match its placeholder.
|
|
757
758
|
*/
|
|
758
759
|
SourceEntity: DashboardSourceEntity;
|
|
759
760
|
/**
|
|
@@ -765,7 +766,7 @@ declare namespace QuickSight {
|
|
|
765
766
|
*/
|
|
766
767
|
VersionDescription?: VersionDescription;
|
|
767
768
|
/**
|
|
768
|
-
* Options for publishing the dashboard when you create it: AvailabilityStatus for AdHocFilteringOption - This status can be either ENABLED or DISABLED. When this is set to DISABLED, QuickSight disables the left filter pane on the published dashboard, which can be used for ad hoc (one-time) filtering. This option is ENABLED by default. AvailabilityStatus for ExportToCSVOption - This status can be either ENABLED or DISABLED. The visual option to export data to .csv format isn't enabled when this is set to DISABLED. This option is ENABLED by default. VisibilityState for SheetControlsOption - This visibility state can be either COLLAPSED or EXPANDED.
|
|
769
|
+
* Options for publishing the dashboard when you create it: AvailabilityStatus for AdHocFilteringOption - This status can be either ENABLED or DISABLED. When this is set to DISABLED, QuickSight disables the left filter pane on the published dashboard, which can be used for ad hoc (one-time) filtering. This option is ENABLED by default. AvailabilityStatus for ExportToCSVOption - This status can be either ENABLED or DISABLED. The visual option to export data to .csv format isn't enabled when this is set to DISABLED. This option is ENABLED by default. VisibilityState for SheetControlsOption - This visibility state can be either COLLAPSED or EXPANDED. This option is COLLAPSED by default.
|
|
769
770
|
*/
|
|
770
771
|
DashboardPublishOptions?: DashboardPublishOptions;
|
|
771
772
|
}
|
|
@@ -1133,7 +1134,7 @@ declare namespace QuickSight {
|
|
|
1133
1134
|
*/
|
|
1134
1135
|
Permissions?: ResourcePermissionList;
|
|
1135
1136
|
/**
|
|
1136
|
-
* The Amazon Resource Name (ARN) of the source
|
|
1137
|
+
* The entity that you are using as a source when you create the template. In SourceEntity, you specify the type of object you're using as source: SourceTemplate for a template or SourceAnalysis for an analysis. Both of these require an Amazon Resource Name (ARN). For SourceTemplate, specify the ARN of the source template. For SourceAnalysis, specify the ARN of the source analysis. The SourceTemplate ARN can contain any AWS Account and any QuickSight-supported AWS Region. Use the DataSetReferences entity within SourceTemplate or SourceAnalysis to list the replacement datasets for the placeholders listed in the original. The schema in each dataset must match its placeholder.
|
|
1137
1138
|
*/
|
|
1138
1139
|
SourceEntity: TemplateSourceEntity;
|
|
1139
1140
|
/**
|
|
@@ -1180,6 +1181,10 @@ declare namespace QuickSight {
|
|
|
1180
1181
|
* Password.
|
|
1181
1182
|
*/
|
|
1182
1183
|
Password: Password;
|
|
1184
|
+
/**
|
|
1185
|
+
* A set of alternate data source parameters that you want to share for these credentials. The credentials are applied in tandem with the data source parameters when you copy a data source by using a create or update request. The API compares the DataSourceParameters structure that's in the request with the structures in the AlternateDataSourceParameters allowlist. If the structures are an exact match, the request is allowed to use the new data source with the existing credentials. If the AlternateDataSourceParameters list is null, the DataSourceParameters originally used with these Credentials is automatically allowed.
|
|
1186
|
+
*/
|
|
1187
|
+
AlternateDataSourceParameters?: DataSourceParametersList;
|
|
1183
1188
|
}
|
|
1184
1189
|
export interface CustomSql {
|
|
1185
1190
|
/**
|
|
@@ -1261,15 +1266,15 @@ declare namespace QuickSight {
|
|
|
1261
1266
|
}
|
|
1262
1267
|
export interface DashboardSearchFilter {
|
|
1263
1268
|
/**
|
|
1264
|
-
* The comparison operator that you want to use as a filter
|
|
1269
|
+
* The comparison operator that you want to use as a filter, for example, "Operator": "StringEquals".
|
|
1265
1270
|
*/
|
|
1266
1271
|
Operator: FilterOperator;
|
|
1267
1272
|
/**
|
|
1268
|
-
* The name of the value that you want to use as a filter
|
|
1273
|
+
* The name of the value that you want to use as a filter, for example, "Name": "QUICKSIGHT_USER".
|
|
1269
1274
|
*/
|
|
1270
1275
|
Name?: DashboardFilterAttribute;
|
|
1271
1276
|
/**
|
|
1272
|
-
* The value of the named item, in this case QUICKSIGHT_USER, that you want to use as a filter
|
|
1277
|
+
* The value of the named item, in this case QUICKSIGHT_USER, that you want to use as a filter, for example, "Value": "arn:aws:quicksight:us-east-1:1:user/default/UserName1".
|
|
1273
1278
|
*/
|
|
1274
1279
|
Value?: String;
|
|
1275
1280
|
}
|
|
@@ -1532,6 +1537,10 @@ declare namespace QuickSight {
|
|
|
1532
1537
|
* The parameters that Amazon QuickSight uses to connect to your underlying source. This is a variant type structure. For this structure to be valid, only one of the attributes can be non-null.
|
|
1533
1538
|
*/
|
|
1534
1539
|
DataSourceParameters?: DataSourceParameters;
|
|
1540
|
+
/**
|
|
1541
|
+
* A set of alternate data source parameters that you want to share for the credentials stored with this data source. The credentials are applied in tandem with the data source parameters when you copy a data source by using a create or update request. The API compares the DataSourceParameters structure that's in the request with the structures in the AlternateDataSourceParameters allowlist. If the structures are an exact match, the request is allowed to use the credentials from this existing data source. If the AlternateDataSourceParameters list is null, the Credentials originally used with this DataSourceParameters are automatically allowed.
|
|
1542
|
+
*/
|
|
1543
|
+
AlternateDataSourceParameters?: DataSourceParametersList;
|
|
1535
1544
|
/**
|
|
1536
1545
|
* The VPC connection information. You need to use this parameter only when you want QuickSight to use a VPC connection when connecting to your underlying source.
|
|
1537
1546
|
*/
|
|
@@ -1547,9 +1556,13 @@ declare namespace QuickSight {
|
|
|
1547
1556
|
}
|
|
1548
1557
|
export interface DataSourceCredentials {
|
|
1549
1558
|
/**
|
|
1550
|
-
* Credential pair.
|
|
1559
|
+
* Credential pair. For more information, see CredentialPair.
|
|
1551
1560
|
*/
|
|
1552
1561
|
CredentialPair?: CredentialPair;
|
|
1562
|
+
/**
|
|
1563
|
+
* The Amazon Resource Name (ARN) of a data source that has the credential pair that you want to use. When CopySourceArn is not null, the credential pair from the data source in the ARN is used as the credentials for the DataSourceCredentials structure.
|
|
1564
|
+
*/
|
|
1565
|
+
CopySourceArn?: CopySourceArn;
|
|
1553
1566
|
}
|
|
1554
1567
|
export interface DataSourceErrorInfo {
|
|
1555
1568
|
/**
|
|
@@ -1561,7 +1574,7 @@ declare namespace QuickSight {
|
|
|
1561
1574
|
*/
|
|
1562
1575
|
Message?: String;
|
|
1563
1576
|
}
|
|
1564
|
-
export type DataSourceErrorInfoType = "TIMEOUT"|"ENGINE_VERSION_NOT_SUPPORTED"|"UNKNOWN_HOST"|"GENERIC_SQL_FAILURE"|"CONFLICT"|"UNKNOWN"|string;
|
|
1577
|
+
export type DataSourceErrorInfoType = "ACCESS_DENIED"|"COPY_SOURCE_NOT_FOUND"|"TIMEOUT"|"ENGINE_VERSION_NOT_SUPPORTED"|"UNKNOWN_HOST"|"GENERIC_SQL_FAILURE"|"CONFLICT"|"UNKNOWN"|string;
|
|
1565
1578
|
export type DataSourceList = DataSource[];
|
|
1566
1579
|
export interface DataSourceParameters {
|
|
1567
1580
|
/**
|
|
@@ -1641,6 +1654,7 @@ declare namespace QuickSight {
|
|
|
1641
1654
|
*/
|
|
1642
1655
|
TwitterParameters?: TwitterParameters;
|
|
1643
1656
|
}
|
|
1657
|
+
export type DataSourceParametersList = DataSourceParameters[];
|
|
1644
1658
|
export type DataSourceType = "ADOBE_ANALYTICS"|"AMAZON_ELASTICSEARCH"|"ATHENA"|"AURORA"|"AURORA_POSTGRESQL"|"AWS_IOT_ANALYTICS"|"GITHUB"|"JIRA"|"MARIADB"|"MYSQL"|"POSTGRESQL"|"PRESTO"|"REDSHIFT"|"S3"|"SALESFORCE"|"SERVICENOW"|"SNOWFLAKE"|"SPARK"|"SQLSERVER"|"TERADATA"|"TWITTER"|string;
|
|
1645
1659
|
export type Database = string;
|
|
1646
1660
|
export interface DateTimeParameter {
|
|
@@ -1843,7 +1857,7 @@ declare namespace QuickSight {
|
|
|
1843
1857
|
*/
|
|
1844
1858
|
TemplateId: RestrictiveResourceId;
|
|
1845
1859
|
/**
|
|
1846
|
-
* The name for the template alias.
|
|
1860
|
+
* The name for the template alias. To delete a specific alias, you delete the version that the alias points to. You can specify the alias name, or specify the latest version of the template by providing the keyword $LATEST in the AliasName parameter.
|
|
1847
1861
|
*/
|
|
1848
1862
|
AliasName: AliasName;
|
|
1849
1863
|
}
|
|
@@ -1861,7 +1875,7 @@ declare namespace QuickSight {
|
|
|
1861
1875
|
*/
|
|
1862
1876
|
AliasName?: AliasName;
|
|
1863
1877
|
/**
|
|
1864
|
-
* The Amazon Resource Name (ARN) of the
|
|
1878
|
+
* The Amazon Resource Name (ARN) of the template you want to delete.
|
|
1865
1879
|
*/
|
|
1866
1880
|
Arn?: Arn;
|
|
1867
1881
|
/**
|
|
@@ -2403,7 +2417,7 @@ declare namespace QuickSight {
|
|
|
2403
2417
|
}
|
|
2404
2418
|
export interface GetDashboardEmbedUrlResponse {
|
|
2405
2419
|
/**
|
|
2406
|
-
*
|
|
2420
|
+
* A single-use URL that you can put into your server-side webpage to embed your dashboard. This URL is valid for 5 minutes. The API provides the URL with an auth_code value that enables one (and only one) sign-on to a user session that is valid for 10 hours.
|
|
2407
2421
|
*/
|
|
2408
2422
|
EmbedUrl?: EmbeddingUrl;
|
|
2409
2423
|
/**
|
|
@@ -3453,7 +3467,7 @@ declare namespace QuickSight {
|
|
|
3453
3467
|
*/
|
|
3454
3468
|
AwsAccountId: AwsAccountId;
|
|
3455
3469
|
/**
|
|
3456
|
-
* The filters to apply to the search. Currently, you can search only by user name
|
|
3470
|
+
* The filters to apply to the search. Currently, you can search only by user name, for example, "Filters": [ { "Name": "QUICKSIGHT_USER", "Operator": "StringEquals", "Value": "arn:aws:quicksight:us-east-1:1:user/default/UserName1" } ]
|
|
3457
3471
|
*/
|
|
3458
3472
|
Filters: DashboardSearchFilterList;
|
|
3459
3473
|
/**
|
|
@@ -3921,11 +3935,11 @@ declare namespace QuickSight {
|
|
|
3921
3935
|
*/
|
|
3922
3936
|
Name: DashboardName;
|
|
3923
3937
|
/**
|
|
3924
|
-
* The
|
|
3938
|
+
* The entity that you are using as a source when you update the dashboard. In SourceEntity, you specify the type of object you're using as source. You can only update a dashboard from a template, so you use a SourceTemplate entity. If you need to update a dashboard from an analysis, first convert the analysis to a template by using the CreateTemplate API operation. For SourceTemplate, specify the Amazon Resource Name (ARN) of the source template. The SourceTemplate ARN can contain any AWS Account and any QuickSight-supported AWS Region. Use the DataSetReferences entity within SourceTemplate to list the replacement datasets for the placeholders listed in the original. The schema in each dataset must match its placeholder.
|
|
3925
3939
|
*/
|
|
3926
3940
|
SourceEntity: DashboardSourceEntity;
|
|
3927
3941
|
/**
|
|
3928
|
-
* A structure that contains the parameters of the dashboard.
|
|
3942
|
+
* A structure that contains the parameters of the dashboard. These are parameter overrides for a dashboard. A dashboard can have any type of parameters, and some parameters might accept multiple values.
|
|
3929
3943
|
*/
|
|
3930
3944
|
Parameters?: Parameters;
|
|
3931
3945
|
/**
|
|
@@ -3933,7 +3947,7 @@ declare namespace QuickSight {
|
|
|
3933
3947
|
*/
|
|
3934
3948
|
VersionDescription?: VersionDescription;
|
|
3935
3949
|
/**
|
|
3936
|
-
* Options for publishing the dashboard when you create it: AvailabilityStatus for AdHocFilteringOption - This status can be either ENABLED or DISABLED. When this is set to DISABLED, QuickSight disables the left filter pane on the published dashboard, which can be used for ad hoc (one-time) filtering. This option is ENABLED by default. AvailabilityStatus for ExportToCSVOption - This status can be either ENABLED or DISABLED. The visual option to export data to .csv format isn't enabled when this is set to DISABLED. This option is ENABLED by default. VisibilityState for SheetControlsOption - This visibility state can be either COLLAPSED or EXPANDED.
|
|
3950
|
+
* Options for publishing the dashboard when you create it: AvailabilityStatus for AdHocFilteringOption - This status can be either ENABLED or DISABLED. When this is set to DISABLED, QuickSight disables the left filter pane on the published dashboard, which can be used for ad hoc (one-time) filtering. This option is ENABLED by default. AvailabilityStatus for ExportToCSVOption - This status can be either ENABLED or DISABLED. The visual option to export data to .csv format isn't enabled when this is set to DISABLED. This option is ENABLED by default. VisibilityState for SheetControlsOption - This visibility state can be either COLLAPSED or EXPANDED. This option is COLLAPSED by default.
|
|
3937
3951
|
*/
|
|
3938
3952
|
DashboardPublishOptions?: DashboardPublishOptions;
|
|
3939
3953
|
}
|
|
@@ -4318,7 +4332,7 @@ declare namespace QuickSight {
|
|
|
4318
4332
|
*/
|
|
4319
4333
|
TemplateId: RestrictiveResourceId;
|
|
4320
4334
|
/**
|
|
4321
|
-
* The source
|
|
4335
|
+
* The entity that you are using as a source when you update the template. In SourceEntity, you specify the type of object you're using as source: SourceTemplate for a template or SourceAnalysis for an analysis. Both of these require an Amazon Resource Name (ARN). For SourceTemplate, specify the ARN of the source template. For SourceAnalysis, specify the ARN of the source analysis. The SourceTemplate ARN can contain any AWS Account and any QuickSight-supported AWS Region. Use the DataSetReferences entity within SourceTemplate or SourceAnalysis to list the replacement datasets for the placeholders listed in the original. The schema in each dataset must match its placeholder.
|
|
4322
4336
|
*/
|
|
4323
4337
|
SourceEntity: TemplateSourceEntity;
|
|
4324
4338
|
/**
|
package/clients/sagemaker.d.ts
CHANGED
|
@@ -2572,6 +2572,10 @@ declare namespace SageMaker {
|
|
|
2572
2572
|
* The maximum number of parallel requests that can be sent to each instance in a transform job. If MaxConcurrentTransforms is set to 0 or left unset, Amazon SageMaker checks the optional execution-parameters to determine the settings for your chosen algorithm. If the execution-parameters endpoint is not enabled, the default value is 1. For more information on execution-parameters, see How Containers Serve Requests. For built-in algorithms, you don't need to set a value for MaxConcurrentTransforms.
|
|
2573
2573
|
*/
|
|
2574
2574
|
MaxConcurrentTransforms?: MaxConcurrentTransforms;
|
|
2575
|
+
/**
|
|
2576
|
+
* Configures the timeout and maximum number of retries for processing a transform job invocation.
|
|
2577
|
+
*/
|
|
2578
|
+
ModelClientConfig?: ModelClientConfig;
|
|
2575
2579
|
/**
|
|
2576
2580
|
* The maximum allowed size of the payload, in MB. A payload is the data portion of a record (without metadata). The value in MaxPayloadInMB must be greater than, or equal to, the size of a single record. To estimate the size of a record in MB, divide the size of your dataset by the number of records. To ensure that the records fit within the maximum payload size, we recommend using a slightly larger value. The default value is 6 MB. For cases where the payload might be arbitrarily large and is transmitted using HTTP chunked encoding, set the value to 0. This feature works only in supported algorithms. Currently, Amazon SageMaker built-in algorithms do not support HTTP chunked encoding.
|
|
2577
2581
|
*/
|
|
@@ -4127,7 +4131,7 @@ declare namespace SageMaker {
|
|
|
4127
4131
|
*/
|
|
4128
4132
|
LabelingJobArn?: LabelingJobArn;
|
|
4129
4133
|
/**
|
|
4130
|
-
*
|
|
4134
|
+
* The Amazon Resource Name (ARN) of an AutoML job.
|
|
4131
4135
|
*/
|
|
4132
4136
|
AutoMLJobArn?: AutoMLJobArn;
|
|
4133
4137
|
/**
|
|
@@ -4266,6 +4270,10 @@ declare namespace SageMaker {
|
|
|
4266
4270
|
* The maximum number of parallel requests on each instance node that can be launched in a transform job. The default value is 1.
|
|
4267
4271
|
*/
|
|
4268
4272
|
MaxConcurrentTransforms?: MaxConcurrentTransforms;
|
|
4273
|
+
/**
|
|
4274
|
+
* The timeout and maximum number of retries for processing a transform job invocation.
|
|
4275
|
+
*/
|
|
4276
|
+
ModelClientConfig?: ModelClientConfig;
|
|
4269
4277
|
/**
|
|
4270
4278
|
* The maximum payload size, in MB, used in the transform job.
|
|
4271
4279
|
*/
|
|
@@ -4307,7 +4315,7 @@ declare namespace SageMaker {
|
|
|
4307
4315
|
*/
|
|
4308
4316
|
LabelingJobArn?: LabelingJobArn;
|
|
4309
4317
|
/**
|
|
4310
|
-
*
|
|
4318
|
+
* The Amazon Resource Name (ARN) of the AutoML transform job.
|
|
4311
4319
|
*/
|
|
4312
4320
|
AutoMLJobArn?: AutoMLJobArn;
|
|
4313
4321
|
DataProcessing?: DataProcessing;
|
|
@@ -4773,7 +4781,7 @@ declare namespace SageMaker {
|
|
|
4773
4781
|
*/
|
|
4774
4782
|
Name: ResourcePropertyName;
|
|
4775
4783
|
/**
|
|
4776
|
-
* A Boolean binary operator that is used to evaluate the filter. The operator field contains one of the following values: Equals The value of Name equals Value. NotEquals The value of Name doesn't equal Value. GreaterThan The value of Name is greater than Value. Not supported for text properties. GreaterThanOrEqualTo The value of Name is greater than or equal to Value. Not supported for text properties. LessThan The value of Name is less than Value. Not supported for text properties. LessThanOrEqualTo The value of Name is less than or equal to Value. Not supported for text properties.
|
|
4784
|
+
* A Boolean binary operator that is used to evaluate the filter. The operator field contains one of the following values: Equals The value of Name equals Value. NotEquals The value of Name doesn't equal Value. Exists The Name property exists. NotExists The Name property does not exist. GreaterThan The value of Name is greater than Value. Not supported for text properties. GreaterThanOrEqualTo The value of Name is greater than or equal to Value. Not supported for text properties. LessThan The value of Name is less than Value. Not supported for text properties. LessThanOrEqualTo The value of Name is less than or equal to Value. Not supported for text properties. In The value of Name is one of the comma delimited strings in Value. Only supported for text properties. Contains The value of Name contains the string Value. Only supported for text properties. A SearchExpression can include the Contains operator multiple times when the value of Name is one of the following: Experiment.DisplayName Experiment.ExperimentName Experiment.Tags Trial.DisplayName Trial.TrialName Trial.Tags TrialComponent.DisplayName TrialComponent.TrialComponentName TrialComponent.Tags TrialComponent.InputArtifacts TrialComponent.OutputArtifacts A SearchExpression can include only one Contains operator for all other values of Name. In these cases, if you include multiple Contains operators in the SearchExpression, the result is the following error message: "'CONTAINS' operator usage limit of 1 exceeded."
|
|
4777
4785
|
*/
|
|
4778
4786
|
Operator?: Operator;
|
|
4779
4787
|
/**
|
|
@@ -5342,6 +5350,8 @@ declare namespace SageMaker {
|
|
|
5342
5350
|
MaxValue: ParameterValue;
|
|
5343
5351
|
}
|
|
5344
5352
|
export type IntegerParameterRanges = IntegerParameterRange[];
|
|
5353
|
+
export type InvocationsMaxRetries = number;
|
|
5354
|
+
export type InvocationsTimeoutInSeconds = number;
|
|
5345
5355
|
export type JobReferenceCode = string;
|
|
5346
5356
|
export type JobReferenceCodeContains = string;
|
|
5347
5357
|
export type JoinSource = "Input"|"None"|string;
|
|
@@ -6962,6 +6972,16 @@ declare namespace SageMaker {
|
|
|
6962
6972
|
*/
|
|
6963
6973
|
S3ModelArtifacts: S3Uri;
|
|
6964
6974
|
}
|
|
6975
|
+
export interface ModelClientConfig {
|
|
6976
|
+
/**
|
|
6977
|
+
* The timeout value in seconds for an invocation request.
|
|
6978
|
+
*/
|
|
6979
|
+
InvocationsTimeoutInSeconds?: InvocationsTimeoutInSeconds;
|
|
6980
|
+
/**
|
|
6981
|
+
* The maximum number of retries when invocation requests are failing.
|
|
6982
|
+
*/
|
|
6983
|
+
InvocationsMaxRetries?: InvocationsMaxRetries;
|
|
6984
|
+
}
|
|
6965
6985
|
export type ModelName = string;
|
|
6966
6986
|
export type ModelNameContains = string;
|
|
6967
6987
|
export type ModelPackageArn = string;
|