@aws-sdk/client-sagemaker 3.171.0 → 3.176.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.
Files changed (37) hide show
  1. package/CHANGELOG.md +22 -0
  2. package/dist-cjs/commands/DescribeFeatureGroupCommand.js +2 -1
  3. package/dist-cjs/commands/DescribeFeatureMetadataCommand.js +3 -3
  4. package/dist-cjs/commands/ListNotebookInstanceLifecycleConfigsCommand.js +3 -3
  5. package/dist-cjs/models/models_0.js +17 -17
  6. package/dist-cjs/models/models_1.js +29 -27
  7. package/dist-cjs/models/models_2.js +25 -28
  8. package/dist-cjs/models/models_3.js +27 -4
  9. package/dist-cjs/protocols/Aws_json1_1.js +64 -0
  10. package/dist-es/commands/DescribeFeatureGroupCommand.js +2 -1
  11. package/dist-es/commands/DescribeFeatureMetadataCommand.js +1 -1
  12. package/dist-es/commands/ListNotebookInstanceLifecycleConfigsCommand.js +1 -1
  13. package/dist-es/models/models_0.js +7 -7
  14. package/dist-es/models/models_1.js +10 -5
  15. package/dist-es/models/models_2.js +5 -14
  16. package/dist-es/models/models_3.js +14 -0
  17. package/dist-es/protocols/Aws_json1_1.js +55 -3
  18. package/dist-types/SageMaker.d.ts +9 -9
  19. package/dist-types/commands/CreateAppCommand.d.ts +1 -2
  20. package/dist-types/commands/CreateTrainingJobCommand.d.ts +6 -5
  21. package/dist-types/commands/CreateUserProfileCommand.d.ts +1 -1
  22. package/dist-types/commands/DeleteDomainCommand.d.ts +1 -1
  23. package/dist-types/commands/DescribeFeatureGroupCommand.d.ts +2 -1
  24. package/dist-types/commands/DescribeFeatureMetadataCommand.d.ts +1 -1
  25. package/dist-types/commands/ListNotebookInstanceLifecycleConfigsCommand.d.ts +1 -1
  26. package/dist-types/models/models_0.d.ts +76 -80
  27. package/dist-types/models/models_1.d.ts +167 -197
  28. package/dist-types/models/models_2.d.ts +194 -108
  29. package/dist-types/models/models_3.d.ts +101 -2
  30. package/dist-types/ts3.4/commands/DescribeFeatureGroupCommand.d.ts +2 -4
  31. package/dist-types/ts3.4/commands/DescribeFeatureMetadataCommand.d.ts +1 -1
  32. package/dist-types/ts3.4/commands/ListNotebookInstanceLifecycleConfigsCommand.d.ts +1 -1
  33. package/dist-types/ts3.4/models/models_0.d.ts +18 -19
  34. package/dist-types/ts3.4/models/models_1.d.ts +37 -63
  35. package/dist-types/ts3.4/models/models_2.d.ts +58 -43
  36. package/dist-types/ts3.4/models/models_3.d.ts +41 -2
  37. package/package.json +1 -1
