@aws-sdk/client-sagemaker 3.832.0 → 3.835.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/dist-cjs/index.js +64 -23
- package/dist-es/models/models_0.js +0 -26
- package/dist-es/models/models_1.js +26 -5
- package/dist-es/models/models_2.js +5 -5
- package/dist-es/models/models_3.js +5 -5
- package/dist-es/models/models_4.js +5 -0
- package/dist-es/protocols/Aws_json1_1.js +47 -2
- package/dist-types/commands/CreateModelPackageGroupCommand.d.ts +2 -1
- package/dist-types/commands/CreateModelQualityJobDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/CreateProjectCommand.d.ts +15 -0
- package/dist-types/commands/DescribeFeatureGroupCommand.d.ts +2 -1
- package/dist-types/commands/DescribeFeatureMetadataCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFlowDefinitionCommand.d.ts +1 -2
- package/dist-types/commands/DescribeProjectCommand.d.ts +20 -0
- package/dist-types/commands/ListCandidatesForAutoMLJobCommand.d.ts +1 -1
- package/dist-types/commands/ListClusterNodesCommand.d.ts +1 -1
- package/dist-types/commands/ListClusterSchedulerConfigsCommand.d.ts +1 -1
- package/dist-types/commands/ListClustersCommand.d.ts +1 -1
- package/dist-types/commands/SearchCommand.d.ts +20 -0
- package/dist-types/commands/StartInferenceExperimentCommand.d.ts +1 -1
- package/dist-types/commands/StartMlflowTrackingServerCommand.d.ts +1 -1
- package/dist-types/commands/StartMonitoringScheduleCommand.d.ts +1 -1
- package/dist-types/commands/StartNotebookInstanceCommand.d.ts +1 -1
- package/dist-types/commands/StartPipelineExecutionCommand.d.ts +1 -1
- package/dist-types/commands/StopAutoMLJobCommand.d.ts +1 -1
- package/dist-types/commands/UpdateProjectCommand.d.ts +14 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +148 -88
- package/dist-types/models/models_1.d.ts +88 -167
- package/dist-types/models/models_2.d.ts +184 -233
- package/dist-types/models/models_3.d.ts +250 -256
- package/dist-types/models/models_4.d.ts +262 -124
- package/dist-types/models/models_5.d.ts +140 -4
- package/dist-types/ts3.4/commands/CreateModelPackageGroupCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/CreateModelQualityJobDefinitionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeFeatureGroupCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeFeatureMetadataCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeFlowDefinitionCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ListCandidatesForAutoMLJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListClusterNodesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListClusterSchedulerConfigsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListClustersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartInferenceExperimentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartMlflowTrackingServerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartMonitoringScheduleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartNotebookInstanceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartPipelineExecutionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopAutoMLJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +4 -1
- package/dist-types/ts3.4/models/models_0.d.ts +35 -33
- package/dist-types/ts3.4/models/models_1.d.ts +34 -46
- package/dist-types/ts3.4/models/models_2.d.ts +49 -62
- package/dist-types/ts3.4/models/models_3.d.ts +66 -76
- package/dist-types/ts3.4/models/models_4.d.ts +75 -35
- package/dist-types/ts3.4/models/models_5.d.ts +41 -1
- package/package.json +11 -11
|
@@ -1,6 +1,237 @@
|
|
|
1
|
-
import { ActionSummary, AdditionalInferenceSpecificationDefinition, AgentVersion, AlgorithmSortBy, AlgorithmSpecification, AlgorithmSummary, AmazonQSettings, AppDetails, AppImageConfigDetails, AppImageConfigSortKey, AppSortKey, AppSpecification, ArtifactSummary, AssociationEdgeType, AssociationSummary,
|
|
2
|
-
import { _InstanceType, ContainerDefinition, DockerSettings, DriftCheckBaselines, EdgeOutputConfig, EndpointInfo, ExecutionRoleIdentityConfig, FeatureDefinition, FeatureType, FlowDefinitionOutputConfig, HubS3StorageConfig, HumanLoopActivationConfig, HumanLoopConfig, HumanLoopRequestSource, HumanTaskConfig, HyperParameterTrainingJobDefinition, HyperParameterTuningJobConfig, HyperParameterTuningJobObjectiveType, HyperParameterTuningJobStrategyType, HyperParameterTuningJobWarmStartConfig, InferenceComponentComputeResourceRequirements, InferenceComponentStartupParameters, InferenceExecutionConfig, InferenceExperimentDataStorageConfig, InferenceExperimentSchedule, InferenceExperimentType, JobType, LabelingJobAlgorithmsConfig, LabelingJobInputConfig, LabelingJobOutputConfig, LabelingJobStoppingConditions, MetadataProperties, ModelBiasAppSpecification, ModelBiasBaselineConfig, ModelBiasJobInput, ModelCardExportOutputConfig, ModelCardSecurityConfig, ModelCardStatus, ModelExplainabilityAppSpecification, ModelExplainabilityBaselineConfig, ModelExplainabilityJobInput, ModelInfrastructureConfig, ModelLifeCycle, ModelMetrics, ModelPackageModelCard, ModelPackageSecurityConfig, ModelPackageValidationSpecification,
|
|
3
|
-
import { CustomizedMetricSpecification, DataCaptureConfigSummary, DataProcessing, DebugHookConfig, DebugRuleConfiguration, DebugRuleEvaluationStatus, DeployedImage, DeploymentRecommendation, DirectInternetAccess, DomainStatus, EdgePackagingJobStatus, EndpointStatus, ExperimentConfig, ExperimentSource, FeatureGroupStatus,
|
|
1
|
+
import { ActionSummary, AdditionalInferenceSpecificationDefinition, AgentVersion, AlgorithmSortBy, AlgorithmSpecification, AlgorithmSummary, AmazonQSettings, AppDetails, AppImageConfigDetails, AppImageConfigSortKey, AppSortKey, AppSpecification, ArtifactSummary, AssociationEdgeType, AssociationSummary, AutoMLJobStatus, AutoMLJobSummary, AutoMLSortBy, AutoMLSortOrder, AutoRollbackConfig, Autotune, BatchDataCaptureConfig, BatchStrategy, CfnTemplateProviderDetail, Channel, CheckpointConfig, CognitoConfig, InferenceSpecification, ModelApprovalStatus, ModelPackageStatus, ObjectiveStatus, OutputDataConfig, OutputParameter, ProductionVariantInstanceType, ResourceConfig, ResourceSpec, StoppingCondition, Tag, TransformInput, TransformOutput, TransformResources, UserContext, VpcConfig } from "./models_0";
|
|
2
|
+
import { _InstanceType, ContainerDefinition, DockerSettings, DriftCheckBaselines, EdgeOutputConfig, EndpointInfo, ExecutionRoleIdentityConfig, FeatureDefinition, FeatureType, FlowDefinitionOutputConfig, HubS3StorageConfig, HumanLoopActivationConfig, HumanLoopConfig, HumanLoopRequestSource, HumanTaskConfig, HyperParameterTrainingJobDefinition, HyperParameterTuningJobConfig, HyperParameterTuningJobObjectiveType, HyperParameterTuningJobStrategyType, HyperParameterTuningJobWarmStartConfig, InferenceComponentComputeResourceRequirements, InferenceComponentStartupParameters, InferenceExecutionConfig, InferenceExperimentDataStorageConfig, InferenceExperimentSchedule, InferenceExperimentType, JobType, LabelingJobAlgorithmsConfig, LabelingJobInputConfig, LabelingJobOutputConfig, LabelingJobStoppingConditions, MetadataProperties, ModelBiasAppSpecification, ModelBiasBaselineConfig, ModelBiasJobInput, ModelCardExportOutputConfig, ModelCardSecurityConfig, ModelCardStatus, ModelExplainabilityAppSpecification, ModelExplainabilityBaselineConfig, ModelExplainabilityJobInput, ModelInfrastructureConfig, ModelLifeCycle, ModelMetrics, ModelPackageModelCard, ModelPackageSecurityConfig, ModelPackageValidationSpecification, MonitoringNetworkConfig, MonitoringOutputConfig, MonitoringResources, MonitoringStoppingCondition, OfflineStoreConfig, OnlineStoreConfig, Processor, ProductionVariantServerlessConfig, RecommendationJobInputConfig, RecommendationJobStoppingConditions, RecommendationJobType, ResourceLimits, RetryStrategy, ShadowModeConfig, SkipModelValidation, SourceAlgorithmSpecification, ThroughputMode, TrackingServerSize, UnifiedStudioSettings, UserSettings, VendorGuidance } from "./models_1";
|
|
3
|
+
import { CustomizedMetricSpecification, DataCaptureConfigSummary, DataProcessing, DebugHookConfig, DebugRuleConfiguration, DebugRuleEvaluationStatus, DeployedImage, DeploymentRecommendation, DirectInternetAccess, DomainStatus, EdgePackagingJobStatus, EndpointStatus, ExperimentConfig, ExperimentSource, FeatureGroupStatus, HubContentType, InfraCheckConfig, InstanceMetadataServiceConfiguration, LastUpdateStatus, MemberDefinition, ModelArtifacts, ModelClientConfig, ModelQualityAppSpecification, ModelQualityBaselineConfig, ModelQualityJobInput, MonitoringScheduleConfig, MonitoringType, NetworkConfig, NotebookInstanceAcceleratorType, NotebookInstanceLifecycleHook, NotificationConfiguration, OptimizationConfig, OptimizationJobDeploymentInstanceType, OptimizationJobModelSource, OptimizationJobOutputConfig, OptimizationVpcConfig, OwnershipSettings, ParallelismConfiguration, PartnerAppAuthType, PartnerAppConfig, PartnerAppMaintenanceConfig, PartnerAppType, ProcessingInput, ProcessingOutputConfig, ProcessingResources, ProcessingStoppingCondition, ProductionVariantSummary, ProfilerConfig, ProfilerRuleConfiguration, RemoteDebugConfig, RootAccess, RuleEvaluationStatus, ServiceCatalogProvisioningDetails, SourceIpConfig, SpaceSettings, SpaceSharingSettings, StudioLifecycleConfigAppType, TensorBoardOutputConfig, TrialComponentArtifact, TrialComponentParameterValue, TrialComponentStatus, WorkerAccessConfiguration } from "./models_2";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
* @enum
|
|
7
|
+
*/
|
|
8
|
+
export declare const OfflineStoreStatusValue: {
|
|
9
|
+
readonly ACTIVE: "Active";
|
|
10
|
+
readonly BLOCKED: "Blocked";
|
|
11
|
+
readonly DISABLED: "Disabled";
|
|
12
|
+
};
|
|
13
|
+
/**
|
|
14
|
+
* @public
|
|
15
|
+
*/
|
|
16
|
+
export type OfflineStoreStatusValue = (typeof OfflineStoreStatusValue)[keyof typeof OfflineStoreStatusValue];
|
|
17
|
+
/**
|
|
18
|
+
* <p>The status of <code>OfflineStore</code>.</p>
|
|
19
|
+
* @public
|
|
20
|
+
*/
|
|
21
|
+
export interface OfflineStoreStatus {
|
|
22
|
+
/**
|
|
23
|
+
* <p>An <code>OfflineStore</code> status.</p>
|
|
24
|
+
* @public
|
|
25
|
+
*/
|
|
26
|
+
Status: OfflineStoreStatusValue | undefined;
|
|
27
|
+
/**
|
|
28
|
+
* <p>The justification for why the OfflineStoreStatus is Blocked (if applicable).</p>
|
|
29
|
+
* @public
|
|
30
|
+
*/
|
|
31
|
+
BlockedReason?: string | undefined;
|
|
32
|
+
}
|
|
33
|
+
/**
|
|
34
|
+
* <p>Active throughput configuration of the feature group. There are two modes: <code>ON_DEMAND</code> and <code>PROVISIONED</code>. With on-demand mode, you are charged for data reads and writes that your application performs on your feature group. You do not need to specify read and write throughput because Feature Store accommodates your workloads as they ramp up and down. You can switch a feature group to on-demand only once in a 24 hour period. With provisioned throughput mode, you specify the read and write capacity per second that you expect your application to require, and you are billed based on those limits. Exceeding provisioned throughput will result in your requests being throttled. </p> <p>Note: <code>PROVISIONED</code> throughput mode is supported only for feature groups that are offline-only, or use the <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_OnlineStoreConfig.html#sagemaker-Type-OnlineStoreConfig-StorageType"> <code>Standard</code> </a> tier online store. </p>
|
|
35
|
+
* @public
|
|
36
|
+
*/
|
|
37
|
+
export interface ThroughputConfigDescription {
|
|
38
|
+
/**
|
|
39
|
+
* <p>The mode used for your feature group throughput: <code>ON_DEMAND</code> or <code>PROVISIONED</code>. </p>
|
|
40
|
+
* @public
|
|
41
|
+
*/
|
|
42
|
+
ThroughputMode: ThroughputMode | undefined;
|
|
43
|
+
/**
|
|
44
|
+
* <p> For provisioned feature groups with online store enabled, this indicates the read throughput you are billed for and can consume without throttling. </p> <p>This field is not applicable for on-demand feature groups. </p>
|
|
45
|
+
* @public
|
|
46
|
+
*/
|
|
47
|
+
ProvisionedReadCapacityUnits?: number | undefined;
|
|
48
|
+
/**
|
|
49
|
+
* <p> For provisioned feature groups, this indicates the write throughput you are billed for and can consume without throttling. </p> <p>This field is not applicable for on-demand feature groups. </p>
|
|
50
|
+
* @public
|
|
51
|
+
*/
|
|
52
|
+
ProvisionedWriteCapacityUnits?: number | undefined;
|
|
53
|
+
}
|
|
54
|
+
/**
|
|
55
|
+
* @public
|
|
56
|
+
*/
|
|
57
|
+
export interface DescribeFeatureGroupResponse {
|
|
58
|
+
/**
|
|
59
|
+
* <p>The Amazon Resource Name (ARN) of the <code>FeatureGroup</code>. </p>
|
|
60
|
+
* @public
|
|
61
|
+
*/
|
|
62
|
+
FeatureGroupArn: string | undefined;
|
|
63
|
+
/**
|
|
64
|
+
* <p>he name of the <code>FeatureGroup</code>.</p>
|
|
65
|
+
* @public
|
|
66
|
+
*/
|
|
67
|
+
FeatureGroupName: string | undefined;
|
|
68
|
+
/**
|
|
69
|
+
* <p>The name of the <code>Feature</code> used for <code>RecordIdentifier</code>, whose value uniquely identifies a record stored in the feature store.</p>
|
|
70
|
+
* @public
|
|
71
|
+
*/
|
|
72
|
+
RecordIdentifierFeatureName: string | undefined;
|
|
73
|
+
/**
|
|
74
|
+
* <p>The name of the feature that stores the <code>EventTime</code> of a Record in a <code>FeatureGroup</code>.</p> <p> An <code>EventTime</code> is a point in time when a new event occurs that corresponds to the creation or update of a <code>Record</code> in a <code>FeatureGroup</code>. All <code>Records</code> in the <code>FeatureGroup</code> have a corresponding <code>EventTime</code>.</p>
|
|
75
|
+
* @public
|
|
76
|
+
*/
|
|
77
|
+
EventTimeFeatureName: string | undefined;
|
|
78
|
+
/**
|
|
79
|
+
* <p>A list of the <code>Features</code> in the <code>FeatureGroup</code>. Each feature is defined by a <code>FeatureName</code> and <code>FeatureType</code>.</p>
|
|
80
|
+
* @public
|
|
81
|
+
*/
|
|
82
|
+
FeatureDefinitions: FeatureDefinition[] | undefined;
|
|
83
|
+
/**
|
|
84
|
+
* <p>A timestamp indicating when SageMaker created the <code>FeatureGroup</code>.</p>
|
|
85
|
+
* @public
|
|
86
|
+
*/
|
|
87
|
+
CreationTime: Date | undefined;
|
|
88
|
+
/**
|
|
89
|
+
* <p>A timestamp indicating when the feature group was last updated.</p>
|
|
90
|
+
* @public
|
|
91
|
+
*/
|
|
92
|
+
LastModifiedTime?: Date | undefined;
|
|
93
|
+
/**
|
|
94
|
+
* <p>The configuration for the <code>OnlineStore</code>.</p>
|
|
95
|
+
* @public
|
|
96
|
+
*/
|
|
97
|
+
OnlineStoreConfig?: OnlineStoreConfig | undefined;
|
|
98
|
+
/**
|
|
99
|
+
* <p>The configuration of the offline store. It includes the following configurations:</p> <ul> <li> <p>Amazon S3 location of the offline store.</p> </li> <li> <p>Configuration of the Glue data catalog.</p> </li> <li> <p>Table format of the offline store.</p> </li> <li> <p>Option to disable the automatic creation of a Glue table for the offline store.</p> </li> <li> <p>Encryption configuration.</p> </li> </ul>
|
|
100
|
+
* @public
|
|
101
|
+
*/
|
|
102
|
+
OfflineStoreConfig?: OfflineStoreConfig | undefined;
|
|
103
|
+
/**
|
|
104
|
+
* <p>Active throughput configuration of the feature group. There are two modes: <code>ON_DEMAND</code> and <code>PROVISIONED</code>. With on-demand mode, you are charged for data reads and writes that your application performs on your feature group. You do not need to specify read and write throughput because Feature Store accommodates your workloads as they ramp up and down. You can switch a feature group to on-demand only once in a 24 hour period. With provisioned throughput mode, you specify the read and write capacity per second that you expect your application to require, and you are billed based on those limits. Exceeding provisioned throughput will result in your requests being throttled. </p> <p>Note: <code>PROVISIONED</code> throughput mode is supported only for feature groups that are offline-only, or use the <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_OnlineStoreConfig.html#sagemaker-Type-OnlineStoreConfig-StorageType"> <code>Standard</code> </a> tier online store. </p>
|
|
105
|
+
* @public
|
|
106
|
+
*/
|
|
107
|
+
ThroughputConfig?: ThroughputConfigDescription | undefined;
|
|
108
|
+
/**
|
|
109
|
+
* <p>The Amazon Resource Name (ARN) of the IAM execution role used to persist data into the OfflineStore if an OfflineStoreConfig is provided.</p>
|
|
110
|
+
* @public
|
|
111
|
+
*/
|
|
112
|
+
RoleArn?: string | undefined;
|
|
113
|
+
/**
|
|
114
|
+
* <p>The status of the feature group.</p>
|
|
115
|
+
* @public
|
|
116
|
+
*/
|
|
117
|
+
FeatureGroupStatus?: FeatureGroupStatus | undefined;
|
|
118
|
+
/**
|
|
119
|
+
* <p>The status of the <code>OfflineStore</code>. Notifies you if replicating data into the <code>OfflineStore</code> has failed. Returns either: <code>Active</code> or <code>Blocked</code> </p>
|
|
120
|
+
* @public
|
|
121
|
+
*/
|
|
122
|
+
OfflineStoreStatus?: OfflineStoreStatus | undefined;
|
|
123
|
+
/**
|
|
124
|
+
* <p>A value indicating whether the update made to the feature group was successful.</p>
|
|
125
|
+
* @public
|
|
126
|
+
*/
|
|
127
|
+
LastUpdateStatus?: LastUpdateStatus | undefined;
|
|
128
|
+
/**
|
|
129
|
+
* <p>The reason that the <code>FeatureGroup</code> failed to be replicated in the <code>OfflineStore</code>. This is failure can occur because:</p> <ul> <li> <p>The <code>FeatureGroup</code> could not be created in the <code>OfflineStore</code>.</p> </li> <li> <p>The <code>FeatureGroup</code> could not be deleted from the <code>OfflineStore</code>.</p> </li> </ul>
|
|
130
|
+
* @public
|
|
131
|
+
*/
|
|
132
|
+
FailureReason?: string | undefined;
|
|
133
|
+
/**
|
|
134
|
+
* <p>A free form description of the feature group.</p>
|
|
135
|
+
* @public
|
|
136
|
+
*/
|
|
137
|
+
Description?: string | undefined;
|
|
138
|
+
/**
|
|
139
|
+
* <p>A token to resume pagination of the list of <code>Features</code> (<code>FeatureDefinitions</code>).</p>
|
|
140
|
+
* @public
|
|
141
|
+
*/
|
|
142
|
+
NextToken: string | undefined;
|
|
143
|
+
/**
|
|
144
|
+
* <p>The size of the <code>OnlineStore</code> in bytes.</p>
|
|
145
|
+
* @public
|
|
146
|
+
*/
|
|
147
|
+
OnlineStoreTotalSizeBytes?: number | undefined;
|
|
148
|
+
}
|
|
149
|
+
/**
|
|
150
|
+
* @public
|
|
151
|
+
*/
|
|
152
|
+
export interface DescribeFeatureMetadataRequest {
|
|
153
|
+
/**
|
|
154
|
+
* <p>The name or Amazon Resource Name (ARN) of the feature group containing the feature.</p>
|
|
155
|
+
* @public
|
|
156
|
+
*/
|
|
157
|
+
FeatureGroupName: string | undefined;
|
|
158
|
+
/**
|
|
159
|
+
* <p>The name of the feature.</p>
|
|
160
|
+
* @public
|
|
161
|
+
*/
|
|
162
|
+
FeatureName: string | undefined;
|
|
163
|
+
}
|
|
164
|
+
/**
|
|
165
|
+
* <p>A key-value pair that you specify to describe the feature.</p>
|
|
166
|
+
* @public
|
|
167
|
+
*/
|
|
168
|
+
export interface FeatureParameter {
|
|
169
|
+
/**
|
|
170
|
+
* <p>A key that must contain a value to describe the feature.</p>
|
|
171
|
+
* @public
|
|
172
|
+
*/
|
|
173
|
+
Key?: string | undefined;
|
|
174
|
+
/**
|
|
175
|
+
* <p>The value that belongs to a key.</p>
|
|
176
|
+
* @public
|
|
177
|
+
*/
|
|
178
|
+
Value?: string | undefined;
|
|
179
|
+
}
|
|
180
|
+
/**
|
|
181
|
+
* @public
|
|
182
|
+
*/
|
|
183
|
+
export interface DescribeFeatureMetadataResponse {
|
|
184
|
+
/**
|
|
185
|
+
* <p>The Amazon Resource Number (ARN) of the feature group that contains the feature.</p>
|
|
186
|
+
* @public
|
|
187
|
+
*/
|
|
188
|
+
FeatureGroupArn: string | undefined;
|
|
189
|
+
/**
|
|
190
|
+
* <p>The name of the feature group that you've specified.</p>
|
|
191
|
+
* @public
|
|
192
|
+
*/
|
|
193
|
+
FeatureGroupName: string | undefined;
|
|
194
|
+
/**
|
|
195
|
+
* <p>The name of the feature that you've specified.</p>
|
|
196
|
+
* @public
|
|
197
|
+
*/
|
|
198
|
+
FeatureName: string | undefined;
|
|
199
|
+
/**
|
|
200
|
+
* <p>The data type of the feature.</p>
|
|
201
|
+
* @public
|
|
202
|
+
*/
|
|
203
|
+
FeatureType: FeatureType | undefined;
|
|
204
|
+
/**
|
|
205
|
+
* <p>A timestamp indicating when the feature was created.</p>
|
|
206
|
+
* @public
|
|
207
|
+
*/
|
|
208
|
+
CreationTime: Date | undefined;
|
|
209
|
+
/**
|
|
210
|
+
* <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>
|
|
211
|
+
* @public
|
|
212
|
+
*/
|
|
213
|
+
LastModifiedTime: Date | undefined;
|
|
214
|
+
/**
|
|
215
|
+
* <p>The description you added to describe the feature.</p>
|
|
216
|
+
* @public
|
|
217
|
+
*/
|
|
218
|
+
Description?: string | undefined;
|
|
219
|
+
/**
|
|
220
|
+
* <p>The key-value pairs that you added to describe the feature.</p>
|
|
221
|
+
* @public
|
|
222
|
+
*/
|
|
223
|
+
Parameters?: FeatureParameter[] | undefined;
|
|
224
|
+
}
|
|
225
|
+
/**
|
|
226
|
+
* @public
|
|
227
|
+
*/
|
|
228
|
+
export interface DescribeFlowDefinitionRequest {
|
|
229
|
+
/**
|
|
230
|
+
* <p>The name of the flow definition.</p>
|
|
231
|
+
* @public
|
|
232
|
+
*/
|
|
233
|
+
FlowDefinitionName: string | undefined;
|
|
234
|
+
}
|
|
4
235
|
/**
|
|
5
236
|
* @public
|
|
6
237
|
* @enum
|
|
@@ -3719,6 +3950,17 @@ export interface ServiceCatalogProvisionedProductDetails {
|
|
|
3719
3950
|
*/
|
|
3720
3951
|
ProvisionedProductStatusMessage?: string | undefined;
|
|
3721
3952
|
}
|
|
3953
|
+
/**
|
|
3954
|
+
* <p> Details about a template provider configuration and associated provisioning information. </p>
|
|
3955
|
+
* @public
|
|
3956
|
+
*/
|
|
3957
|
+
export interface TemplateProviderDetail {
|
|
3958
|
+
/**
|
|
3959
|
+
* <p> Details about a CloudFormation template provider configuration and associated provisioning information. </p>
|
|
3960
|
+
* @public
|
|
3961
|
+
*/
|
|
3962
|
+
CfnTemplateProviderDetail?: CfnTemplateProviderDetail | undefined;
|
|
3963
|
+
}
|
|
3722
3964
|
/**
|
|
3723
3965
|
* @public
|
|
3724
3966
|
*/
|
|
@@ -3758,6 +4000,11 @@ export interface DescribeProjectOutput {
|
|
|
3758
4000
|
* @public
|
|
3759
4001
|
*/
|
|
3760
4002
|
ProjectStatus: ProjectStatus | undefined;
|
|
4003
|
+
/**
|
|
4004
|
+
* <p> An array of template providers associated with the project. </p>
|
|
4005
|
+
* @public
|
|
4006
|
+
*/
|
|
4007
|
+
TemplateProviderDetails?: TemplateProviderDetail[] | undefined;
|
|
3761
4008
|
/**
|
|
3762
4009
|
* <p>Information about the user who created or modified an experiment, trial, trial component, lineage group, project, or model card.</p>
|
|
3763
4010
|
* @public
|
|
@@ -8470,259 +8717,6 @@ export interface ListAutoMLJobsResponse {
|
|
|
8470
8717
|
*/
|
|
8471
8718
|
NextToken?: string | undefined;
|
|
8472
8719
|
}
|
|
8473
|
-
/**
|
|
8474
|
-
* @public
|
|
8475
|
-
*/
|
|
8476
|
-
export interface ListCandidatesForAutoMLJobRequest {
|
|
8477
|
-
/**
|
|
8478
|
-
* <p>List the candidates created for the job by providing the job's name.</p>
|
|
8479
|
-
* @public
|
|
8480
|
-
*/
|
|
8481
|
-
AutoMLJobName: string | undefined;
|
|
8482
|
-
/**
|
|
8483
|
-
* <p>List the candidates for the job and filter by status.</p>
|
|
8484
|
-
* @public
|
|
8485
|
-
*/
|
|
8486
|
-
StatusEquals?: CandidateStatus | undefined;
|
|
8487
|
-
/**
|
|
8488
|
-
* <p>List the candidates for the job and filter by candidate name.</p>
|
|
8489
|
-
* @public
|
|
8490
|
-
*/
|
|
8491
|
-
CandidateNameEquals?: string | undefined;
|
|
8492
|
-
/**
|
|
8493
|
-
* <p>The sort order for the results. The default is <code>Ascending</code>.</p>
|
|
8494
|
-
* @public
|
|
8495
|
-
*/
|
|
8496
|
-
SortOrder?: AutoMLSortOrder | undefined;
|
|
8497
|
-
/**
|
|
8498
|
-
* <p>The parameter by which to sort the results. The default is <code>Descending</code>.</p>
|
|
8499
|
-
* @public
|
|
8500
|
-
*/
|
|
8501
|
-
SortBy?: CandidateSortBy | undefined;
|
|
8502
|
-
/**
|
|
8503
|
-
* <p>List the job's candidates up to a specified limit.</p>
|
|
8504
|
-
* @public
|
|
8505
|
-
*/
|
|
8506
|
-
MaxResults?: number | undefined;
|
|
8507
|
-
/**
|
|
8508
|
-
* <p>If the previous response was truncated, you receive this token. Use it in your next request to receive the next set of results.</p>
|
|
8509
|
-
* @public
|
|
8510
|
-
*/
|
|
8511
|
-
NextToken?: string | undefined;
|
|
8512
|
-
}
|
|
8513
|
-
/**
|
|
8514
|
-
* @public
|
|
8515
|
-
*/
|
|
8516
|
-
export interface ListCandidatesForAutoMLJobResponse {
|
|
8517
|
-
/**
|
|
8518
|
-
* <p>Summaries about the <code>AutoMLCandidates</code>.</p>
|
|
8519
|
-
* @public
|
|
8520
|
-
*/
|
|
8521
|
-
Candidates: AutoMLCandidate[] | undefined;
|
|
8522
|
-
/**
|
|
8523
|
-
* <p>If the previous response was truncated, you receive this token. Use it in your next request to receive the next set of results.</p>
|
|
8524
|
-
* @public
|
|
8525
|
-
*/
|
|
8526
|
-
NextToken?: string | undefined;
|
|
8527
|
-
}
|
|
8528
|
-
/**
|
|
8529
|
-
* @public
|
|
8530
|
-
*/
|
|
8531
|
-
export interface ListClusterNodesRequest {
|
|
8532
|
-
/**
|
|
8533
|
-
* <p>The string name or the Amazon Resource Name (ARN) of the SageMaker HyperPod cluster in which you want to retrieve the list of nodes.</p>
|
|
8534
|
-
* @public
|
|
8535
|
-
*/
|
|
8536
|
-
ClusterName: string | undefined;
|
|
8537
|
-
/**
|
|
8538
|
-
* <p>A filter that returns nodes in a SageMaker HyperPod cluster created after the specified time. Timestamps are formatted according to the ISO 8601 standard. </p> <p>Acceptable formats include:</p> <ul> <li> <p> <code>YYYY-MM-DDThh:mm:ss.sssTZD</code> (UTC), for example, <code>2014-10-01T20:30:00.000Z</code> </p> </li> <li> <p> <code>YYYY-MM-DDThh:mm:ss.sssTZD</code> (with offset), for example, <code>2014-10-01T12:30:00.000-08:00</code> </p> </li> <li> <p> <code>YYYY-MM-DD</code>, for example, <code>2014-10-01</code> </p> </li> <li> <p>Unix time in seconds, for example, <code>1412195400</code>. This is also referred to as Unix Epoch time and represents the number of seconds since midnight, January 1, 1970 UTC.</p> </li> </ul> <p>For more information about the timestamp format, see <a href="https://docs.aws.amazon.com/cli/latest/userguide/cli-usage-parameters-types.html#parameter-type-timestamp">Timestamp</a> in the <i>Amazon Web Services Command Line Interface User Guide</i>.</p>
|
|
8539
|
-
* @public
|
|
8540
|
-
*/
|
|
8541
|
-
CreationTimeAfter?: Date | undefined;
|
|
8542
|
-
/**
|
|
8543
|
-
* <p>A filter that returns nodes in a SageMaker HyperPod cluster created before the specified time. The acceptable formats are the same as the timestamp formats for <code>CreationTimeAfter</code>. For more information about the timestamp format, see <a href="https://docs.aws.amazon.com/cli/latest/userguide/cli-usage-parameters-types.html#parameter-type-timestamp">Timestamp</a> in the <i>Amazon Web Services Command Line Interface User Guide</i>.</p>
|
|
8544
|
-
* @public
|
|
8545
|
-
*/
|
|
8546
|
-
CreationTimeBefore?: Date | undefined;
|
|
8547
|
-
/**
|
|
8548
|
-
* <p>A filter that returns the instance groups whose name contain a specified string.</p>
|
|
8549
|
-
* @public
|
|
8550
|
-
*/
|
|
8551
|
-
InstanceGroupNameContains?: string | undefined;
|
|
8552
|
-
/**
|
|
8553
|
-
* <p>The maximum number of nodes to return in the response.</p>
|
|
8554
|
-
* @public
|
|
8555
|
-
*/
|
|
8556
|
-
MaxResults?: number | undefined;
|
|
8557
|
-
/**
|
|
8558
|
-
* <p>If the result of the previous <code>ListClusterNodes</code> request was truncated, the response includes a <code>NextToken</code>. To retrieve the next set of cluster nodes, use the token in the next request.</p>
|
|
8559
|
-
* @public
|
|
8560
|
-
*/
|
|
8561
|
-
NextToken?: string | undefined;
|
|
8562
|
-
/**
|
|
8563
|
-
* <p>The field by which to sort results. The default value is <code>CREATION_TIME</code>.</p>
|
|
8564
|
-
* @public
|
|
8565
|
-
*/
|
|
8566
|
-
SortBy?: ClusterSortBy | undefined;
|
|
8567
|
-
/**
|
|
8568
|
-
* <p>The sort order for results. The default value is <code>Ascending</code>.</p>
|
|
8569
|
-
* @public
|
|
8570
|
-
*/
|
|
8571
|
-
SortOrder?: SortOrder | undefined;
|
|
8572
|
-
}
|
|
8573
|
-
/**
|
|
8574
|
-
* @public
|
|
8575
|
-
*/
|
|
8576
|
-
export interface ListClusterNodesResponse {
|
|
8577
|
-
/**
|
|
8578
|
-
* <p>The next token specified for listing instances in a SageMaker HyperPod cluster.</p>
|
|
8579
|
-
* @public
|
|
8580
|
-
*/
|
|
8581
|
-
NextToken?: string | undefined;
|
|
8582
|
-
/**
|
|
8583
|
-
* <p>The summaries of listed instances in a SageMaker HyperPod cluster</p>
|
|
8584
|
-
* @public
|
|
8585
|
-
*/
|
|
8586
|
-
ClusterNodeSummaries: ClusterNodeSummary[] | undefined;
|
|
8587
|
-
}
|
|
8588
|
-
/**
|
|
8589
|
-
* @public
|
|
8590
|
-
*/
|
|
8591
|
-
export interface ListClustersRequest {
|
|
8592
|
-
/**
|
|
8593
|
-
* <p>Set a start time for the time range during which you want to list SageMaker HyperPod clusters. Timestamps are formatted according to the ISO 8601 standard. </p> <p>Acceptable formats include:</p> <ul> <li> <p> <code>YYYY-MM-DDThh:mm:ss.sssTZD</code> (UTC), for example, <code>2014-10-01T20:30:00.000Z</code> </p> </li> <li> <p> <code>YYYY-MM-DDThh:mm:ss.sssTZD</code> (with offset), for example, <code>2014-10-01T12:30:00.000-08:00</code> </p> </li> <li> <p> <code>YYYY-MM-DD</code>, for example, <code>2014-10-01</code> </p> </li> <li> <p>Unix time in seconds, for example, <code>1412195400</code>. This is also referred to as Unix Epoch time and represents the number of seconds since midnight, January 1, 1970 UTC.</p> </li> </ul> <p>For more information about the timestamp format, see <a href="https://docs.aws.amazon.com/cli/latest/userguide/cli-usage-parameters-types.html#parameter-type-timestamp">Timestamp</a> in the <i>Amazon Web Services Command Line Interface User Guide</i>.</p>
|
|
8594
|
-
* @public
|
|
8595
|
-
*/
|
|
8596
|
-
CreationTimeAfter?: Date | undefined;
|
|
8597
|
-
/**
|
|
8598
|
-
* <p>Set an end time for the time range during which you want to list SageMaker HyperPod clusters. A filter that returns nodes in a SageMaker HyperPod cluster created before the specified time. The acceptable formats are the same as the timestamp formats for <code>CreationTimeAfter</code>. For more information about the timestamp format, see <a href="https://docs.aws.amazon.com/cli/latest/userguide/cli-usage-parameters-types.html#parameter-type-timestamp">Timestamp</a> in the <i>Amazon Web Services Command Line Interface User Guide</i>.</p>
|
|
8599
|
-
* @public
|
|
8600
|
-
*/
|
|
8601
|
-
CreationTimeBefore?: Date | undefined;
|
|
8602
|
-
/**
|
|
8603
|
-
* <p>Set the maximum number of SageMaker HyperPod clusters to list.</p>
|
|
8604
|
-
* @public
|
|
8605
|
-
*/
|
|
8606
|
-
MaxResults?: number | undefined;
|
|
8607
|
-
/**
|
|
8608
|
-
* <p>Set the maximum number of instances to print in the list.</p>
|
|
8609
|
-
* @public
|
|
8610
|
-
*/
|
|
8611
|
-
NameContains?: string | undefined;
|
|
8612
|
-
/**
|
|
8613
|
-
* <p>Set the next token to retrieve the list of SageMaker HyperPod clusters.</p>
|
|
8614
|
-
* @public
|
|
8615
|
-
*/
|
|
8616
|
-
NextToken?: string | undefined;
|
|
8617
|
-
/**
|
|
8618
|
-
* <p>The field by which to sort results. The default value is <code>CREATION_TIME</code>.</p>
|
|
8619
|
-
* @public
|
|
8620
|
-
*/
|
|
8621
|
-
SortBy?: ClusterSortBy | undefined;
|
|
8622
|
-
/**
|
|
8623
|
-
* <p>The sort order for results. The default value is <code>Ascending</code>.</p>
|
|
8624
|
-
* @public
|
|
8625
|
-
*/
|
|
8626
|
-
SortOrder?: SortOrder | undefined;
|
|
8627
|
-
/**
|
|
8628
|
-
* <p>The Amazon Resource Name (ARN); of the training plan to filter clusters by. For more information about reserving GPU capacity for your SageMaker HyperPod clusters using Amazon SageMaker Training Plan, see <code> <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateTrainingPlan.html">CreateTrainingPlan</a> </code>.</p>
|
|
8629
|
-
* @public
|
|
8630
|
-
*/
|
|
8631
|
-
TrainingPlanArn?: string | undefined;
|
|
8632
|
-
}
|
|
8633
|
-
/**
|
|
8634
|
-
* @public
|
|
8635
|
-
*/
|
|
8636
|
-
export interface ListClustersResponse {
|
|
8637
|
-
/**
|
|
8638
|
-
* <p>If the result of the previous <code>ListClusters</code> request was truncated, the response includes a <code>NextToken</code>. To retrieve the next set of clusters, use the token in the next request.</p>
|
|
8639
|
-
* @public
|
|
8640
|
-
*/
|
|
8641
|
-
NextToken?: string | undefined;
|
|
8642
|
-
/**
|
|
8643
|
-
* <p>The summaries of listed SageMaker HyperPod clusters.</p>
|
|
8644
|
-
* @public
|
|
8645
|
-
*/
|
|
8646
|
-
ClusterSummaries: ClusterSummary[] | undefined;
|
|
8647
|
-
}
|
|
8648
|
-
/**
|
|
8649
|
-
* @public
|
|
8650
|
-
* @enum
|
|
8651
|
-
*/
|
|
8652
|
-
export declare const SortClusterSchedulerConfigBy: {
|
|
8653
|
-
readonly CREATION_TIME: "CreationTime";
|
|
8654
|
-
readonly NAME: "Name";
|
|
8655
|
-
readonly STATUS: "Status";
|
|
8656
|
-
};
|
|
8657
|
-
/**
|
|
8658
|
-
* @public
|
|
8659
|
-
*/
|
|
8660
|
-
export type SortClusterSchedulerConfigBy = (typeof SortClusterSchedulerConfigBy)[keyof typeof SortClusterSchedulerConfigBy];
|
|
8661
|
-
/**
|
|
8662
|
-
* @public
|
|
8663
|
-
*/
|
|
8664
|
-
export interface ListClusterSchedulerConfigsRequest {
|
|
8665
|
-
/**
|
|
8666
|
-
* <p>Filter for after this creation time. The input for this parameter is a Unix timestamp. To convert a date and time into a Unix timestamp, see <a href="https://www.epochconverter.com/">EpochConverter</a>.</p>
|
|
8667
|
-
* @public
|
|
8668
|
-
*/
|
|
8669
|
-
CreatedAfter?: Date | undefined;
|
|
8670
|
-
/**
|
|
8671
|
-
* <p>Filter for before this creation time. The input for this parameter is a Unix timestamp. To convert a date and time into a Unix timestamp, see <a href="https://www.epochconverter.com/">EpochConverter</a>.</p>
|
|
8672
|
-
* @public
|
|
8673
|
-
*/
|
|
8674
|
-
CreatedBefore?: Date | undefined;
|
|
8675
|
-
/**
|
|
8676
|
-
* <p>Filter for name containing this string.</p>
|
|
8677
|
-
* @public
|
|
8678
|
-
*/
|
|
8679
|
-
NameContains?: string | undefined;
|
|
8680
|
-
/**
|
|
8681
|
-
* <p>Filter for ARN of the cluster.</p>
|
|
8682
|
-
* @public
|
|
8683
|
-
*/
|
|
8684
|
-
ClusterArn?: string | undefined;
|
|
8685
|
-
/**
|
|
8686
|
-
* <p>Filter for status.</p>
|
|
8687
|
-
* @public
|
|
8688
|
-
*/
|
|
8689
|
-
Status?: SchedulerResourceStatus | undefined;
|
|
8690
|
-
/**
|
|
8691
|
-
* <p>Filter for sorting the list by a given value. For example, sort by name, creation time, or status.</p>
|
|
8692
|
-
* @public
|
|
8693
|
-
*/
|
|
8694
|
-
SortBy?: SortClusterSchedulerConfigBy | undefined;
|
|
8695
|
-
/**
|
|
8696
|
-
* <p>The order of the list. By default, listed in <code>Descending</code> order according to by <code>SortBy</code>. To change the list order, you can specify <code>SortOrder</code> to be <code>Ascending</code>.</p>
|
|
8697
|
-
* @public
|
|
8698
|
-
*/
|
|
8699
|
-
SortOrder?: SortOrder | undefined;
|
|
8700
|
-
/**
|
|
8701
|
-
* <p>If the previous response was truncated, you will receive this token. Use it in your next request to receive the next set of results.</p>
|
|
8702
|
-
* @public
|
|
8703
|
-
*/
|
|
8704
|
-
NextToken?: string | undefined;
|
|
8705
|
-
/**
|
|
8706
|
-
* <p>The maximum number of cluster policies to list.</p>
|
|
8707
|
-
* @public
|
|
8708
|
-
*/
|
|
8709
|
-
MaxResults?: number | undefined;
|
|
8710
|
-
}
|
|
8711
|
-
/**
|
|
8712
|
-
* @public
|
|
8713
|
-
*/
|
|
8714
|
-
export interface ListClusterSchedulerConfigsResponse {
|
|
8715
|
-
/**
|
|
8716
|
-
* <p>Summaries of the cluster policies.</p>
|
|
8717
|
-
* @public
|
|
8718
|
-
*/
|
|
8719
|
-
ClusterSchedulerConfigSummaries?: ClusterSchedulerConfigSummary[] | undefined;
|
|
8720
|
-
/**
|
|
8721
|
-
* <p>If the previous response was truncated, you will receive this token. Use it in your next request to receive the next set of results.</p>
|
|
8722
|
-
* @public
|
|
8723
|
-
*/
|
|
8724
|
-
NextToken?: string | undefined;
|
|
8725
|
-
}
|
|
8726
8720
|
/**
|
|
8727
8721
|
* @internal
|
|
8728
8722
|
*/
|