@aws-sdk/client-sagemaker 3.172.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.
- package/CHANGELOG.md +11 -0
- package/dist-cjs/commands/DescribeFeatureGroupCommand.js +2 -1
- package/dist-cjs/commands/DescribeFeatureMetadataCommand.js +1 -2
- package/dist-cjs/commands/ListNotebookInstanceLifecycleConfigsCommand.js +1 -2
- package/dist-cjs/models/models_0.js +17 -18
- package/dist-cjs/models/models_1.js +21 -19
- package/dist-cjs/models/models_2.js +17 -18
- package/dist-cjs/models/models_3.js +17 -4
- package/dist-cjs/protocols/Aws_json1_1.js +32 -0
- package/dist-es/commands/DescribeFeatureGroupCommand.js +2 -1
- package/dist-es/commands/DescribeFeatureMetadataCommand.js +1 -2
- package/dist-es/commands/ListNotebookInstanceLifecycleConfigsCommand.js +1 -2
- package/dist-es/models/models_0.js +7 -8
- package/dist-es/models/models_1.js +8 -3
- package/dist-es/models/models_2.js +3 -7
- package/dist-es/models/models_3.js +7 -0
- package/dist-es/protocols/Aws_json1_1.js +27 -1
- package/dist-types/SageMaker.d.ts +8 -7
- package/dist-types/commands/CreateTrainingJobCommand.d.ts +6 -5
- package/dist-types/commands/CreateUserProfileCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDomainCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFeatureGroupCommand.d.ts +2 -1
- package/dist-types/commands/DescribeFeatureMetadataCommand.d.ts +1 -2
- package/dist-types/commands/ListNotebookInstanceLifecycleConfigsCommand.d.ts +1 -2
- package/dist-types/models/models_0.d.ts +75 -78
- package/dist-types/models/models_1.d.ts +73 -138
- package/dist-types/models/models_2.d.ts +137 -83
- package/dist-types/models/models_3.d.ts +79 -1
- package/dist-types/ts3.4/commands/DescribeFeatureGroupCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeFeatureMetadataCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ListNotebookInstanceLifecycleConfigsCommand.d.ts +4 -2
- package/dist-types/ts3.4/models/models_0.d.ts +18 -20
- package/dist-types/ts3.4/models/models_1.d.ts +23 -42
- package/dist-types/ts3.4/models/models_2.d.ts +38 -30
- package/dist-types/ts3.4/models/models_3.d.ts +28 -1
- package/package.json +1 -1
|
@@ -1,4 +1,61 @@
|
|
|
1
|
-
import { ActionSource, ActionStatus, AdditionalInferenceSpecificationDefinition, AlgorithmSpecification, AlgorithmStatus, AlgorithmStatusDetails, AlgorithmValidationSpecification, AnnotationConsolidationConfig, AppNetworkAccessType, AppSecurityGroupManagement, AppSpecification, AppStatus, AppType, ArtifactSource, AsyncInferenceConfig, AthenaDatasetDefinition, AuthMode, AutoMLCandidate, AutoMLChannel, AutoMLJobArtifacts, AutoMLJobCompletionCriteria, AutoMLJobConfig, AutoMLJobObjective, AutoMLJobSecondaryStatus, AutoMLJobStatus, AutoMLOutputDataConfig, AutoMLPartialFailureReason, BatchStrategy, Bias, CaptureStatus, CategoricalParameter, Channel, CheckpointConfig, CognitoConfig, CognitoMemberDefinition, CollectionConfiguration, CompilationJobStatus, ContainerDefinition, ContentClassifier, ContextSource, DataCaptureConfig, DataQualityAppSpecification, DataQualityBaselineConfig, DataQualityJobInput, DeploymentConfig, DeviceSelectionConfig, DomainSettings, EdgeDeploymentConfig, EdgeDeploymentModelConfig, EdgeOutputConfig, EdgePresetDeploymentType, EndpointInput,
|
|
1
|
+
import { ActionSource, ActionStatus, AdditionalInferenceSpecificationDefinition, AlgorithmSpecification, AlgorithmStatus, AlgorithmStatusDetails, AlgorithmValidationSpecification, AnnotationConsolidationConfig, AppNetworkAccessType, AppSecurityGroupManagement, AppSpecification, AppStatus, AppType, ArtifactSource, AsyncInferenceConfig, AthenaDatasetDefinition, AuthMode, AutoMLCandidate, AutoMLChannel, AutoMLJobArtifacts, AutoMLJobCompletionCriteria, AutoMLJobConfig, AutoMLJobObjective, AutoMLJobSecondaryStatus, AutoMLJobStatus, AutoMLOutputDataConfig, AutoMLPartialFailureReason, BatchStrategy, Bias, CaptureStatus, CategoricalParameter, CategoricalParameterRange, Channel, CheckpointConfig, CognitoConfig, CognitoMemberDefinition, CollectionConfiguration, CompilationJobStatus, ContainerDefinition, ContentClassifier, ContextSource, ContinuousParameterRange, DataCaptureConfig, DataQualityAppSpecification, DataQualityBaselineConfig, DataQualityJobInput, DeploymentConfig, DeviceSelectionConfig, DomainSettings, EdgeDeploymentConfig, EdgeDeploymentModelConfig, EdgeOutputConfig, EdgePresetDeploymentType, EndpointInput, GitConfig, HyperParameterTuningJobObjective, InferenceSpecification, InputConfig, IntegerParameterRange, KernelGatewayImageConfig, MetadataProperties, MetricDefinition, MetricsSource, ModelApprovalStatus, ModelDeployConfig, MonitoringConstraintsResource, MonitoringNetworkConfig, MonitoringOutputConfig, MonitoringResources, MonitoringStatisticsResource, MonitoringStoppingCondition, NeoVpcConfig, OutputConfig, OutputDataConfig, ProblemType, ProcessingInstanceType, ProcessingS3DataDistributionType, ProcessingS3InputMode, ProcessingS3UploadMode, ProductionVariant, ProductionVariantAcceleratorType, ProductionVariantInstanceType, ProductionVariantServerlessConfig, PublicWorkforceTaskPrice, ResourceConfig, ResourceSpec, StoppingCondition, Tag, TrainingInputMode, TrainingInstanceType, TrainingSpecification, TransformInput, TransformJobDefinition, TransformOutput, TransformResources, UserContext, UserSettings, VpcConfig } from "./models_0";
|
|
2
|
+
/**
|
|
3
|
+
* <p>Specifies ranges of integer, continuous, and categorical hyperparameters that a
|
|
4
|
+
* hyperparameter tuning job searches. The hyperparameter tuning job launches training jobs
|
|
5
|
+
* with hyperparameter values within these ranges to find the combination of values that
|
|
6
|
+
* result in the training job with the best performance as measured by the objective metric
|
|
7
|
+
* of the hyperparameter tuning job.</p>
|
|
8
|
+
* <note>
|
|
9
|
+
* <p>The maximum number of items specified for <code>Array Members</code> refers to the
|
|
10
|
+
* maximum number of hyperparameters for each range and also the maximum for the
|
|
11
|
+
* hyperparameter tuning job itself. That is, the sum of the number of hyperparameters
|
|
12
|
+
* for all the ranges can't exceed the maximum number specified.</p>
|
|
13
|
+
* </note>
|
|
14
|
+
*/
|
|
15
|
+
export interface ParameterRanges {
|
|
16
|
+
/**
|
|
17
|
+
* <p>The array of <a>IntegerParameterRange</a> objects that specify ranges of
|
|
18
|
+
* integer hyperparameters that a hyperparameter tuning job searches.</p>
|
|
19
|
+
*/
|
|
20
|
+
IntegerParameterRanges?: IntegerParameterRange[];
|
|
21
|
+
/**
|
|
22
|
+
* <p>The array of <a>ContinuousParameterRange</a> objects that specify ranges of
|
|
23
|
+
* continuous hyperparameters that a hyperparameter tuning job searches.</p>
|
|
24
|
+
*/
|
|
25
|
+
ContinuousParameterRanges?: ContinuousParameterRange[];
|
|
26
|
+
/**
|
|
27
|
+
* <p>The array of <a>CategoricalParameterRange</a> objects that specify ranges
|
|
28
|
+
* of categorical hyperparameters that a hyperparameter tuning job searches.</p>
|
|
29
|
+
*/
|
|
30
|
+
CategoricalParameterRanges?: CategoricalParameterRange[];
|
|
31
|
+
}
|
|
32
|
+
/**
|
|
33
|
+
* <p>Specifies the maximum number of
|
|
34
|
+
* training
|
|
35
|
+
* jobs and parallel training jobs that a hyperparameter tuning job can
|
|
36
|
+
* launch.</p>
|
|
37
|
+
*/
|
|
38
|
+
export interface ResourceLimits {
|
|
39
|
+
/**
|
|
40
|
+
* <p>The
|
|
41
|
+
* maximum
|
|
42
|
+
* number of training jobs that a hyperparameter tuning job can
|
|
43
|
+
* launch.</p>
|
|
44
|
+
*/
|
|
45
|
+
MaxNumberOfTrainingJobs: number | undefined;
|
|
46
|
+
/**
|
|
47
|
+
* <p>The
|
|
48
|
+
* maximum
|
|
49
|
+
* number of concurrent training jobs that a hyperparameter tuning job can
|
|
50
|
+
* launch.</p>
|
|
51
|
+
*/
|
|
52
|
+
MaxParallelTrainingJobs: number | undefined;
|
|
53
|
+
}
|
|
54
|
+
export declare enum HyperParameterTuningJobStrategyType {
|
|
55
|
+
BAYESIAN = "Bayesian",
|
|
56
|
+
HYPERBAND = "Hyperband",
|
|
57
|
+
RANDOM = "Random"
|
|
58
|
+
}
|
|
2
59
|
/**
|
|
3
60
|
* <p>The configuration for <code>Hyperband</code>, a multi-fidelity based hyperparameter
|
|
4
61
|
* tuning strategy. <code>Hyperband</code> uses the final and intermediate results of a
|
|
@@ -5180,11 +5237,11 @@ export interface CreateTrainingJobRequest {
|
|
|
5180
5237
|
* key-value pair. Each key and value is limited to 256 characters, as specified by the
|
|
5181
5238
|
* <code>Length Constraint</code>. </p>
|
|
5182
5239
|
* <important>
|
|
5183
|
-
* <p>You must not include any security-sensitive information, such as
|
|
5184
|
-
*
|
|
5185
|
-
*
|
|
5186
|
-
*
|
|
5187
|
-
*
|
|
5240
|
+
* <p>You must not include any security-sensitive information, such as account access
|
|
5241
|
+
* IDs, secrets, and tokens, in the dictionary for configuring hyperparameters. SageMaker
|
|
5242
|
+
* rejects the training job request and returns an exception error for detected
|
|
5243
|
+
* credentials, if such user input is found.</p>
|
|
5244
|
+
* </important>
|
|
5188
5245
|
*/
|
|
5189
5246
|
HyperParameters?: Record<string, string>;
|
|
5190
5247
|
/**
|
|
@@ -5743,13 +5800,13 @@ export interface CreateUserProfileRequest {
|
|
|
5743
5800
|
UserProfileName: string | undefined;
|
|
5744
5801
|
/**
|
|
5745
5802
|
* <p>A specifier for the type of value specified in SingleSignOnUserValue. Currently, the only supported value is "UserName".
|
|
5746
|
-
* If the Domain's AuthMode is
|
|
5803
|
+
* If the Domain's AuthMode is IAM Identity Center, this field is required. If the Domain's AuthMode is not IAM Identity Center, this field cannot be specified.
|
|
5747
5804
|
* </p>
|
|
5748
5805
|
*/
|
|
5749
5806
|
SingleSignOnUserIdentifier?: string;
|
|
5750
5807
|
/**
|
|
5751
|
-
* <p>The username of the associated Amazon Web Services Single Sign-On User for this UserProfile. If the Domain's AuthMode is
|
|
5752
|
-
* required, and must match a valid username of a user in your directory. If the Domain's AuthMode is not
|
|
5808
|
+
* <p>The username of the associated Amazon Web Services Single Sign-On User for this UserProfile. If the Domain's AuthMode is IAM Identity Center, this field is
|
|
5809
|
+
* required, and must match a valid username of a user in your directory. If the Domain's AuthMode is not IAM Identity Center, this field cannot be specified.
|
|
5753
5810
|
* </p>
|
|
5754
5811
|
*/
|
|
5755
5812
|
SingleSignOnUserValue?: string;
|
|
@@ -7312,7 +7369,7 @@ export interface DescribeDomainResponse {
|
|
|
7312
7369
|
*/
|
|
7313
7370
|
HomeEfsFileSystemId?: string;
|
|
7314
7371
|
/**
|
|
7315
|
-
* <p>The
|
|
7372
|
+
* <p>The IAM Identity Center managed application instance ID.</p>
|
|
7316
7373
|
*/
|
|
7317
7374
|
SingleSignOnManagedApplicationInstanceId?: string;
|
|
7318
7375
|
/**
|
|
@@ -8005,123 +8062,13 @@ export declare enum OfflineStoreStatusValue {
|
|
|
8005
8062
|
DISABLED = "Disabled"
|
|
8006
8063
|
}
|
|
8007
8064
|
/**
|
|
8008
|
-
*
|
|
8065
|
+
* @internal
|
|
8009
8066
|
*/
|
|
8010
|
-
export
|
|
8011
|
-
|
|
8012
|
-
|
|
8013
|
-
|
|
8014
|
-
|
|
8015
|
-
/**
|
|
8016
|
-
* <p>The justification for why the OfflineStoreStatus is Blocked (if applicable).</p>
|
|
8017
|
-
*/
|
|
8018
|
-
BlockedReason?: string;
|
|
8019
|
-
}
|
|
8020
|
-
export interface DescribeFeatureGroupResponse {
|
|
8021
|
-
/**
|
|
8022
|
-
* <p>The Amazon Resource Name (ARN) of the <code>FeatureGroup</code>. </p>
|
|
8023
|
-
*/
|
|
8024
|
-
FeatureGroupArn: string | undefined;
|
|
8025
|
-
/**
|
|
8026
|
-
* <p>he name of the <code>FeatureGroup</code>.</p>
|
|
8027
|
-
*/
|
|
8028
|
-
FeatureGroupName: string | undefined;
|
|
8029
|
-
/**
|
|
8030
|
-
* <p>The name of the <code>Feature</code> used for <code>RecordIdentifier</code>, whose value
|
|
8031
|
-
* uniquely identifies a record stored in the feature store.</p>
|
|
8032
|
-
*/
|
|
8033
|
-
RecordIdentifierFeatureName: string | undefined;
|
|
8034
|
-
/**
|
|
8035
|
-
* <p>The name of the feature that stores the <code>EventTime</code> of a Record in a
|
|
8036
|
-
* <code>FeatureGroup</code>.</p>
|
|
8037
|
-
* <p> An <code>EventTime</code> is a point in time when a new event occurs that
|
|
8038
|
-
* corresponds to the creation or update of a <code>Record</code> in a
|
|
8039
|
-
* <code>FeatureGroup</code>. All <code>Records</code> in the <code>FeatureGroup</code>
|
|
8040
|
-
* have a corresponding <code>EventTime</code>.</p>
|
|
8041
|
-
*/
|
|
8042
|
-
EventTimeFeatureName: string | undefined;
|
|
8043
|
-
/**
|
|
8044
|
-
* <p>A list of the <code>Features</code> in the <code>FeatureGroup</code>.
|
|
8045
|
-
* Each feature is defined by a <code>FeatureName</code> and <code>FeatureType</code>.</p>
|
|
8046
|
-
*/
|
|
8047
|
-
FeatureDefinitions: FeatureDefinition[] | undefined;
|
|
8048
|
-
/**
|
|
8049
|
-
* <p>A timestamp indicating when SageMaker created the <code>FeatureGroup</code>.</p>
|
|
8050
|
-
*/
|
|
8051
|
-
CreationTime: Date | undefined;
|
|
8052
|
-
/**
|
|
8053
|
-
* <p>A timestamp indicating when the feature group was last updated.</p>
|
|
8054
|
-
*/
|
|
8055
|
-
LastModifiedTime?: Date;
|
|
8056
|
-
/**
|
|
8057
|
-
* <p>The configuration for the <code>OnlineStore</code>.</p>
|
|
8058
|
-
*/
|
|
8059
|
-
OnlineStoreConfig?: OnlineStoreConfig;
|
|
8060
|
-
/**
|
|
8061
|
-
* <p>The configuration of the <code>OfflineStore</code>, inducing the S3 location of the
|
|
8062
|
-
* <code>OfflineStore</code>, Amazon Web Services Glue or Amazon Web Services Hive data catalogue configurations, and the
|
|
8063
|
-
* security configuration.</p>
|
|
8064
|
-
*/
|
|
8065
|
-
OfflineStoreConfig?: OfflineStoreConfig;
|
|
8066
|
-
/**
|
|
8067
|
-
* <p>The Amazon Resource Name (ARN) of the IAM execution role used to persist data into the
|
|
8068
|
-
* <code>OfflineStore</code> if an <code>OfflineStoreConfig</code> is provided.</p>
|
|
8069
|
-
*/
|
|
8070
|
-
RoleArn?: string;
|
|
8071
|
-
/**
|
|
8072
|
-
* <p>The status of the feature group.</p>
|
|
8073
|
-
*/
|
|
8074
|
-
FeatureGroupStatus?: FeatureGroupStatus | string;
|
|
8075
|
-
/**
|
|
8076
|
-
* <p>The status of the <code>OfflineStore</code>. Notifies you if replicating data into the
|
|
8077
|
-
* <code>OfflineStore</code> has failed. Returns either: <code>Active</code> or
|
|
8078
|
-
* <code>Blocked</code>
|
|
8079
|
-
* </p>
|
|
8080
|
-
*/
|
|
8081
|
-
OfflineStoreStatus?: OfflineStoreStatus;
|
|
8082
|
-
/**
|
|
8083
|
-
* <p>A value indicating whether the update made to the feature group was successful.</p>
|
|
8084
|
-
*/
|
|
8085
|
-
LastUpdateStatus?: LastUpdateStatus;
|
|
8086
|
-
/**
|
|
8087
|
-
* <p>The reason that the <code>FeatureGroup</code> failed to be replicated in the
|
|
8088
|
-
* <code>OfflineStore</code>. This is failure can occur because:</p>
|
|
8089
|
-
* <ul>
|
|
8090
|
-
* <li>
|
|
8091
|
-
* <p>The <code>FeatureGroup</code> could not be created in the
|
|
8092
|
-
* <code>OfflineStore</code>.</p>
|
|
8093
|
-
* </li>
|
|
8094
|
-
* <li>
|
|
8095
|
-
* <p>The <code>FeatureGroup</code> could not be deleted from the
|
|
8096
|
-
* <code>OfflineStore</code>.</p>
|
|
8097
|
-
* </li>
|
|
8098
|
-
* </ul>
|
|
8099
|
-
*/
|
|
8100
|
-
FailureReason?: string;
|
|
8101
|
-
/**
|
|
8102
|
-
* <p>A free form description of the feature group.</p>
|
|
8103
|
-
*/
|
|
8104
|
-
Description?: string;
|
|
8105
|
-
/**
|
|
8106
|
-
* <p>A token to resume pagination of the list of <code>Features</code>
|
|
8107
|
-
* (<code>FeatureDefinitions</code>).</p>
|
|
8108
|
-
*/
|
|
8109
|
-
NextToken: string | undefined;
|
|
8110
|
-
/**
|
|
8111
|
-
* <p>The size of the <code>OnlineStore</code> in bytes.</p>
|
|
8112
|
-
*/
|
|
8113
|
-
OnlineStoreTotalSizeBytes?: number;
|
|
8114
|
-
}
|
|
8115
|
-
export interface DescribeFeatureMetadataRequest {
|
|
8116
|
-
/**
|
|
8117
|
-
* <p>The name of the feature group containing the feature.</p>
|
|
8118
|
-
*/
|
|
8119
|
-
FeatureGroupName: string | undefined;
|
|
8120
|
-
/**
|
|
8121
|
-
* <p>The name of the feature.</p>
|
|
8122
|
-
*/
|
|
8123
|
-
FeatureName: string | undefined;
|
|
8124
|
-
}
|
|
8067
|
+
export declare const ParameterRangesFilterSensitiveLog: (obj: ParameterRanges) => any;
|
|
8068
|
+
/**
|
|
8069
|
+
* @internal
|
|
8070
|
+
*/
|
|
8071
|
+
export declare const ResourceLimitsFilterSensitiveLog: (obj: ResourceLimits) => any;
|
|
8125
8072
|
/**
|
|
8126
8073
|
* @internal
|
|
8127
8074
|
*/
|
|
@@ -9182,15 +9129,3 @@ export declare const DescribeFeatureGroupRequestFilterSensitiveLog: (obj: Descri
|
|
|
9182
9129
|
* @internal
|
|
9183
9130
|
*/
|
|
9184
9131
|
export declare const LastUpdateStatusFilterSensitiveLog: (obj: LastUpdateStatus) => any;
|
|
9185
|
-
/**
|
|
9186
|
-
* @internal
|
|
9187
|
-
*/
|
|
9188
|
-
export declare const OfflineStoreStatusFilterSensitiveLog: (obj: OfflineStoreStatus) => any;
|
|
9189
|
-
/**
|
|
9190
|
-
* @internal
|
|
9191
|
-
*/
|
|
9192
|
-
export declare const DescribeFeatureGroupResponseFilterSensitiveLog: (obj: DescribeFeatureGroupResponse) => any;
|
|
9193
|
-
/**
|
|
9194
|
-
* @internal
|
|
9195
|
-
*/
|
|
9196
|
-
export declare const DescribeFeatureMetadataRequestFilterSensitiveLog: (obj: DescribeFeatureMetadataRequest) => any;
|
|
@@ -1,5 +1,123 @@
|
|
|
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,
|
|
2
|
-
import { _InstanceType, DataCaptureConfigSummary, DataProcessing, DebugHookConfig, DebugRuleConfiguration, DebugRuleEvaluationStatus, DirectInternetAccess, DomainStatus, DriftCheckBaselines, EdgePackagingJobStatus, EndpointStatus, ExperimentConfig, ExperimentSource, FeatureGroupStatus, 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,
|
|
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
|
+
}
|
|
3
121
|
/**
|
|
4
122
|
* <p>A key-value pair that you specify to describe the feature.</p>
|
|
5
123
|
*/
|
|
@@ -3113,11 +3231,11 @@ export interface DescribeUserProfileResponse {
|
|
|
3113
3231
|
*/
|
|
3114
3232
|
FailureReason?: string;
|
|
3115
3233
|
/**
|
|
3116
|
-
* <p>The
|
|
3234
|
+
* <p>The IAM Identity Center user identifier.</p>
|
|
3117
3235
|
*/
|
|
3118
3236
|
SingleSignOnUserIdentifier?: string;
|
|
3119
3237
|
/**
|
|
3120
|
-
* <p>The
|
|
3238
|
+
* <p>The IAM Identity Center user value.</p>
|
|
3121
3239
|
*/
|
|
3122
3240
|
SingleSignOnUserValue?: string;
|
|
3123
3241
|
/**
|
|
@@ -3592,7 +3710,9 @@ export interface DomainSettingsForUpdate {
|
|
|
3592
3710
|
*/
|
|
3593
3711
|
RStudioServerProDomainSettingsForUpdate?: RStudioServerProDomainSettingsForUpdate;
|
|
3594
3712
|
/**
|
|
3595
|
-
* <p>The configuration for attaching a SageMaker user profile name to the execution role as a
|
|
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>
|
|
3596
3716
|
*/
|
|
3597
3717
|
ExecutionRoleIdentityConfig?: ExecutionRoleIdentityConfig | string;
|
|
3598
3718
|
}
|
|
@@ -4643,8 +4763,8 @@ export interface HumanTaskUiSummary {
|
|
|
4643
4763
|
CreationTime: Date | undefined;
|
|
4644
4764
|
}
|
|
4645
4765
|
/**
|
|
4646
|
-
* <p>An entity
|
|
4647
|
-
* 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>
|
|
4648
4768
|
*/
|
|
4649
4769
|
export interface HyperParameterTuningJobSearchEntity {
|
|
4650
4770
|
/**
|
|
@@ -7351,76 +7471,18 @@ export declare enum NotebookInstanceLifecycleConfigSortKey {
|
|
|
7351
7471
|
LAST_MODIFIED_TIME = "LastModifiedTime",
|
|
7352
7472
|
NAME = "Name"
|
|
7353
7473
|
}
|
|
7354
|
-
export declare enum NotebookInstanceLifecycleConfigSortOrder {
|
|
7355
|
-
ASCENDING = "Ascending",
|
|
7356
|
-
DESCENDING = "Descending"
|
|
7357
|
-
}
|
|
7358
|
-
export interface ListNotebookInstanceLifecycleConfigsInput {
|
|
7359
|
-
/**
|
|
7360
|
-
* <p>If the result of a <code>ListNotebookInstanceLifecycleConfigs</code> request was
|
|
7361
|
-
* truncated, the response includes a <code>NextToken</code>. To get the next set of
|
|
7362
|
-
* lifecycle configurations, use the token in the next request.</p>
|
|
7363
|
-
*/
|
|
7364
|
-
NextToken?: string;
|
|
7365
|
-
/**
|
|
7366
|
-
* <p>The maximum number of lifecycle configurations to return in the response.</p>
|
|
7367
|
-
*/
|
|
7368
|
-
MaxResults?: number;
|
|
7369
|
-
/**
|
|
7370
|
-
* <p>Sorts the list of results. The default is <code>CreationTime</code>.</p>
|
|
7371
|
-
*/
|
|
7372
|
-
SortBy?: NotebookInstanceLifecycleConfigSortKey | string;
|
|
7373
|
-
/**
|
|
7374
|
-
* <p>The sort order for results.</p>
|
|
7375
|
-
*/
|
|
7376
|
-
SortOrder?: NotebookInstanceLifecycleConfigSortOrder | string;
|
|
7377
|
-
/**
|
|
7378
|
-
* <p>A string in the lifecycle configuration name. This filter returns only lifecycle
|
|
7379
|
-
* configurations whose name contains the specified string.</p>
|
|
7380
|
-
*/
|
|
7381
|
-
NameContains?: string;
|
|
7382
|
-
/**
|
|
7383
|
-
* <p>A filter that returns only lifecycle configurations that were created before the
|
|
7384
|
-
* specified time (timestamp).</p>
|
|
7385
|
-
*/
|
|
7386
|
-
CreationTimeBefore?: Date;
|
|
7387
|
-
/**
|
|
7388
|
-
* <p>A filter that returns only lifecycle configurations that were created after the
|
|
7389
|
-
* specified time (timestamp).</p>
|
|
7390
|
-
*/
|
|
7391
|
-
CreationTimeAfter?: Date;
|
|
7392
|
-
/**
|
|
7393
|
-
* <p>A filter that returns only lifecycle configurations that were modified before the
|
|
7394
|
-
* specified time (timestamp).</p>
|
|
7395
|
-
*/
|
|
7396
|
-
LastModifiedTimeBefore?: Date;
|
|
7397
|
-
/**
|
|
7398
|
-
* <p>A filter that returns only lifecycle configurations that were modified after the
|
|
7399
|
-
* specified time (timestamp).</p>
|
|
7400
|
-
*/
|
|
7401
|
-
LastModifiedTimeAfter?: Date;
|
|
7402
|
-
}
|
|
7403
7474
|
/**
|
|
7404
|
-
*
|
|
7475
|
+
* @internal
|
|
7405
7476
|
*/
|
|
7406
|
-
export
|
|
7407
|
-
|
|
7408
|
-
|
|
7409
|
-
|
|
7410
|
-
|
|
7411
|
-
|
|
7412
|
-
|
|
7413
|
-
|
|
7414
|
-
|
|
7415
|
-
/**
|
|
7416
|
-
* <p>A timestamp that tells when the lifecycle configuration was created.</p>
|
|
7417
|
-
*/
|
|
7418
|
-
CreationTime?: Date;
|
|
7419
|
-
/**
|
|
7420
|
-
* <p>A timestamp that tells when the lifecycle configuration was last modified.</p>
|
|
7421
|
-
*/
|
|
7422
|
-
LastModifiedTime?: Date;
|
|
7423
|
-
}
|
|
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;
|
|
7424
7486
|
/**
|
|
7425
7487
|
* @internal
|
|
7426
7488
|
*/
|
|
@@ -8365,11 +8427,3 @@ export declare const MonitoringScheduleSummaryFilterSensitiveLog: (obj: Monitori
|
|
|
8365
8427
|
* @internal
|
|
8366
8428
|
*/
|
|
8367
8429
|
export declare const ListMonitoringSchedulesResponseFilterSensitiveLog: (obj: ListMonitoringSchedulesResponse) => any;
|
|
8368
|
-
/**
|
|
8369
|
-
* @internal
|
|
8370
|
-
*/
|
|
8371
|
-
export declare const ListNotebookInstanceLifecycleConfigsInputFilterSensitiveLog: (obj: ListNotebookInstanceLifecycleConfigsInput) => any;
|
|
8372
|
-
/**
|
|
8373
|
-
* @internal
|
|
8374
|
-
*/
|
|
8375
|
-
export declare const NotebookInstanceLifecycleConfigSummaryFilterSensitiveLog: (obj: NotebookInstanceLifecycleConfigSummary) => any;
|
|
@@ -1,6 +1,76 @@
|
|
|
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
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,
|
|
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
|
+
}
|
|
4
74
|
export interface ListNotebookInstanceLifecycleConfigsOutput {
|
|
5
75
|
/**
|
|
6
76
|
* <p>If the response is truncated, SageMaker returns this token. To get the next set of
|
|
@@ -4304,6 +4374,14 @@ export interface SearchRequest {
|
|
|
4304
4374
|
*/
|
|
4305
4375
|
MaxResults?: number;
|
|
4306
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;
|
|
4307
4385
|
/**
|
|
4308
4386
|
* @internal
|
|
4309
4387
|
*/
|
|
@@ -5,10 +5,8 @@ import {
|
|
|
5
5
|
MetadataBearer as __MetadataBearer,
|
|
6
6
|
MiddlewareStack,
|
|
7
7
|
} from "@aws-sdk/types";
|
|
8
|
-
import {
|
|
9
|
-
|
|
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,
|
|
@@ -5,8 +5,10 @@ import {
|
|
|
5
5
|
MetadataBearer as __MetadataBearer,
|
|
6
6
|
MiddlewareStack,
|
|
7
7
|
} from "@aws-sdk/types";
|
|
8
|
-
import {
|
|
9
|
-
|
|
8
|
+
import {
|
|
9
|
+
DescribeFeatureMetadataRequest,
|
|
10
|
+
DescribeFeatureMetadataResponse,
|
|
11
|
+
} from "../models/models_2";
|
|
10
12
|
import {
|
|
11
13
|
SageMakerClientResolvedConfig,
|
|
12
14
|
ServiceInputTypes,
|