@@ -1,5 +1,170 @@
1
- import { ActionSummary, AdditionalInferenceSpecificationDefinition, AgentVersion, AlgorithmSortBy, AlgorithmSpecification, AlgorithmSummary, AppDetails, AppImageConfigDetails, AppImageConfigSortKey, AppSortKey, AppSpecification, ArtifactSummary, AssociationEdgeType, AssociationSummary, AutoMLCandidate, AutoMLJobStatus, AutoMLJobSummary, AutoMLSortBy, AutoMLSortOrder, BatchStrategy, CandidateSortBy, CandidateStatus, Channel, CheckpointConfig, CodeRepositorySortBy, CodeRepositorySortOrder, CodeRepositorySummary, CognitoConfig, CompilationJobStatus, CompilationJobSummary, ContainerDefinition, ContextSummary, EdgeOutputConfig, ExecutionRoleIdentityConfig, FeatureDefinition, FeatureType, FlowDefinitionOutputConfig, HumanLoopActivationConfig, HumanLoopConfig, HumanLoopRequestSource, HyperParameterTuningJobObjectiveType, HyperParameterTuningJobStrategyType, InferenceSpecification, MetadataProperties, ModelApprovalStatus, ModelPackageStatus, MonitoringNetworkConfig, MonitoringOutputConfig, MonitoringResources, MonitoringStoppingCondition, ObjectiveStatus, OfflineStoreConfig, OnlineStoreConfig, OutputDataConfig, OutputParameter, ProductionVariantInstanceType, ResourceConfig, ResourceLimits, ResourceSpec, StoppingCondition, Tag, TransformInput, TransformOutput, TransformResources, UserContext, UserSettings, VpcConfig } from "./models_0";
2
- import { _InstanceType, DataCaptureConfigSummary, DataProcessing, DebugHookConfig, DebugRuleConfiguration, DebugRuleEvaluationStatus, DirectInternetAccess, DomainStatus, DriftCheckBaselines, EdgePackagingJobStatus, EndpointStatus, ExperimentConfig, ExperimentSource, FeatureGroupStatus, FeatureParameter, HumanTaskConfig, HyperParameterTrainingJobDefinition, HyperParameterTuningJobConfig, HyperParameterTuningJobWarmStartConfig, InferenceExecutionConfig, InstanceMetadataServiceConfiguration, LabelingJobAlgorithmsConfig, LabelingJobInputConfig, LabelingJobOutputConfig, LabelingJobStoppingConditions, LastUpdateStatus, MemberDefinition, ModelArtifacts, ModelBiasAppSpecification, ModelBiasBaselineConfig, ModelBiasJobInput, ModelClientConfig, ModelExplainabilityAppSpecification, ModelExplainabilityBaselineConfig, ModelExplainabilityJobInput, ModelMetrics, ModelPackageValidationSpecification, ModelQualityAppSpecification, ModelQualityBaselineConfig, ModelQualityJobInput, MonitoringScheduleConfig, MonitoringType, NetworkConfig, NotebookInstanceAcceleratorType, NotebookInstanceLifecycleHook, NotificationConfiguration, OfflineStoreStatus, OfflineStoreStatusValue, ParallelismConfiguration, ProcessingInput, ProcessingOutputConfig, ProcessingResources, ProcessingStoppingCondition, ProductionVariantSummary, ProfilerConfig, ProfilerRuleConfiguration, RecommendationJobInputConfig, RecommendationJobStoppingConditions, RecommendationJobType, RetryStrategy, RootAccess, RuleEvaluationStatus, ServiceCatalogProvisioningDetails, SourceAlgorithmSpecification, SourceIpConfig, StudioLifecycleConfigAppType, TensorBoardOutputConfig, TrialComponentArtifact, TrialComponentParameterValue, TrialComponentStatus } from "./models_1";
1
+ import { ActionSummary, AdditionalInferenceSpecificationDefinition, AgentVersion, AlgorithmSortBy, AlgorithmSpecification, AlgorithmSummary, AppDetails, AppImageConfigDetails, AppImageConfigSortKey, AppSortKey, AppSpecification, ArtifactSummary, AssociationEdgeType, AssociationSummary, AutoMLCandidate, AutoMLJobStatus, AutoMLJobSummary, AutoMLSortBy, AutoMLSortOrder, BatchStrategy, CandidateSortBy, CandidateStatus, Channel, CheckpointConfig, CodeRepositorySortBy, CodeRepositorySortOrder, CodeRepositorySummary, CognitoConfig, CompilationJobStatus, CompilationJobSummary, ContainerDefinition, ContextSummary, EdgeOutputConfig, ExecutionRoleIdentityConfig, FeatureDefinition, FeatureType, FlowDefinitionOutputConfig, HumanLoopActivationConfig, HumanLoopConfig, HumanLoopRequestSource, HyperParameterTuningJobObjectiveType, InferenceSpecification, MetadataProperties, ModelApprovalStatus, ModelPackageStatus, MonitoringNetworkConfig, MonitoringOutputConfig, MonitoringResources, MonitoringStoppingCondition, ObjectiveStatus, OfflineStoreConfig, OnlineStoreConfig, OutputDataConfig, OutputParameter, ProductionVariantInstanceType, ResourceConfig, ResourceSpec, StoppingCondition, Tag, TransformInput, TransformOutput, TransformResources, UserContext, UserSettings, VpcConfig } from "./models_0";
2
+ import { _InstanceType, DataCaptureConfigSummary, DataProcessing, DebugHookConfig, DebugRuleConfiguration, DebugRuleEvaluationStatus, DirectInternetAccess, DomainStatus, DriftCheckBaselines, EdgePackagingJobStatus, EndpointStatus, ExperimentConfig, ExperimentSource, FeatureGroupStatus, HumanTaskConfig, HyperParameterTrainingJobDefinition, HyperParameterTuningJobConfig, HyperParameterTuningJobStrategyType, HyperParameterTuningJobWarmStartConfig, InferenceExecutionConfig, InstanceMetadataServiceConfiguration, LabelingJobAlgorithmsConfig, LabelingJobInputConfig, LabelingJobOutputConfig, LabelingJobStoppingConditions, LastUpdateStatus, MemberDefinition, ModelArtifacts, ModelBiasAppSpecification, ModelBiasBaselineConfig, ModelBiasJobInput, ModelClientConfig, ModelExplainabilityAppSpecification, ModelExplainabilityBaselineConfig, ModelExplainabilityJobInput, ModelMetrics, ModelPackageValidationSpecification, ModelQualityAppSpecification, ModelQualityBaselineConfig, ModelQualityJobInput, MonitoringScheduleConfig, MonitoringType, NetworkConfig, NotebookInstanceAcceleratorType, NotebookInstanceLifecycleHook, NotificationConfiguration, OfflineStoreStatusValue, ParallelismConfiguration, ProcessingInput, ProcessingOutputConfig, ProcessingResources, ProcessingStoppingCondition, ProductionVariantSummary, ProfilerConfig, ProfilerRuleConfiguration, RecommendationJobInputConfig, RecommendationJobStoppingConditions, RecommendationJobType, ResourceLimits, RetryStrategy, RootAccess, RuleEvaluationStatus, ServiceCatalogProvisioningDetails, SourceAlgorithmSpecification, SourceIpConfig, StudioLifecycleConfigAppType, TensorBoardOutputConfig, TrialComponentArtifact, TrialComponentParameterValue, TrialComponentStatus } from "./models_1";
3
+ /**
4
+ * <p>The status of <code>OfflineStore</code>.</p>
5
+ */
6
+ export interface OfflineStoreStatus {
7
+ /**
8
+ * <p>An <code>OfflineStore</code> status.</p>
9
+ */
10
+ Status: OfflineStoreStatusValue | string | undefined;
11
+ /**
12
+ * <p>The justification for why the OfflineStoreStatus is Blocked (if applicable).</p>
13
+ */
14
+ BlockedReason?: string;
15
+ }
16
+ export interface DescribeFeatureGroupResponse {
17
+ /**
18
+ * <p>The Amazon Resource Name (ARN) of the <code>FeatureGroup</code>. </p>
19
+ */
20
+ FeatureGroupArn: string | undefined;
21
+ /**
22
+ * <p>he name of the <code>FeatureGroup</code>.</p>
23
+ */
24
+ FeatureGroupName: string | undefined;
25
+ /**
26
+ * <p>The name of the <code>Feature</code> used for <code>RecordIdentifier</code>, whose value
27
+ * uniquely identifies a record stored in the feature store.</p>
28
+ */
29
+ RecordIdentifierFeatureName: string | undefined;
30
+ /**
31
+ * <p>The name of the feature that stores the <code>EventTime</code> of a Record in a
32
+ * <code>FeatureGroup</code>.</p>
33
+ * <p> An <code>EventTime</code> is a point in time when a new event occurs that
34
+ * corresponds to the creation or update of a <code>Record</code> in a
35
+ * <code>FeatureGroup</code>. All <code>Records</code> in the <code>FeatureGroup</code>
36
+ * have a corresponding <code>EventTime</code>.</p>
37
+ */
38
+ EventTimeFeatureName: string | undefined;
39
+ /**
40
+ * <p>A list of the <code>Features</code> in the <code>FeatureGroup</code>.
41
+ * Each feature is defined by a <code>FeatureName</code> and <code>FeatureType</code>.</p>
42
+ */
43
+ FeatureDefinitions: FeatureDefinition[] | undefined;
44
+ /**
45
+ * <p>A timestamp indicating when SageMaker created the <code>FeatureGroup</code>.</p>
46
+ */
47
+ CreationTime: Date | undefined;
48
+ /**
49
+ * <p>A timestamp indicating when the feature group was last updated.</p>
50
+ */
51
+ LastModifiedTime?: Date;
52
+ /**
53
+ * <p>The configuration for the <code>OnlineStore</code>.</p>
54
+ */
55
+ OnlineStoreConfig?: OnlineStoreConfig;
56
+ /**
57
+ * <p>The configuration of the <code>OfflineStore</code>, inducing the S3 location of the
58
+ * <code>OfflineStore</code>, Amazon Web Services Glue or Amazon Web Services Hive data catalogue configurations, and the
59
+ * security configuration.</p>
60
+ */
61
+ OfflineStoreConfig?: OfflineStoreConfig;
62
+ /**
63
+ * <p>The Amazon Resource Name (ARN) of the IAM execution role used to persist data into the
64
+ * <code>OfflineStore</code> if an <code>OfflineStoreConfig</code> is provided.</p>
65
+ */
66
+ RoleArn?: string;
67
+ /**
68
+ * <p>The status of the feature group.</p>
69
+ */
70
+ FeatureGroupStatus?: FeatureGroupStatus | string;
71
+ /**
72
+ * <p>The status of the <code>OfflineStore</code>. Notifies you if replicating data into the
73
+ * <code>OfflineStore</code> has failed. Returns either: <code>Active</code> or
74
+ * <code>Blocked</code>
75
+ * </p>
76
+ */
77
+ OfflineStoreStatus?: OfflineStoreStatus;
78
+ /**
79
+ * <p>A value indicating whether the update made to the feature group was successful.</p>
80
+ */
81
+ LastUpdateStatus?: LastUpdateStatus;
82
+ /**
83
+ * <p>The reason that the <code>FeatureGroup</code> failed to be replicated in the
84
+ * <code>OfflineStore</code>. This is failure can occur because:</p>
85
+ * <ul>
86
+ * <li>
87
+ * <p>The <code>FeatureGroup</code> could not be created in the
88
+ * <code>OfflineStore</code>.</p>
89
+ * </li>
90
+ * <li>
91
+ * <p>The <code>FeatureGroup</code> could not be deleted from the
92
+ * <code>OfflineStore</code>.</p>
93
+ * </li>
94
+ * </ul>
95
+ */
96
+ FailureReason?: string;
97
+ /**
98
+ * <p>A free form description of the feature group.</p>
99
+ */
100
+ Description?: string;
101
+ /**
102
+ * <p>A token to resume pagination of the list of <code>Features</code>
103
+ * (<code>FeatureDefinitions</code>).</p>
104
+ */
105
+ NextToken: string | undefined;
106
+ /**
107
+ * <p>The size of the <code>OnlineStore</code> in bytes.</p>
108
+ */
109
+ OnlineStoreTotalSizeBytes?: number;
110
+ }
111
+ export interface DescribeFeatureMetadataRequest {
112
+ /**
113
+ * <p>The name of the feature group containing the feature.</p>
114
+ */
115
+ FeatureGroupName: string | undefined;
116
+ /**
117
+ * <p>The name of the feature.</p>
118
+ */
119
+ FeatureName: string | undefined;
120
+ }
121
+ /**
122
+ * <p>A key-value pair that you specify to describe the feature.</p>
123
+ */
124
+ export interface FeatureParameter {
125
+ /**
126
+ * <p>A key that must contain a value to describe the feature.</p>
127
+ */
128
+ Key?: string;
129
+ /**
130
+ * <p>The value that belongs to a key.</p>
131
+ */
132
+ Value?: string;
133
+ }
134
+ export interface DescribeFeatureMetadataResponse {
135
+ /**
136
+ * <p>The Amazon Resource Number (ARN) of the feature group that contains the feature.</p>
137
+ */
138
+ FeatureGroupArn: string | undefined;
139
+ /**
140
+ * <p>The name of the feature group that you've specified.</p>
141
+ */
142
+ FeatureGroupName: string | undefined;
143
+ /**
144
+ * <p>The name of the feature that you've specified.</p>
145
+ */
146
+ FeatureName: string | undefined;
147
+ /**
148
+ * <p>The data type of the feature.</p>
149
+ */
150
+ FeatureType: FeatureType | string | undefined;
151
+ /**
152
+ * <p>A timestamp indicating when the feature was created.</p>
153
+ */
154
+ CreationTime: Date | undefined;
155
+ /**
156
+ * <p>A timestamp indicating when the metadata for the feature group was modified. For example, if you add a parameter describing the feature, the timestamp changes to reflect the last time you </p>
157
+ */
158
+ LastModifiedTime: Date | undefined;
159
+ /**
160
+ * <p>The description you added to describe the feature.</p>
161
+ */
162
+ Description?: string;
163
+ /**
164
+ * <p>The key-value pairs that you added to describe the feature.</p>
165
+ */
166
+ Parameters?: FeatureParameter[];
167
+ }
3
168
  export interface DescribeFlowDefinitionRequest {
4
169
  /**
5
170
  * <p>The name of the flow definition.</p>
@@ -3066,11 +3231,11 @@ export interface DescribeUserProfileResponse {
3066
3231
  */
3067
3232
  FailureReason?: string;
3068
3233
  /**
3069
- * <p>The Amazon Web Services SSO user identifier.</p>
3234
+ * <p>The IAM Identity Center user identifier.</p>
3070
3235
  */
3071
3236
  SingleSignOnUserIdentifier?: string;
3072
3237
  /**
3073
- * <p>The Amazon Web Services SSO user value.</p>
3238
+ * <p>The IAM Identity Center user value.</p>
3074
3239
  */
3075
3240
  SingleSignOnUserValue?: string;
3076
3241
  /**
@@ -3545,8 +3710,9 @@ export interface DomainSettingsForUpdate {
3545
3710
  */
3546
3711
  RStudioServerProDomainSettingsForUpdate?: RStudioServerProDomainSettingsForUpdate;
3547
3712
  /**
3548
- * <p>The configuration for attaching a SageMaker user profile name to the execution role as a <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp_control-access_monitor.html">
3549
- * <code>sts:SourceIdentity</code> key</a>. This configuration can only be modified if there are no apps in the <code>InService</code> or <code>Pending</code> state.</p>
3713
+ * <p>The configuration for attaching a SageMaker user profile name to the execution role as a
3714
+ * <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp_control-access_monitor.html">sts:SourceIdentity key</a>. This configuration can only be modified if there
3715
+ * are no apps in the <code>InService</code> or <code>Pending</code> state.</p>
3550
3716
  */
3551
3717
  ExecutionRoleIdentityConfig?: ExecutionRoleIdentityConfig | string;
3552
3718
  }
@@ -4597,8 +4763,8 @@ export interface HumanTaskUiSummary {
4597
4763
  CreationTime: Date | undefined;
4598
4764
  }
4599
4765
  /**
4600
- * <p>An entity having characteristics over which a user can search for a hyperparameter
4601
- * tuning job.</p>
4766
+ * <p>An entity returned by the <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_SearchRecord.html">SearchRecord</a> API
4767
+ * containing the properties of a hyperparameter tuning job.</p>
4602
4768
  */
4603
4769
  export interface HyperParameterTuningJobSearchEntity {
4604
4770
  /**
@@ -4714,9 +4880,8 @@ export interface HyperParameterTuningJobSummary {
4714
4880
  /**
4715
4881
  * <p>Specifies the search strategy hyperparameter tuning uses to choose which
4716
4882
  * hyperparameters to
4717
- * use
4718
- * for each iteration. Currently, the only valid value is
4719
- * Bayesian.</p>
4883
+ * evaluate
4884
+ * at each iteration.</p>
4720
4885
  */
4721
4886
  Strategy: HyperParameterTuningJobStrategyType | string | undefined;
4722
4887
  /**
@@ -7306,93 +7471,26 @@ export declare enum NotebookInstanceLifecycleConfigSortKey {
7306
7471
  LAST_MODIFIED_TIME = "LastModifiedTime",
7307
7472
  NAME = "Name"
7308
7473
  }
7309
- export declare enum NotebookInstanceLifecycleConfigSortOrder {
7310
- ASCENDING = "Ascending",
7311
- DESCENDING = "Descending"
7312
- }
7313
- export interface ListNotebookInstanceLifecycleConfigsInput {
7314
- /**
7315
- * <p>If the result of a <code>ListNotebookInstanceLifecycleConfigs</code> request was
7316
- * truncated, the response includes a <code>NextToken</code>. To get the next set of
7317
- * lifecycle configurations, use the token in the next request.</p>
7318
- */
7319
- NextToken?: string;
7320
- /**
7321
- * <p>The maximum number of lifecycle configurations to return in the response.</p>
7322
- */
7323
- MaxResults?: number;
7324
- /**
7325
- * <p>Sorts the list of results. The default is <code>CreationTime</code>.</p>
7326
- */
7327
- SortBy?: NotebookInstanceLifecycleConfigSortKey | string;
7328
- /**
7329
- * <p>The sort order for results.</p>
7330
- */
7331
- SortOrder?: NotebookInstanceLifecycleConfigSortOrder | string;
7332
- /**
7333
- * <p>A string in the lifecycle configuration name. This filter returns only lifecycle
7334
- * configurations whose name contains the specified string.</p>
7335
- */
7336
- NameContains?: string;
7337
- /**
7338
- * <p>A filter that returns only lifecycle configurations that were created before the
7339
- * specified time (timestamp).</p>
7340
- */
7341
- CreationTimeBefore?: Date;
7342
- /**
7343
- * <p>A filter that returns only lifecycle configurations that were created after the
7344
- * specified time (timestamp).</p>
7345
- */
7346
- CreationTimeAfter?: Date;
7347
- /**
7348
- * <p>A filter that returns only lifecycle configurations that were modified before the
7349
- * specified time (timestamp).</p>
7350
- */
7351
- LastModifiedTimeBefore?: Date;
7352
- /**
7353
- * <p>A filter that returns only lifecycle configurations that were modified after the
7354
- * specified time (timestamp).</p>
7355
- */
7356
- LastModifiedTimeAfter?: Date;
7357
- }
7358
7474
  /**
7359
- * <p>Provides a summary of a notebook instance lifecycle configuration.</p>
7475
+ * @internal
7360
7476
  */
7361
- export interface NotebookInstanceLifecycleConfigSummary {
7362
- /**
7363
- * <p>The name of the lifecycle configuration.</p>
7364
- */
7365
- NotebookInstanceLifecycleConfigName: string | undefined;
7366
- /**
7367
- * <p>The Amazon Resource Name (ARN) of the lifecycle configuration.</p>
7368
- */
7369
- NotebookInstanceLifecycleConfigArn: string | undefined;
7370
- /**
7371
- * <p>A timestamp that tells when the lifecycle configuration was created.</p>
7372
- */
7373
- CreationTime?: Date;
7374
- /**
7375
- * <p>A timestamp that tells when the lifecycle configuration was last modified.</p>
7376
- */
7377
- LastModifiedTime?: Date;
7378
- }
7379
- export interface ListNotebookInstanceLifecycleConfigsOutput {
7380
- /**
7381
- * <p>If the response is truncated, SageMaker returns this token. To get the next set of
7382
- * lifecycle configurations, use it in the next request. </p>
7383
- */
7384
- NextToken?: string;
7385
- /**
7386
- * <p>An array of <code>NotebookInstanceLifecycleConfiguration</code> objects, each listing
7387
- * a lifecycle configuration.</p>
7388
- */
7389
- NotebookInstanceLifecycleConfigs?: NotebookInstanceLifecycleConfigSummary[];
7390
- }
7391
- export declare enum NotebookInstanceSortKey {
7392
- CREATION_TIME = "CreationTime",
7393
- NAME = "Name",
7394
- STATUS = "Status"
7395
- }
7477
+ export declare const OfflineStoreStatusFilterSensitiveLog: (obj: OfflineStoreStatus) => any;
7478
+ /**
7479
+ * @internal
7480
+ */
7481
+ export declare const DescribeFeatureGroupResponseFilterSensitiveLog: (obj: DescribeFeatureGroupResponse) => any;
7482
+ /**
7483
+ * @internal
7484
+ */
7485
+ export declare const DescribeFeatureMetadataRequestFilterSensitiveLog: (obj: DescribeFeatureMetadataRequest) => any;
7486
+ /**
7487
+ * @internal
7488
+ */
7489
+ export declare const FeatureParameterFilterSensitiveLog: (obj: FeatureParameter) => any;
7490
+ /**
7491
+ * @internal
7492
+ */
7493
+ export declare const DescribeFeatureMetadataResponseFilterSensitiveLog: (obj: DescribeFeatureMetadataResponse) => any;
7396
7494
  /**
7397
7495
  * @internal
7398
7496
  */
@@ -8329,15 +8427,3 @@ export declare const MonitoringScheduleSummaryFilterSensitiveLog: (obj: Monitori
8329
8427
  * @internal
8330
8428
  */
8331
8429
  export declare const ListMonitoringSchedulesResponseFilterSensitiveLog: (obj: ListMonitoringSchedulesResponse) => any;
8332
- /**
8333
- * @internal
8334
- */
8335
- export declare const ListNotebookInstanceLifecycleConfigsInputFilterSensitiveLog: (obj: ListNotebookInstanceLifecycleConfigsInput) => any;
8336
- /**
8337
- * @internal
8338
- */
8339
- export declare const NotebookInstanceLifecycleConfigSummaryFilterSensitiveLog: (obj: NotebookInstanceLifecycleConfigSummary) => any;
8340
- /**
8341
- * @internal
8342
- */
8343
- export declare const ListNotebookInstanceLifecycleConfigsOutputFilterSensitiveLog: (obj: ListNotebookInstanceLifecycleConfigsOutput) => any;
@@ -1,6 +1,93 @@
1
1
  import { ActionStatus, AdditionalInferenceSpecificationDefinition, AlgorithmSpecification, AppSpecification, BatchStrategy, BooleanOperator, CacheHitResult, CallbackStepMetadata, Channel, CheckpointConfig, ClarifyCheckStepMetadata, ConditionStepMetadata, DeploymentConfig, EdgeOutputConfig, FeatureDefinition, InferenceSpecification, KernelGatewayImageConfig, MetadataProperties, ModelApprovalStatus, ModelPackageStatus, OutputDataConfig, OutputParameter, ResourceConfig, StoppingCondition, Tag, TransformInput, TransformOutput, TransformResources, UiTemplate, UserContext, UserSettings, VpcConfig } from "./models_0";
2
- import { _InstanceType, DataProcessing, DebugHookConfig, DebugRuleConfiguration, DebugRuleEvaluationStatus, DriftCheckBaselines, ExperimentConfig, FeatureParameter, InstanceMetadataServiceConfiguration, MemberDefinition, ModelArtifacts, ModelClientConfig, ModelMetrics, ModelPackageValidationSpecification, MonitoringScheduleConfig, NetworkConfig, NotebookInstanceAcceleratorType, NotebookInstanceLifecycleHook, NotificationConfiguration, OidcConfig, ParallelismConfiguration, PipelineDefinitionS3Location, ProcessingInput, ProcessingOutputConfig, ProcessingResources, ProcessingStoppingCondition, ProfilerRuleConfiguration, ProvisioningParameter, RetryStrategy, RootAccess, ServiceCatalogProvisioningDetails, SourceAlgorithmSpecification, SourceIpConfig, StudioLifecycleConfigAppType, TensorBoardOutputConfig, TrialComponentArtifact, TrialComponentParameterValue, TrialComponentStatus, WorkforceVpcConfigRequest } from "./models_1";
3
- import { DesiredWeightAndCapacity, Device, DeviceDeploymentSummary, Direction, DomainSettingsForUpdate, Edge, EMRStepMetadata, Endpoint, Experiment, FailStepMetadata, FeatureGroup, FeatureMetadata, Filter, GitConfigForUpdate, HyperParameterTrainingJobSummary, HyperParameterTuningJobSearchEntity, LambdaStepMetadata, LineageType, MetricData, ModelPackageGroupStatus, ModelPackageStatusDetails, NotebookInstanceSortKey, NotebookInstanceStatus, PipelineExecutionStatus, PipelineExperimentConfig, PipelineStatus, ProcessingJobStatus, ProjectStatus, ResourceType, SecondaryStatus, SecondaryStatusTransition, ServiceCatalogProvisionedProductDetails, SortBy, SortOrder, SubscribedWorkteam, TrainingJobStatus, TransformJobStatus, TrialComponentMetricSummary, TrialComponentSource, TrialSource, UserProfileStatus, Workforce, Workteam } from "./models_2";
2
+ import { _InstanceType, DataProcessing, DebugHookConfig, DebugRuleConfiguration, DebugRuleEvaluationStatus, DriftCheckBaselines, ExperimentConfig, InstanceMetadataServiceConfiguration, MemberDefinition, ModelArtifacts, ModelClientConfig, ModelMetrics, ModelPackageValidationSpecification, MonitoringScheduleConfig, NetworkConfig, NotebookInstanceAcceleratorType, NotebookInstanceLifecycleHook, NotificationConfiguration, OidcConfig, ParallelismConfiguration, PipelineDefinitionS3Location, ProcessingInput, ProcessingOutputConfig, ProcessingResources, ProcessingStoppingCondition, ProfilerRuleConfiguration, ProvisioningParameter, RetryStrategy, RootAccess, ServiceCatalogProvisioningDetails, SourceAlgorithmSpecification, SourceIpConfig, StudioLifecycleConfigAppType, TensorBoardOutputConfig, TrialComponentArtifact, TrialComponentParameterValue, TrialComponentStatus, WorkforceVpcConfigRequest } from "./models_1";
3
+ import { DesiredWeightAndCapacity, Device, DeviceDeploymentSummary, Direction, DomainSettingsForUpdate, Edge, EMRStepMetadata, Endpoint, Experiment, FailStepMetadata, FeatureGroup, FeatureMetadata, FeatureParameter, Filter, GitConfigForUpdate, HyperParameterTrainingJobSummary, HyperParameterTuningJobSearchEntity, LambdaStepMetadata, LineageType, MetricData, ModelPackageGroupStatus, ModelPackageStatusDetails, NotebookInstanceLifecycleConfigSortKey, NotebookInstanceStatus, PipelineExecutionStatus, PipelineExperimentConfig, PipelineStatus, ProcessingJobStatus, ProjectStatus, ResourceType, SecondaryStatus, SecondaryStatusTransition, ServiceCatalogProvisionedProductDetails, SortBy, SortOrder, SubscribedWorkteam, TrainingJobStatus, TransformJobStatus, TrialComponentMetricSummary, TrialComponentSource, TrialSource, UserProfileStatus, Workforce, Workteam } from "./models_2";
4
+ export declare enum NotebookInstanceLifecycleConfigSortOrder {
5
+ ASCENDING = "Ascending",
6
+ DESCENDING = "Descending"
7
+ }
8
+ export interface ListNotebookInstanceLifecycleConfigsInput {
9
+ /**
10
+ * <p>If the result of a <code>ListNotebookInstanceLifecycleConfigs</code> request was
11
+ * truncated, the response includes a <code>NextToken</code>. To get the next set of
12
+ * lifecycle configurations, use the token in the next request.</p>
13
+ */
14
+ NextToken?: string;
15
+ /**
16
+ * <p>The maximum number of lifecycle configurations to return in the response.</p>
17
+ */
18
+ MaxResults?: number;
19
+ /**
20
+ * <p>Sorts the list of results. The default is <code>CreationTime</code>.</p>
21
+ */
22
+ SortBy?: NotebookInstanceLifecycleConfigSortKey | string;
23
+ /**
24
+ * <p>The sort order for results.</p>
25
+ */
26
+ SortOrder?: NotebookInstanceLifecycleConfigSortOrder | string;
27
+ /**
28
+ * <p>A string in the lifecycle configuration name. This filter returns only lifecycle
29
+ * configurations whose name contains the specified string.</p>
30
+ */
31
+ NameContains?: string;
32
+ /**
33
+ * <p>A filter that returns only lifecycle configurations that were created before the
34
+ * specified time (timestamp).</p>
35
+ */
36
+ CreationTimeBefore?: Date;
37
+ /**
38
+ * <p>A filter that returns only lifecycle configurations that were created after the
39
+ * specified time (timestamp).</p>
40
+ */
41
+ CreationTimeAfter?: Date;
42
+ /**
43
+ * <p>A filter that returns only lifecycle configurations that were modified before the
44
+ * specified time (timestamp).</p>
45
+ */
46
+ LastModifiedTimeBefore?: Date;
47
+ /**
48
+ * <p>A filter that returns only lifecycle configurations that were modified after the
49
+ * specified time (timestamp).</p>
50
+ */
51
+ LastModifiedTimeAfter?: Date;
52
+ }
53
+ /**
54
+ * <p>Provides a summary of a notebook instance lifecycle configuration.</p>
55
+ */
56
+ export interface NotebookInstanceLifecycleConfigSummary {
57
+ /**
58
+ * <p>The name of the lifecycle configuration.</p>
59
+ */
60
+ NotebookInstanceLifecycleConfigName: string | undefined;
61
+ /**
62
+ * <p>The Amazon Resource Name (ARN) of the lifecycle configuration.</p>
63
+ */
64
+ NotebookInstanceLifecycleConfigArn: string | undefined;
65
+ /**
66
+ * <p>A timestamp that tells when the lifecycle configuration was created.</p>
67
+ */
68
+ CreationTime?: Date;
69
+ /**
70
+ * <p>A timestamp that tells when the lifecycle configuration was last modified.</p>
71
+ */
72
+ LastModifiedTime?: Date;
73
+ }
74
+ export interface ListNotebookInstanceLifecycleConfigsOutput {
75
+ /**
76
+ * <p>If the response is truncated, SageMaker returns this token. To get the next set of
77
+ * lifecycle configurations, use it in the next request. </p>
78
+ */
79
+ NextToken?: string;
80
+ /**
81
+ * <p>An array of <code>NotebookInstanceLifecycleConfiguration</code> objects, each listing
82
+ * a lifecycle configuration.</p>
83
+ */
84
+ NotebookInstanceLifecycleConfigs?: NotebookInstanceLifecycleConfigSummary[];
85
+ }
86
+ export declare enum NotebookInstanceSortKey {
87
+ CREATION_TIME = "CreationTime",
88
+ NAME = "Name",
89
+ STATUS = "Status"
90
+ }
4
91
  export declare enum NotebookInstanceSortOrder {
5
92
  ASCENDING = "Ascending",
6
93
  DESCENDING = "Descending"
@@ -4287,6 +4374,18 @@ export interface SearchRequest {
4287
4374
  */
4288
4375
  MaxResults?: number;
4289
4376
  }
4377
+ /**
4378
+ * @internal
4379
+ */
4380
+ export declare const ListNotebookInstanceLifecycleConfigsInputFilterSensitiveLog: (obj: ListNotebookInstanceLifecycleConfigsInput) => any;
4381
+ /**
4382
+ * @internal
4383
+ */
4384
+ export declare const NotebookInstanceLifecycleConfigSummaryFilterSensitiveLog: (obj: NotebookInstanceLifecycleConfigSummary) => any;
4385
+ /**
4386
+ * @internal
4387
+ */
4388
+ export declare const ListNotebookInstanceLifecycleConfigsOutputFilterSensitiveLog: (obj: ListNotebookInstanceLifecycleConfigsOutput) => any;
4290
4389
  /**
4291
4390
  * @internal
4292
4391
  */
@@ -5,10 +5,8 @@ import {
5
5
  MetadataBearer as __MetadataBearer,
6
6
  MiddlewareStack,
7
7
  } from "@aws-sdk/types";
8
- import {
9
- DescribeFeatureGroupRequest,
10
- DescribeFeatureGroupResponse,
11
- } from "../models/models_1";
8
+ import { DescribeFeatureGroupRequest } from "../models/models_1";
9
+ import { DescribeFeatureGroupResponse } from "../models/models_2";
12
10
  import {
13
11
  SageMakerClientResolvedConfig,
14
12
  ServiceInputTypes,
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  DescribeFeatureMetadataRequest,
10
10
  DescribeFeatureMetadataResponse,
11
- } from "../models/models_1";
11
+ } from "../models/models_2";
12
12
  import {
13
13
  SageMakerClientResolvedConfig,
14
14
  ServiceInputTypes,
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  ListNotebookInstanceLifecycleConfigsInput,
10
10
  ListNotebookInstanceLifecycleConfigsOutput,
11
- } from "../models/models_2";
11
+ } from "../models/models_3";
12
12
  import {
13
13
  SageMakerClientResolvedConfig,
14
14
  ServiceInputTypes,
@@ -981,6 +981,17 @@ export declare enum CandidateSortBy {
981
981
  FinalObjectiveMetricValue = "FinalObjectiveMetricValue",
982
982
  Status = "Status",
983
983
  }
984
+ export declare enum FeatureStatus {
985
+ Disabled = "DISABLED",
986
+ Enabled = "ENABLED",
987
+ }
988
+ export interface TimeSeriesForecastingSettings {
989
+ Status?: FeatureStatus | string;
990
+ AmazonForecastRoleArn?: string;
991
+ }
992
+ export interface CanvasAppSettings {
993
+ TimeSeriesForecastingSettings?: TimeSeriesForecastingSettings;
994
+ }
984
995
  export interface CaptureContentTypeHeader {
985
996
  CsvContentTypes?: string[];
986
997
  JsonContentTypes?: string[];
@@ -1622,6 +1633,7 @@ export interface UserSettings {
1622
1633
  TensorBoardAppSettings?: TensorBoardAppSettings;
1623
1634
  RStudioServerProAppSettings?: RStudioServerProAppSettings;
1624
1635
  RSessionAppSettings?: RSessionAppSettings;
1636
+ CanvasAppSettings?: CanvasAppSettings;
1625
1637
  }
1626
1638
  export declare enum ExecutionRoleIdentityConfig {
1627
1639
  DISABLED = "DISABLED",
@@ -1887,19 +1899,6 @@ export interface IntegerParameterRange {
1887
1899
  MaxValue: string | undefined;
1888
1900
  ScalingType?: HyperParameterScalingType | string;
1889
1901
  }
1890
- export interface ParameterRanges {
1891
- IntegerParameterRanges?: IntegerParameterRange[];
1892
- ContinuousParameterRanges?: ContinuousParameterRange[];
1893
- CategoricalParameterRanges?: CategoricalParameterRange[];
1894
- }
1895
- export interface ResourceLimits {
1896
- MaxNumberOfTrainingJobs: number | undefined;
1897
- MaxParallelTrainingJobs: number | undefined;
1898
- }
1899
- export declare enum HyperParameterTuningJobStrategyType {
1900
- BAYESIAN = "Bayesian",
1901
- RANDOM = "Random",
1902
- }
1903
1902
  export declare const ActionSourceFilterSensitiveLog: (obj: ActionSource) => any;
1904
1903
  export declare const ActionSummaryFilterSensitiveLog: (
1905
1904
  obj: ActionSummary
@@ -2135,6 +2134,12 @@ export declare const OutputParameterFilterSensitiveLog: (
2135
2134
  export declare const CallbackStepMetadataFilterSensitiveLog: (
2136
2135
  obj: CallbackStepMetadata
2137
2136
  ) => any;
2137
+ export declare const TimeSeriesForecastingSettingsFilterSensitiveLog: (
2138
+ obj: TimeSeriesForecastingSettings
2139
+ ) => any;
2140
+ export declare const CanvasAppSettingsFilterSensitiveLog: (
2141
+ obj: CanvasAppSettings
2142
+ ) => any;
2138
2143
  export declare const CaptureContentTypeHeaderFilterSensitiveLog: (
2139
2144
  obj: CaptureContentTypeHeader
2140
2145
  ) => any;
@@ -2481,9 +2486,3 @@ export declare const CreateHumanTaskUiResponseFilterSensitiveLog: (
2481
2486
  export declare const IntegerParameterRangeFilterSensitiveLog: (
2482
2487
  obj: IntegerParameterRange
2483
2488
  ) => any;
2484
- export declare const ParameterRangesFilterSensitiveLog: (
2485
- obj: ParameterRanges
2486
- ) => any;
2487
- export declare const ResourceLimitsFilterSensitiveLog: (
2488
- obj: ResourceLimits
2489
- ) => any;