@aws-sdk/client-sagemaker 3.860.0 → 3.861.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/README.md +24 -0
- package/dist-cjs/index.js +492 -124
- package/dist-es/SageMaker.js +6 -0
- package/dist-es/commands/BatchAddClusterNodesCommand.js +22 -0
- package/dist-es/commands/CreateModelCardCommand.js +1 -1
- package/dist-es/commands/DescribeClusterEventCommand.js +22 -0
- package/dist-es/commands/ListClusterEventsCommand.js +22 -0
- package/dist-es/commands/index.js +3 -0
- package/dist-es/models/models_0.js +38 -93
- package/dist-es/models/models_1.js +86 -15
- package/dist-es/models/models_2.js +14 -40
- package/dist-es/models/models_3.js +43 -40
- package/dist-es/models/models_4.js +40 -10
- package/dist-es/models/models_5.js +10 -2
- package/dist-es/pagination/ListClusterEventsPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_json1_1.js +281 -0
- package/dist-types/SageMaker.d.ts +21 -0
- package/dist-types/SageMakerClient.d.ts +5 -2
- package/dist-types/commands/BatchAddClusterNodesCommand.d.ts +99 -0
- package/dist-types/commands/BatchDeleteClusterNodesCommand.d.ts +13 -0
- package/dist-types/commands/CreateClusterCommand.d.ts +2 -0
- package/dist-types/commands/CreateModelBiasJobDefinitionCommand.d.ts +2 -1
- package/dist-types/commands/CreateModelCardCommand.d.ts +1 -1
- package/dist-types/commands/CreateModelCardExportJobCommand.d.ts +1 -1
- package/dist-types/commands/CreateModelExplainabilityJobDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeClusterCommand.d.ts +3 -0
- package/dist-types/commands/DescribeClusterEventCommand.d.ts +129 -0
- package/dist-types/commands/DescribeClusterNodeCommand.d.ts +5 -1
- package/dist-types/commands/DescribeContextCommand.d.ts +2 -1
- package/dist-types/commands/DescribeDataQualityJobDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDeviceCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDeviceFleetCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDomainCommand.d.ts +1 -1
- package/dist-types/commands/DescribeEdgeDeploymentPlanCommand.d.ts +1 -1
- package/dist-types/commands/DescribeEdgePackagingJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribeEndpointCommand.d.ts +1 -2
- package/dist-types/commands/ImportHubContentCommand.d.ts +1 -1
- package/dist-types/commands/ListActionsCommand.d.ts +1 -2
- package/dist-types/commands/ListClusterEventsCommand.d.ts +96 -0
- package/dist-types/commands/ListClusterNodesCommand.d.ts +3 -1
- package/dist-types/commands/PutModelPackageGroupPolicyCommand.d.ts +1 -1
- package/dist-types/commands/QueryLineageCommand.d.ts +1 -1
- package/dist-types/commands/RegisterDevicesCommand.d.ts +1 -1
- package/dist-types/commands/RenderUiTemplateCommand.d.ts +1 -1
- package/dist-types/commands/UpdateClusterCommand.d.ts +1 -0
- package/dist-types/commands/UpdateClusterSoftwareCommand.d.ts +1 -0
- package/dist-types/commands/index.d.ts +3 -0
- package/dist-types/models/models_0.d.ts +635 -539
- package/dist-types/models/models_1.d.ts +3626 -3557
- package/dist-types/models/models_2.d.ts +3079 -3394
- package/dist-types/models/models_3.d.ts +4419 -4366
- package/dist-types/models/models_4.d.ts +3813 -3877
- package/dist-types/models/models_5.d.ts +836 -5
- package/dist-types/pagination/ListClusterEventsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_json1_1.d.ts +27 -0
- package/dist-types/ts3.4/SageMaker.d.ts +51 -0
- package/dist-types/ts3.4/SageMakerClient.d.ts +18 -0
- package/dist-types/ts3.4/commands/BatchAddClusterNodesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateModelBiasJobDefinitionCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/CreateModelCardCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateModelCardExportJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateModelExplainabilityJobDefinitionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeClusterEventCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeContextCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeDataQualityJobDefinitionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDeviceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDeviceFleetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDomainCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeEdgeDeploymentPlanCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeEdgePackagingJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeEndpointCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ImportHubContentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListActionsCommand.d.ts +1 -2
- package/dist-types/ts3.4/commands/ListClusterEventsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/PutModelPackageGroupPolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/QueryLineageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RegisterDevicesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RenderUiTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +3 -0
- package/dist-types/ts3.4/models/models_0.d.ts +186 -188
- package/dist-types/ts3.4/models/models_1.d.ts +177 -117
- package/dist-types/ts3.4/models/models_2.d.ts +123 -214
- package/dist-types/ts3.4/models/models_3.d.ts +219 -195
- package/dist-types/ts3.4/models/models_4.d.ts +225 -244
- package/dist-types/ts3.4/models/models_5.d.ts +220 -17
- package/dist-types/ts3.4/pagination/ListClusterEventsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +36 -0
- package/package.json +1 -1
|
@@ -1,8 +1,834 @@
|
|
|
1
|
-
import { ActionStatus, ActivationState, AdditionalInferenceSpecificationDefinition, AlgorithmSpecification, AppNetworkAccessType, AppSecurityGroupManagement, BooleanOperator, CfnUpdateTemplateProvider, Channel, CheckpointConfig, ClusterInstanceGroupSpecification, ClusterNodeRecovery, ClusterRestrictedInstanceGroupSpecification, CodeEditorAppImageConfig, DeploymentConfiguration, InferenceSpecification, JupyterLabAppImageConfig, KernelGatewayImageConfig, ModelApprovalStatus, OutputDataConfig, OutputParameter, ResourceConfig, StoppingCondition, Tag, UserContext, VpcConfig } from "./models_0";
|
|
2
|
-
import { _InstanceType, ComputeQuotaConfig, ComputeQuotaTarget, DefaultSpaceSettings, DeploymentConfig, EdgeOutputConfig, FeatureDefinition, HubContentType, InferenceComponentRuntimeConfig, InferenceComponentSpecification, InferenceExperimentDataStorageConfig, InferenceExperimentSchedule, JobType, MetadataProperties,
|
|
3
|
-
import { CrossAccountFilterOption, DebugHookConfig, DebugRuleConfiguration, DebugRuleEvaluationStatus, ExperimentConfig, InstanceMetadataServiceConfiguration, MemberDefinition, ModelArtifacts, ModelLifeCycle, MonitoringScheduleConfig, NotebookInstanceAcceleratorType, NotebookInstanceLifecycleHook, NotificationConfiguration, OidcConfig, ParallelismConfiguration, PartnerAppConfig, PartnerAppMaintenanceConfig, PipelineDefinitionS3Location, ProfilerConfig, ProfilerRuleConfiguration, ProvisioningParameter, RootAccess, SourceIpConfig, SpaceSettings, TensorBoardOutputConfig, TrialComponentArtifact, TrialComponentParameterValue, TrialComponentStatus, WorkerAccessConfiguration, WorkforceIpAddressType, WorkforceVpcConfigRequest } from "./models_2";
|
|
4
|
-
import { DesiredWeightAndCapacity, Device, DomainSettingsForUpdate, Endpoint, Experiment, FeatureGroup, FeatureMetadata, FeatureParameter, Filter, GitConfigForUpdate, HubContentSupportStatus, HyperParameterTuningJobSearchEntity, InferenceComponentDeploymentConfig,
|
|
5
|
-
import {
|
|
1
|
+
import { ActionStatus, ActivationState, AdditionalInferenceSpecificationDefinition, AlgorithmSpecification, AppNetworkAccessType, AppSecurityGroupManagement, AppSpecification, BooleanOperator, CfnUpdateTemplateProvider, Channel, CheckpointConfig, ClusterInstanceGroupSpecification, ClusterNodeRecovery, ClusterRestrictedInstanceGroupSpecification, CodeEditorAppImageConfig, DeploymentConfiguration, InferenceSpecification, JupyterLabAppImageConfig, KernelGatewayImageConfig, ModelApprovalStatus, OutputDataConfig, OutputParameter, ResourceConfig, StoppingCondition, Tag, UserContext, VpcConfig } from "./models_0";
|
|
2
|
+
import { _InstanceType, ComputeQuotaConfig, ComputeQuotaTarget, DefaultSpaceSettings, DeploymentConfig, EdgeOutputConfig, FeatureDefinition, HubContentType, InferenceComponentRuntimeConfig, InferenceComponentSpecification, InferenceExperimentDataStorageConfig, InferenceExperimentSchedule, JobType, MetadataProperties, ModelVariantConfig, Processor, RetryStrategy, SchedulerConfig, ShadowModeConfig, TagPropagation, ThroughputMode, TrackingServerSize, TtlDuration, UiTemplate, UserSettings, VendorGuidance } from "./models_1";
|
|
3
|
+
import { CrossAccountFilterOption, DebugHookConfig, DebugRuleConfiguration, DebugRuleEvaluationStatus, ExperimentConfig, InstanceMetadataServiceConfiguration, MemberDefinition, ModelArtifacts, ModelCardStatus, ModelLifeCycle, ModelPackageModelCard, MonitoringScheduleConfig, NetworkConfig, NotebookInstanceAcceleratorType, NotebookInstanceLifecycleHook, NotificationConfiguration, OidcConfig, ParallelismConfiguration, PartnerAppConfig, PartnerAppMaintenanceConfig, PipelineDefinitionS3Location, ProcessingInput, ProcessingOutputConfig, ProcessingResources, ProcessingStoppingCondition, ProfilerConfig, ProfilerRuleConfiguration, ProvisioningParameter, RootAccess, ServiceCatalogProvisioningDetails, SourceIpConfig, SpaceSettings, TensorBoardOutputConfig, TrialComponentArtifact, TrialComponentParameterValue, TrialComponentStatus, WorkerAccessConfiguration, WorkforceIpAddressType, WorkforceVpcConfigRequest } from "./models_2";
|
|
4
|
+
import { DesiredWeightAndCapacity, Device, Direction, DomainSettingsForUpdate, Edge, Endpoint, Experiment, FeatureGroup, FeatureMetadata, FeatureParameter, Filter, GitConfigForUpdate, HubContentSupportStatus, HyperParameterTuningJobSearchEntity, InferenceComponentDeploymentConfig, MetricData, ModelPackageGroupStatus, PipelineExecutionStatus, PipelineExperimentConfig, PipelineStatus, ProcessingJobStatus, ProjectStatus, ReservedCapacityInstanceType, ResourceType, SageMakerResourceName, SecondaryStatus, SecondaryStatusTransition, SelectiveExecutionConfig, ServiceCatalogProvisionedProductDetails, TemplateProviderDetail, TrainingJobStatus, TrialComponentMetricSummary, TrialComponentSource, TrialSource, Workforce, Workteam } from "./models_3";
|
|
5
|
+
import { InferenceExperimentStopDesiredState, LineageType, ModelCard, ModelDashboardModel, ModelPackage, Parameter, TransformJob } from "./models_4";
|
|
6
|
+
/**
|
|
7
|
+
* <p>A group of versioned models in the Model Registry.</p>
|
|
8
|
+
* @public
|
|
9
|
+
*/
|
|
10
|
+
export interface ModelPackageGroup {
|
|
11
|
+
/**
|
|
12
|
+
* <p>The name of the model group.</p>
|
|
13
|
+
* @public
|
|
14
|
+
*/
|
|
15
|
+
ModelPackageGroupName?: string | undefined;
|
|
16
|
+
/**
|
|
17
|
+
* <p>The Amazon Resource Name (ARN) of the model group.</p>
|
|
18
|
+
* @public
|
|
19
|
+
*/
|
|
20
|
+
ModelPackageGroupArn?: string | undefined;
|
|
21
|
+
/**
|
|
22
|
+
* <p>The description for the model group.</p>
|
|
23
|
+
* @public
|
|
24
|
+
*/
|
|
25
|
+
ModelPackageGroupDescription?: string | undefined;
|
|
26
|
+
/**
|
|
27
|
+
* <p>The time that the model group was created.</p>
|
|
28
|
+
* @public
|
|
29
|
+
*/
|
|
30
|
+
CreationTime?: Date | undefined;
|
|
31
|
+
/**
|
|
32
|
+
* <p>Information about the user who created or modified a SageMaker resource.</p>
|
|
33
|
+
* @public
|
|
34
|
+
*/
|
|
35
|
+
CreatedBy?: UserContext | undefined;
|
|
36
|
+
/**
|
|
37
|
+
* <p>The status of the model group. This can be one of the following values.</p> <ul> <li> <p> <code>PENDING</code> - The model group is pending being created.</p> </li> <li> <p> <code>IN_PROGRESS</code> - The model group is in the process of being created.</p> </li> <li> <p> <code>COMPLETED</code> - The model group was successfully created.</p> </li> <li> <p> <code>FAILED</code> - The model group failed.</p> </li> <li> <p> <code>DELETING</code> - The model group is in the process of being deleted.</p> </li> <li> <p> <code>DELETE_FAILED</code> - SageMaker failed to delete the model group.</p> </li> </ul>
|
|
38
|
+
* @public
|
|
39
|
+
*/
|
|
40
|
+
ModelPackageGroupStatus?: ModelPackageGroupStatus | undefined;
|
|
41
|
+
/**
|
|
42
|
+
* <p>A list of the tags associated with the model group. For more information, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html">Tagging Amazon Web Services resources</a> in the <i>Amazon Web Services General Reference Guide</i>.</p>
|
|
43
|
+
* @public
|
|
44
|
+
*/
|
|
45
|
+
Tags?: Tag[] | undefined;
|
|
46
|
+
}
|
|
47
|
+
/**
|
|
48
|
+
* @public
|
|
49
|
+
* @enum
|
|
50
|
+
*/
|
|
51
|
+
export declare const ModelVariantAction: {
|
|
52
|
+
readonly PROMOTE: "Promote";
|
|
53
|
+
readonly REMOVE: "Remove";
|
|
54
|
+
readonly RETAIN: "Retain";
|
|
55
|
+
};
|
|
56
|
+
/**
|
|
57
|
+
* @public
|
|
58
|
+
*/
|
|
59
|
+
export type ModelVariantAction = (typeof ModelVariantAction)[keyof typeof ModelVariantAction];
|
|
60
|
+
/**
|
|
61
|
+
* <p>A list of nested <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_Filter.html">Filter</a> objects. A resource must satisfy the conditions of all filters to be included in the results returned from the <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_Search.html">Search</a> API.</p> <p>For example, to filter on a training job's <code>InputDataConfig</code> property with a specific channel name and <code>S3Uri</code> prefix, define the following filters:</p> <ul> <li> <p> <code>'\{Name:"InputDataConfig.ChannelName", "Operator":"Equals", "Value":"train"\}',</code> </p> </li> <li> <p> <code>'\{Name:"InputDataConfig.DataSource.S3DataSource.S3Uri", "Operator":"Contains", "Value":"mybucket/catdata"\}'</code> </p> </li> </ul>
|
|
62
|
+
* @public
|
|
63
|
+
*/
|
|
64
|
+
export interface NestedFilters {
|
|
65
|
+
/**
|
|
66
|
+
* <p>The name of the property to use in the nested filters. The value must match a listed property name, such as <code>InputDataConfig</code>.</p>
|
|
67
|
+
* @public
|
|
68
|
+
*/
|
|
69
|
+
NestedPropertyName: string | undefined;
|
|
70
|
+
/**
|
|
71
|
+
* <p>A list of filters. Each filter acts on a property. Filters must contain at least one <code>Filters</code> value. For example, a <code>NestedFilters</code> call might include a filter on the <code>PropertyName</code> parameter of the <code>InputDataConfig</code> property: <code>InputDataConfig.DataSource.S3DataSource.S3Uri</code>.</p>
|
|
72
|
+
* @public
|
|
73
|
+
*/
|
|
74
|
+
Filters: Filter[] | undefined;
|
|
75
|
+
}
|
|
76
|
+
/**
|
|
77
|
+
* <p>Updates the feature group online store configuration.</p>
|
|
78
|
+
* @public
|
|
79
|
+
*/
|
|
80
|
+
export interface OnlineStoreConfigUpdate {
|
|
81
|
+
/**
|
|
82
|
+
* <p>Time to live duration, where the record is hard deleted after the expiration time is reached; <code>ExpiresAt</code> = <code>EventTime</code> + <code>TtlDuration</code>. For information on HardDelete, see the <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_feature_store_DeleteRecord.html">DeleteRecord</a> API in the Amazon SageMaker API Reference guide.</p>
|
|
83
|
+
* @public
|
|
84
|
+
*/
|
|
85
|
+
TtlDuration?: TtlDuration | undefined;
|
|
86
|
+
}
|
|
87
|
+
/**
|
|
88
|
+
* <p>The trial that a trial component is associated with and the experiment the trial is part of. A component might not be associated with a trial. A component can be associated with multiple trials.</p>
|
|
89
|
+
* @public
|
|
90
|
+
*/
|
|
91
|
+
export interface Parent {
|
|
92
|
+
/**
|
|
93
|
+
* <p>The name of the trial.</p>
|
|
94
|
+
* @public
|
|
95
|
+
*/
|
|
96
|
+
TrialName?: string | undefined;
|
|
97
|
+
/**
|
|
98
|
+
* <p>The name of the experiment.</p>
|
|
99
|
+
* @public
|
|
100
|
+
*/
|
|
101
|
+
ExperimentName?: string | undefined;
|
|
102
|
+
}
|
|
103
|
+
/**
|
|
104
|
+
* <p>A SageMaker Model Building Pipeline instance.</p>
|
|
105
|
+
* @public
|
|
106
|
+
*/
|
|
107
|
+
export interface Pipeline {
|
|
108
|
+
/**
|
|
109
|
+
* <p>The Amazon Resource Name (ARN) of the pipeline.</p>
|
|
110
|
+
* @public
|
|
111
|
+
*/
|
|
112
|
+
PipelineArn?: string | undefined;
|
|
113
|
+
/**
|
|
114
|
+
* <p>The name of the pipeline.</p>
|
|
115
|
+
* @public
|
|
116
|
+
*/
|
|
117
|
+
PipelineName?: string | undefined;
|
|
118
|
+
/**
|
|
119
|
+
* <p>The display name of the pipeline.</p>
|
|
120
|
+
* @public
|
|
121
|
+
*/
|
|
122
|
+
PipelineDisplayName?: string | undefined;
|
|
123
|
+
/**
|
|
124
|
+
* <p>The description of the pipeline.</p>
|
|
125
|
+
* @public
|
|
126
|
+
*/
|
|
127
|
+
PipelineDescription?: string | undefined;
|
|
128
|
+
/**
|
|
129
|
+
* <p>The Amazon Resource Name (ARN) of the role that created the pipeline.</p>
|
|
130
|
+
* @public
|
|
131
|
+
*/
|
|
132
|
+
RoleArn?: string | undefined;
|
|
133
|
+
/**
|
|
134
|
+
* <p>The status of the pipeline.</p>
|
|
135
|
+
* @public
|
|
136
|
+
*/
|
|
137
|
+
PipelineStatus?: PipelineStatus | undefined;
|
|
138
|
+
/**
|
|
139
|
+
* <p>The creation time of the pipeline.</p>
|
|
140
|
+
* @public
|
|
141
|
+
*/
|
|
142
|
+
CreationTime?: Date | undefined;
|
|
143
|
+
/**
|
|
144
|
+
* <p>The time that the pipeline was last modified.</p>
|
|
145
|
+
* @public
|
|
146
|
+
*/
|
|
147
|
+
LastModifiedTime?: Date | undefined;
|
|
148
|
+
/**
|
|
149
|
+
* <p>The time when the pipeline was last run.</p>
|
|
150
|
+
* @public
|
|
151
|
+
*/
|
|
152
|
+
LastRunTime?: Date | undefined;
|
|
153
|
+
/**
|
|
154
|
+
* <p>Information about the user who created or modified a SageMaker resource.</p>
|
|
155
|
+
* @public
|
|
156
|
+
*/
|
|
157
|
+
CreatedBy?: UserContext | undefined;
|
|
158
|
+
/**
|
|
159
|
+
* <p>Information about the user who created or modified a SageMaker resource.</p>
|
|
160
|
+
* @public
|
|
161
|
+
*/
|
|
162
|
+
LastModifiedBy?: UserContext | undefined;
|
|
163
|
+
/**
|
|
164
|
+
* <p>The parallelism configuration applied to the pipeline.</p>
|
|
165
|
+
* @public
|
|
166
|
+
*/
|
|
167
|
+
ParallelismConfiguration?: ParallelismConfiguration | undefined;
|
|
168
|
+
/**
|
|
169
|
+
* <p>A list of tags that apply to the pipeline.</p>
|
|
170
|
+
* @public
|
|
171
|
+
*/
|
|
172
|
+
Tags?: Tag[] | undefined;
|
|
173
|
+
}
|
|
174
|
+
/**
|
|
175
|
+
* <p>An execution of a pipeline.</p>
|
|
176
|
+
* @public
|
|
177
|
+
*/
|
|
178
|
+
export interface PipelineExecution {
|
|
179
|
+
/**
|
|
180
|
+
* <p>The Amazon Resource Name (ARN) of the pipeline that was executed.</p>
|
|
181
|
+
* @public
|
|
182
|
+
*/
|
|
183
|
+
PipelineArn?: string | undefined;
|
|
184
|
+
/**
|
|
185
|
+
* <p>The Amazon Resource Name (ARN) of the pipeline execution.</p>
|
|
186
|
+
* @public
|
|
187
|
+
*/
|
|
188
|
+
PipelineExecutionArn?: string | undefined;
|
|
189
|
+
/**
|
|
190
|
+
* <p>The display name of the pipeline execution.</p>
|
|
191
|
+
* @public
|
|
192
|
+
*/
|
|
193
|
+
PipelineExecutionDisplayName?: string | undefined;
|
|
194
|
+
/**
|
|
195
|
+
* <p>The status of the pipeline status.</p>
|
|
196
|
+
* @public
|
|
197
|
+
*/
|
|
198
|
+
PipelineExecutionStatus?: PipelineExecutionStatus | undefined;
|
|
199
|
+
/**
|
|
200
|
+
* <p>The description of the pipeline execution.</p>
|
|
201
|
+
* @public
|
|
202
|
+
*/
|
|
203
|
+
PipelineExecutionDescription?: string | undefined;
|
|
204
|
+
/**
|
|
205
|
+
* <p>Specifies the names of the experiment and trial created by a pipeline.</p>
|
|
206
|
+
* @public
|
|
207
|
+
*/
|
|
208
|
+
PipelineExperimentConfig?: PipelineExperimentConfig | undefined;
|
|
209
|
+
/**
|
|
210
|
+
* <p>If the execution failed, a message describing why.</p>
|
|
211
|
+
* @public
|
|
212
|
+
*/
|
|
213
|
+
FailureReason?: string | undefined;
|
|
214
|
+
/**
|
|
215
|
+
* <p>The creation time of the pipeline execution.</p>
|
|
216
|
+
* @public
|
|
217
|
+
*/
|
|
218
|
+
CreationTime?: Date | undefined;
|
|
219
|
+
/**
|
|
220
|
+
* <p>The time that the pipeline execution was last modified.</p>
|
|
221
|
+
* @public
|
|
222
|
+
*/
|
|
223
|
+
LastModifiedTime?: Date | undefined;
|
|
224
|
+
/**
|
|
225
|
+
* <p>Information about the user who created or modified a SageMaker resource.</p>
|
|
226
|
+
* @public
|
|
227
|
+
*/
|
|
228
|
+
CreatedBy?: UserContext | undefined;
|
|
229
|
+
/**
|
|
230
|
+
* <p>Information about the user who created or modified a SageMaker resource.</p>
|
|
231
|
+
* @public
|
|
232
|
+
*/
|
|
233
|
+
LastModifiedBy?: UserContext | undefined;
|
|
234
|
+
/**
|
|
235
|
+
* <p>The parallelism configuration applied to the pipeline execution.</p>
|
|
236
|
+
* @public
|
|
237
|
+
*/
|
|
238
|
+
ParallelismConfiguration?: ParallelismConfiguration | undefined;
|
|
239
|
+
/**
|
|
240
|
+
* <p>The selective execution configuration applied to the pipeline run.</p>
|
|
241
|
+
* @public
|
|
242
|
+
*/
|
|
243
|
+
SelectiveExecutionConfig?: SelectiveExecutionConfig | undefined;
|
|
244
|
+
/**
|
|
245
|
+
* <p>Contains a list of pipeline parameters. This list can be empty. </p>
|
|
246
|
+
* @public
|
|
247
|
+
*/
|
|
248
|
+
PipelineParameters?: Parameter[] | undefined;
|
|
249
|
+
/**
|
|
250
|
+
* <p>The ID of the pipeline version that started this execution.</p>
|
|
251
|
+
* @public
|
|
252
|
+
*/
|
|
253
|
+
PipelineVersionId?: number | undefined;
|
|
254
|
+
/**
|
|
255
|
+
* <p>The display name of the pipeline version that started this execution.</p>
|
|
256
|
+
* @public
|
|
257
|
+
*/
|
|
258
|
+
PipelineVersionDisplayName?: string | undefined;
|
|
259
|
+
}
|
|
260
|
+
/**
|
|
261
|
+
* <p>The version of the pipeline.</p>
|
|
262
|
+
* @public
|
|
263
|
+
*/
|
|
264
|
+
export interface PipelineVersion {
|
|
265
|
+
/**
|
|
266
|
+
* <p>The Amazon Resource Name (ARN) of the pipeline.</p>
|
|
267
|
+
* @public
|
|
268
|
+
*/
|
|
269
|
+
PipelineArn?: string | undefined;
|
|
270
|
+
/**
|
|
271
|
+
* <p>The ID of the pipeline version.</p>
|
|
272
|
+
* @public
|
|
273
|
+
*/
|
|
274
|
+
PipelineVersionId?: number | undefined;
|
|
275
|
+
/**
|
|
276
|
+
* <p>The display name of the pipeline version.</p>
|
|
277
|
+
* @public
|
|
278
|
+
*/
|
|
279
|
+
PipelineVersionDisplayName?: string | undefined;
|
|
280
|
+
/**
|
|
281
|
+
* <p>The description of the pipeline version.</p>
|
|
282
|
+
* @public
|
|
283
|
+
*/
|
|
284
|
+
PipelineVersionDescription?: string | undefined;
|
|
285
|
+
/**
|
|
286
|
+
* <p>The creation time of the pipeline version.</p>
|
|
287
|
+
* @public
|
|
288
|
+
*/
|
|
289
|
+
CreationTime?: Date | undefined;
|
|
290
|
+
/**
|
|
291
|
+
* <p>The time when the pipeline version was last modified.</p>
|
|
292
|
+
* @public
|
|
293
|
+
*/
|
|
294
|
+
LastModifiedTime?: Date | undefined;
|
|
295
|
+
/**
|
|
296
|
+
* <p>Information about the user who created or modified a SageMaker resource.</p>
|
|
297
|
+
* @public
|
|
298
|
+
*/
|
|
299
|
+
CreatedBy?: UserContext | undefined;
|
|
300
|
+
/**
|
|
301
|
+
* <p>Information about the user who created or modified a SageMaker resource.</p>
|
|
302
|
+
* @public
|
|
303
|
+
*/
|
|
304
|
+
LastModifiedBy?: UserContext | undefined;
|
|
305
|
+
/**
|
|
306
|
+
* <p>The Amazon Resource Name (ARN) of the most recent pipeline execution created from this pipeline version.</p>
|
|
307
|
+
* @public
|
|
308
|
+
*/
|
|
309
|
+
LastExecutedPipelineExecutionArn?: string | undefined;
|
|
310
|
+
/**
|
|
311
|
+
* <p>The display name of the most recent pipeline execution created from this pipeline version.</p>
|
|
312
|
+
* @public
|
|
313
|
+
*/
|
|
314
|
+
LastExecutedPipelineExecutionDisplayName?: string | undefined;
|
|
315
|
+
/**
|
|
316
|
+
* <p>The status of the most recent pipeline execution created from this pipeline version.</p>
|
|
317
|
+
* @public
|
|
318
|
+
*/
|
|
319
|
+
LastExecutedPipelineExecutionStatus?: PipelineExecutionStatus | undefined;
|
|
320
|
+
}
|
|
321
|
+
/**
|
|
322
|
+
* <p>An Amazon SageMaker processing job that is used to analyze data and evaluate models. For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/processing-job.html">Process Data and Evaluate Models</a>.</p>
|
|
323
|
+
* @public
|
|
324
|
+
*/
|
|
325
|
+
export interface ProcessingJob {
|
|
326
|
+
/**
|
|
327
|
+
* <p>List of input configurations for the processing job.</p>
|
|
328
|
+
* @public
|
|
329
|
+
*/
|
|
330
|
+
ProcessingInputs?: ProcessingInput[] | undefined;
|
|
331
|
+
/**
|
|
332
|
+
* <p>Configuration for uploading output from the processing container.</p>
|
|
333
|
+
* @public
|
|
334
|
+
*/
|
|
335
|
+
ProcessingOutputConfig?: ProcessingOutputConfig | undefined;
|
|
336
|
+
/**
|
|
337
|
+
* <p>The name of the processing job.</p>
|
|
338
|
+
* @public
|
|
339
|
+
*/
|
|
340
|
+
ProcessingJobName?: string | undefined;
|
|
341
|
+
/**
|
|
342
|
+
* <p>Identifies the resources, ML compute instances, and ML storage volumes to deploy for a processing job. In distributed training, you specify more than one instance.</p>
|
|
343
|
+
* @public
|
|
344
|
+
*/
|
|
345
|
+
ProcessingResources?: ProcessingResources | undefined;
|
|
346
|
+
/**
|
|
347
|
+
* <p>Configures conditions under which the processing job should be stopped, such as how long the processing job has been running. After the condition is met, the processing job is stopped.</p>
|
|
348
|
+
* @public
|
|
349
|
+
*/
|
|
350
|
+
StoppingCondition?: ProcessingStoppingCondition | undefined;
|
|
351
|
+
/**
|
|
352
|
+
* <p>Configuration to run a processing job in a specified container image.</p>
|
|
353
|
+
* @public
|
|
354
|
+
*/
|
|
355
|
+
AppSpecification?: AppSpecification | undefined;
|
|
356
|
+
/**
|
|
357
|
+
* <p>Sets the environment variables in the Docker container.</p>
|
|
358
|
+
* @public
|
|
359
|
+
*/
|
|
360
|
+
Environment?: Record<string, string> | undefined;
|
|
361
|
+
/**
|
|
362
|
+
* <p>Networking options for a job, such as network traffic encryption between containers, whether to allow inbound and outbound network calls to and from containers, and the VPC subnets and security groups to use for VPC-enabled jobs.</p>
|
|
363
|
+
* @public
|
|
364
|
+
*/
|
|
365
|
+
NetworkConfig?: NetworkConfig | undefined;
|
|
366
|
+
/**
|
|
367
|
+
* <p>The ARN of the role used to create the processing job.</p>
|
|
368
|
+
* @public
|
|
369
|
+
*/
|
|
370
|
+
RoleArn?: string | undefined;
|
|
371
|
+
/**
|
|
372
|
+
* <p>Associates a SageMaker job as a trial component with an experiment and trial. Specified when you call the following APIs:</p> <ul> <li> <p> <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateProcessingJob.html">CreateProcessingJob</a> </p> </li> <li> <p> <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateTrainingJob.html">CreateTrainingJob</a> </p> </li> <li> <p> <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateTransformJob.html">CreateTransformJob</a> </p> </li> </ul>
|
|
373
|
+
* @public
|
|
374
|
+
*/
|
|
375
|
+
ExperimentConfig?: ExperimentConfig | undefined;
|
|
376
|
+
/**
|
|
377
|
+
* <p>The ARN of the processing job.</p>
|
|
378
|
+
* @public
|
|
379
|
+
*/
|
|
380
|
+
ProcessingJobArn?: string | undefined;
|
|
381
|
+
/**
|
|
382
|
+
* <p>The status of the processing job.</p>
|
|
383
|
+
* @public
|
|
384
|
+
*/
|
|
385
|
+
ProcessingJobStatus?: ProcessingJobStatus | undefined;
|
|
386
|
+
/**
|
|
387
|
+
* <p>A string, up to one KB in size, that contains metadata from the processing container when the processing job exits.</p>
|
|
388
|
+
* @public
|
|
389
|
+
*/
|
|
390
|
+
ExitMessage?: string | undefined;
|
|
391
|
+
/**
|
|
392
|
+
* <p>A string, up to one KB in size, that contains the reason a processing job failed, if it failed.</p>
|
|
393
|
+
* @public
|
|
394
|
+
*/
|
|
395
|
+
FailureReason?: string | undefined;
|
|
396
|
+
/**
|
|
397
|
+
* <p>The time that the processing job ended.</p>
|
|
398
|
+
* @public
|
|
399
|
+
*/
|
|
400
|
+
ProcessingEndTime?: Date | undefined;
|
|
401
|
+
/**
|
|
402
|
+
* <p>The time that the processing job started.</p>
|
|
403
|
+
* @public
|
|
404
|
+
*/
|
|
405
|
+
ProcessingStartTime?: Date | undefined;
|
|
406
|
+
/**
|
|
407
|
+
* <p>The time the processing job was last modified.</p>
|
|
408
|
+
* @public
|
|
409
|
+
*/
|
|
410
|
+
LastModifiedTime?: Date | undefined;
|
|
411
|
+
/**
|
|
412
|
+
* <p>The time the processing job was created.</p>
|
|
413
|
+
* @public
|
|
414
|
+
*/
|
|
415
|
+
CreationTime?: Date | undefined;
|
|
416
|
+
/**
|
|
417
|
+
* <p>The ARN of a monitoring schedule for an endpoint associated with this processing job.</p>
|
|
418
|
+
* @public
|
|
419
|
+
*/
|
|
420
|
+
MonitoringScheduleArn?: string | undefined;
|
|
421
|
+
/**
|
|
422
|
+
* <p>The Amazon Resource Name (ARN) of the AutoML job associated with this processing job.</p>
|
|
423
|
+
* @public
|
|
424
|
+
*/
|
|
425
|
+
AutoMLJobArn?: string | undefined;
|
|
426
|
+
/**
|
|
427
|
+
* <p>The ARN of the training job associated with this processing job.</p>
|
|
428
|
+
* @public
|
|
429
|
+
*/
|
|
430
|
+
TrainingJobArn?: string | undefined;
|
|
431
|
+
/**
|
|
432
|
+
* <p>An array of key-value pairs. For more information, see <a href="https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-alloc-tags.html#allocation-whatURL">Using Cost Allocation Tags</a> in the <i>Amazon Web Services Billing and Cost Management User Guide</i>.</p>
|
|
433
|
+
* @public
|
|
434
|
+
*/
|
|
435
|
+
Tags?: Tag[] | undefined;
|
|
436
|
+
}
|
|
437
|
+
/**
|
|
438
|
+
* <p>Configuration information for updating the Amazon SageMaker Debugger profile parameters, system and framework metrics configurations, and storage paths.</p>
|
|
439
|
+
* @public
|
|
440
|
+
*/
|
|
441
|
+
export interface ProfilerConfigForUpdate {
|
|
442
|
+
/**
|
|
443
|
+
* <p>Path to Amazon S3 storage location for system and framework metrics.</p>
|
|
444
|
+
* @public
|
|
445
|
+
*/
|
|
446
|
+
S3OutputPath?: string | undefined;
|
|
447
|
+
/**
|
|
448
|
+
* <p>A time interval for capturing system metrics in milliseconds. Available values are 100, 200, 500, 1000 (1 second), 5000 (5 seconds), and 60000 (1 minute) milliseconds. The default value is 500 milliseconds.</p>
|
|
449
|
+
* @public
|
|
450
|
+
*/
|
|
451
|
+
ProfilingIntervalInMilliseconds?: number | undefined;
|
|
452
|
+
/**
|
|
453
|
+
* <p>Configuration information for capturing framework metrics. Available key strings for different profiling options are <code>DetailedProfilingConfig</code>, <code>PythonProfilingConfig</code>, and <code>DataLoaderProfilingConfig</code>. The following codes are configuration structures for the <code>ProfilingParameters</code> parameter. To learn more about how to configure the <code>ProfilingParameters</code> parameter, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/debugger-createtrainingjob-api.html">Use the SageMaker and Debugger Configuration API Operations to Create, Update, and Debug Your Training Job</a>. </p>
|
|
454
|
+
* @public
|
|
455
|
+
*/
|
|
456
|
+
ProfilingParameters?: Record<string, string> | undefined;
|
|
457
|
+
/**
|
|
458
|
+
* <p>To turn off Amazon SageMaker Debugger monitoring and profiling while a training job is in progress, set to <code>True</code>.</p>
|
|
459
|
+
* @public
|
|
460
|
+
*/
|
|
461
|
+
DisableProfiler?: boolean | undefined;
|
|
462
|
+
}
|
|
463
|
+
/**
|
|
464
|
+
* <p>The properties of a project as returned by the Search API.</p>
|
|
465
|
+
* @public
|
|
466
|
+
*/
|
|
467
|
+
export interface Project {
|
|
468
|
+
/**
|
|
469
|
+
* <p>The Amazon Resource Name (ARN) of the project.</p>
|
|
470
|
+
* @public
|
|
471
|
+
*/
|
|
472
|
+
ProjectArn?: string | undefined;
|
|
473
|
+
/**
|
|
474
|
+
* <p>The name of the project.</p>
|
|
475
|
+
* @public
|
|
476
|
+
*/
|
|
477
|
+
ProjectName?: string | undefined;
|
|
478
|
+
/**
|
|
479
|
+
* <p>The ID of the project.</p>
|
|
480
|
+
* @public
|
|
481
|
+
*/
|
|
482
|
+
ProjectId?: string | undefined;
|
|
483
|
+
/**
|
|
484
|
+
* <p>The description of the project.</p>
|
|
485
|
+
* @public
|
|
486
|
+
*/
|
|
487
|
+
ProjectDescription?: string | undefined;
|
|
488
|
+
/**
|
|
489
|
+
* <p>Details that you specify to provision a service catalog product. For information about service catalog, see <a href="https://docs.aws.amazon.com/servicecatalog/latest/adminguide/introduction.html">What is Amazon Web Services Service Catalog</a>.</p>
|
|
490
|
+
* @public
|
|
491
|
+
*/
|
|
492
|
+
ServiceCatalogProvisioningDetails?: ServiceCatalogProvisioningDetails | undefined;
|
|
493
|
+
/**
|
|
494
|
+
* <p>Details of a provisioned service catalog product. For information about service catalog, see <a href="https://docs.aws.amazon.com/servicecatalog/latest/adminguide/introduction.html">What is Amazon Web Services Service Catalog</a>.</p>
|
|
495
|
+
* @public
|
|
496
|
+
*/
|
|
497
|
+
ServiceCatalogProvisionedProductDetails?: ServiceCatalogProvisionedProductDetails | undefined;
|
|
498
|
+
/**
|
|
499
|
+
* <p>The status of the project.</p>
|
|
500
|
+
* @public
|
|
501
|
+
*/
|
|
502
|
+
ProjectStatus?: ProjectStatus | undefined;
|
|
503
|
+
/**
|
|
504
|
+
* <p>Who created the project.</p>
|
|
505
|
+
* @public
|
|
506
|
+
*/
|
|
507
|
+
CreatedBy?: UserContext | undefined;
|
|
508
|
+
/**
|
|
509
|
+
* <p>A timestamp specifying when the project was created.</p>
|
|
510
|
+
* @public
|
|
511
|
+
*/
|
|
512
|
+
CreationTime?: Date | undefined;
|
|
513
|
+
/**
|
|
514
|
+
* <p> An array of template providers associated with the project. </p>
|
|
515
|
+
* @public
|
|
516
|
+
*/
|
|
517
|
+
TemplateProviderDetails?: TemplateProviderDetail[] | undefined;
|
|
518
|
+
/**
|
|
519
|
+
* <p>An array of key-value pairs. You can use tags to categorize your Amazon Web Services resources in different ways, for example, by purpose, owner, or environment. For more information, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html">Tagging Amazon Web Services Resources</a>.</p>
|
|
520
|
+
* @public
|
|
521
|
+
*/
|
|
522
|
+
Tags?: Tag[] | undefined;
|
|
523
|
+
/**
|
|
524
|
+
* <p>A timestamp container for when the project was last modified.</p>
|
|
525
|
+
* @public
|
|
526
|
+
*/
|
|
527
|
+
LastModifiedTime?: Date | undefined;
|
|
528
|
+
/**
|
|
529
|
+
* <p>Information about the user who created or modified a SageMaker resource.</p>
|
|
530
|
+
* @public
|
|
531
|
+
*/
|
|
532
|
+
LastModifiedBy?: UserContext | undefined;
|
|
533
|
+
}
|
|
534
|
+
/**
|
|
535
|
+
* @public
|
|
536
|
+
*/
|
|
537
|
+
export interface PutModelPackageGroupPolicyInput {
|
|
538
|
+
/**
|
|
539
|
+
* <p>The name of the model group to add a resource policy to.</p>
|
|
540
|
+
* @public
|
|
541
|
+
*/
|
|
542
|
+
ModelPackageGroupName: string | undefined;
|
|
543
|
+
/**
|
|
544
|
+
* <p>The resource policy for the model group.</p>
|
|
545
|
+
* @public
|
|
546
|
+
*/
|
|
547
|
+
ResourcePolicy: string | undefined;
|
|
548
|
+
}
|
|
549
|
+
/**
|
|
550
|
+
* @public
|
|
551
|
+
*/
|
|
552
|
+
export interface PutModelPackageGroupPolicyOutput {
|
|
553
|
+
/**
|
|
554
|
+
* <p>The Amazon Resource Name (ARN) of the model package group.</p>
|
|
555
|
+
* @public
|
|
556
|
+
*/
|
|
557
|
+
ModelPackageGroupArn: string | undefined;
|
|
558
|
+
}
|
|
559
|
+
/**
|
|
560
|
+
* <p>A set of filters to narrow the set of lineage entities connected to the <code>StartArn</code>(s) returned by the <code>QueryLineage</code> API action.</p>
|
|
561
|
+
* @public
|
|
562
|
+
*/
|
|
563
|
+
export interface QueryFilters {
|
|
564
|
+
/**
|
|
565
|
+
* <p>Filter the lineage entities connected to the <code>StartArn</code> by type. For example: <code>DataSet</code>, <code>Model</code>, <code>Endpoint</code>, or <code>ModelDeployment</code>.</p>
|
|
566
|
+
* @public
|
|
567
|
+
*/
|
|
568
|
+
Types?: string[] | undefined;
|
|
569
|
+
/**
|
|
570
|
+
* <p>Filter the lineage entities connected to the <code>StartArn</code>(s) by the type of the lineage entity.</p>
|
|
571
|
+
* @public
|
|
572
|
+
*/
|
|
573
|
+
LineageTypes?: LineageType[] | undefined;
|
|
574
|
+
/**
|
|
575
|
+
* <p>Filter the lineage entities connected to the <code>StartArn</code>(s) by created date.</p>
|
|
576
|
+
* @public
|
|
577
|
+
*/
|
|
578
|
+
CreatedBefore?: Date | undefined;
|
|
579
|
+
/**
|
|
580
|
+
* <p>Filter the lineage entities connected to the <code>StartArn</code>(s) after the create date.</p>
|
|
581
|
+
* @public
|
|
582
|
+
*/
|
|
583
|
+
CreatedAfter?: Date | undefined;
|
|
584
|
+
/**
|
|
585
|
+
* <p>Filter the lineage entities connected to the <code>StartArn</code>(s) before the last modified date.</p>
|
|
586
|
+
* @public
|
|
587
|
+
*/
|
|
588
|
+
ModifiedBefore?: Date | undefined;
|
|
589
|
+
/**
|
|
590
|
+
* <p>Filter the lineage entities connected to the <code>StartArn</code>(s) after the last modified date.</p>
|
|
591
|
+
* @public
|
|
592
|
+
*/
|
|
593
|
+
ModifiedAfter?: Date | undefined;
|
|
594
|
+
/**
|
|
595
|
+
* <p>Filter the lineage entities connected to the <code>StartArn</code>(s) by a set if property key value pairs. If multiple pairs are provided, an entity is included in the results if it matches any of the provided pairs.</p>
|
|
596
|
+
* @public
|
|
597
|
+
*/
|
|
598
|
+
Properties?: Record<string, string> | undefined;
|
|
599
|
+
}
|
|
600
|
+
/**
|
|
601
|
+
* @public
|
|
602
|
+
*/
|
|
603
|
+
export interface QueryLineageRequest {
|
|
604
|
+
/**
|
|
605
|
+
* <p>A list of resource Amazon Resource Name (ARN) that represent the starting point for your lineage query.</p>
|
|
606
|
+
* @public
|
|
607
|
+
*/
|
|
608
|
+
StartArns?: string[] | undefined;
|
|
609
|
+
/**
|
|
610
|
+
* <p>Associations between lineage entities have a direction. This parameter determines the direction from the StartArn(s) that the query traverses.</p>
|
|
611
|
+
* @public
|
|
612
|
+
*/
|
|
613
|
+
Direction?: Direction | undefined;
|
|
614
|
+
/**
|
|
615
|
+
* <p> Setting this value to <code>True</code> retrieves not only the entities of interest but also the <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/lineage-tracking-entities.html">Associations</a> and lineage entities on the path. Set to <code>False</code> to only return lineage entities that match your query.</p>
|
|
616
|
+
* @public
|
|
617
|
+
*/
|
|
618
|
+
IncludeEdges?: boolean | undefined;
|
|
619
|
+
/**
|
|
620
|
+
* <p>A set of filtering parameters that allow you to specify which entities should be returned.</p> <ul> <li> <p>Properties - Key-value pairs to match on the lineage entities' properties.</p> </li> <li> <p>LineageTypes - A set of lineage entity types to match on. For example: <code>TrialComponent</code>, <code>Artifact</code>, or <code>Context</code>.</p> </li> <li> <p>CreatedBefore - Filter entities created before this date.</p> </li> <li> <p>ModifiedBefore - Filter entities modified before this date.</p> </li> <li> <p>ModifiedAfter - Filter entities modified after this date.</p> </li> </ul>
|
|
621
|
+
* @public
|
|
622
|
+
*/
|
|
623
|
+
Filters?: QueryFilters | undefined;
|
|
624
|
+
/**
|
|
625
|
+
* <p>The maximum depth in lineage relationships from the <code>StartArns</code> that are traversed. Depth is a measure of the number of <code>Associations</code> from the <code>StartArn</code> entity to the matched results.</p>
|
|
626
|
+
* @public
|
|
627
|
+
*/
|
|
628
|
+
MaxDepth?: number | undefined;
|
|
629
|
+
/**
|
|
630
|
+
* <p>Limits the number of vertices in the results. Use the <code>NextToken</code> in a response to to retrieve the next page of results.</p>
|
|
631
|
+
* @public
|
|
632
|
+
*/
|
|
633
|
+
MaxResults?: number | undefined;
|
|
634
|
+
/**
|
|
635
|
+
* <p>Limits the number of vertices in the request. Use the <code>NextToken</code> in a response to to retrieve the next page of results.</p>
|
|
636
|
+
* @public
|
|
637
|
+
*/
|
|
638
|
+
NextToken?: string | undefined;
|
|
639
|
+
}
|
|
640
|
+
/**
|
|
641
|
+
* <p>A lineage entity connected to the starting entity(ies).</p>
|
|
642
|
+
* @public
|
|
643
|
+
*/
|
|
644
|
+
export interface Vertex {
|
|
645
|
+
/**
|
|
646
|
+
* <p>The Amazon Resource Name (ARN) of the lineage entity resource.</p>
|
|
647
|
+
* @public
|
|
648
|
+
*/
|
|
649
|
+
Arn?: string | undefined;
|
|
650
|
+
/**
|
|
651
|
+
* <p>The type of the lineage entity resource. For example: <code>DataSet</code>, <code>Model</code>, <code>Endpoint</code>, etc...</p>
|
|
652
|
+
* @public
|
|
653
|
+
*/
|
|
654
|
+
Type?: string | undefined;
|
|
655
|
+
/**
|
|
656
|
+
* <p>The type of resource of the lineage entity.</p>
|
|
657
|
+
* @public
|
|
658
|
+
*/
|
|
659
|
+
LineageType?: LineageType | undefined;
|
|
660
|
+
}
|
|
661
|
+
/**
|
|
662
|
+
* @public
|
|
663
|
+
*/
|
|
664
|
+
export interface QueryLineageResponse {
|
|
665
|
+
/**
|
|
666
|
+
* <p>A list of vertices connected to the start entity(ies) in the lineage graph.</p>
|
|
667
|
+
* @public
|
|
668
|
+
*/
|
|
669
|
+
Vertices?: Vertex[] | undefined;
|
|
670
|
+
/**
|
|
671
|
+
* <p>A list of edges that connect vertices in the response.</p>
|
|
672
|
+
* @public
|
|
673
|
+
*/
|
|
674
|
+
Edges?: Edge[] | undefined;
|
|
675
|
+
/**
|
|
676
|
+
* <p>Limits the number of vertices in the response. Use the <code>NextToken</code> in a response to to retrieve the next page of results.</p>
|
|
677
|
+
* @public
|
|
678
|
+
*/
|
|
679
|
+
NextToken?: string | undefined;
|
|
680
|
+
}
|
|
681
|
+
/**
|
|
682
|
+
* @public
|
|
683
|
+
*/
|
|
684
|
+
export interface RegisterDevicesRequest {
|
|
685
|
+
/**
|
|
686
|
+
* <p>The name of the fleet.</p>
|
|
687
|
+
* @public
|
|
688
|
+
*/
|
|
689
|
+
DeviceFleetName: string | undefined;
|
|
690
|
+
/**
|
|
691
|
+
* <p>A list of devices to register with SageMaker Edge Manager.</p>
|
|
692
|
+
* @public
|
|
693
|
+
*/
|
|
694
|
+
Devices: Device[] | undefined;
|
|
695
|
+
/**
|
|
696
|
+
* <p>The tags associated with devices.</p>
|
|
697
|
+
* @public
|
|
698
|
+
*/
|
|
699
|
+
Tags?: Tag[] | undefined;
|
|
700
|
+
}
|
|
701
|
+
/**
|
|
702
|
+
* @public
|
|
703
|
+
* @enum
|
|
704
|
+
*/
|
|
705
|
+
export declare const Relation: {
|
|
706
|
+
readonly EQUAL_TO: "EqualTo";
|
|
707
|
+
readonly GREATER_THAN_OR_EQUAL_TO: "GreaterThanOrEqualTo";
|
|
708
|
+
};
|
|
709
|
+
/**
|
|
710
|
+
* @public
|
|
711
|
+
*/
|
|
712
|
+
export type Relation = (typeof Relation)[keyof typeof Relation];
|
|
713
|
+
/**
|
|
714
|
+
* <p>Configuration for remote debugging for the <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_UpdateTrainingJob.html">UpdateTrainingJob</a> API. To learn more about the remote debugging functionality of SageMaker, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/train-remote-debugging.html">Access a training container through Amazon Web Services Systems Manager (SSM) for remote debugging</a>.</p>
|
|
715
|
+
* @public
|
|
716
|
+
*/
|
|
717
|
+
export interface RemoteDebugConfigForUpdate {
|
|
718
|
+
/**
|
|
719
|
+
* <p>If set to True, enables remote debugging.</p>
|
|
720
|
+
* @public
|
|
721
|
+
*/
|
|
722
|
+
EnableRemoteDebug?: boolean | undefined;
|
|
723
|
+
}
|
|
724
|
+
/**
|
|
725
|
+
* <p>Contains input values for a task.</p>
|
|
726
|
+
* @public
|
|
727
|
+
*/
|
|
728
|
+
export interface RenderableTask {
|
|
729
|
+
/**
|
|
730
|
+
* <p>A JSON object that contains values for the variables defined in the template. It is made available to the template under the substitution variable <code>task.input</code>. For example, if you define a variable <code>task.input.text</code> in your template, you can supply the variable in the JSON object as <code>"text": "sample text"</code>.</p>
|
|
731
|
+
* @public
|
|
732
|
+
*/
|
|
733
|
+
Input: string | undefined;
|
|
734
|
+
}
|
|
735
|
+
/**
|
|
736
|
+
* <p>A description of an error that occurred while rendering the template.</p>
|
|
737
|
+
* @public
|
|
738
|
+
*/
|
|
739
|
+
export interface RenderingError {
|
|
740
|
+
/**
|
|
741
|
+
* <p>A unique identifier for a specific class of errors.</p>
|
|
742
|
+
* @public
|
|
743
|
+
*/
|
|
744
|
+
Code: string | undefined;
|
|
745
|
+
/**
|
|
746
|
+
* <p>A human-readable message describing the error.</p>
|
|
747
|
+
* @public
|
|
748
|
+
*/
|
|
749
|
+
Message: string | undefined;
|
|
750
|
+
}
|
|
751
|
+
/**
|
|
752
|
+
* @public
|
|
753
|
+
*/
|
|
754
|
+
export interface RenderUiTemplateRequest {
|
|
755
|
+
/**
|
|
756
|
+
* <p>A <code>Template</code> object containing the worker UI template to render.</p>
|
|
757
|
+
* @public
|
|
758
|
+
*/
|
|
759
|
+
UiTemplate?: UiTemplate | undefined;
|
|
760
|
+
/**
|
|
761
|
+
* <p>A <code>RenderableTask</code> object containing a representative task to render.</p>
|
|
762
|
+
* @public
|
|
763
|
+
*/
|
|
764
|
+
Task: RenderableTask | undefined;
|
|
765
|
+
/**
|
|
766
|
+
* <p>The Amazon Resource Name (ARN) that has access to the S3 objects that are used by the template.</p>
|
|
767
|
+
* @public
|
|
768
|
+
*/
|
|
769
|
+
RoleArn: string | undefined;
|
|
770
|
+
/**
|
|
771
|
+
* <p>The <code>HumanTaskUiArn</code> of the worker UI that you want to render. Do not provide a <code>HumanTaskUiArn</code> if you use the <code>UiTemplate</code> parameter.</p> <p>See a list of available Human Ui Amazon Resource Names (ARNs) in <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_UiConfig.html">UiConfig</a>.</p>
|
|
772
|
+
* @public
|
|
773
|
+
*/
|
|
774
|
+
HumanTaskUiArn?: string | undefined;
|
|
775
|
+
}
|
|
776
|
+
/**
|
|
777
|
+
* @public
|
|
778
|
+
*/
|
|
779
|
+
export interface RenderUiTemplateResponse {
|
|
780
|
+
/**
|
|
781
|
+
* <p>A Liquid template that renders the HTML for the worker UI.</p>
|
|
782
|
+
* @public
|
|
783
|
+
*/
|
|
784
|
+
RenderedContent: string | undefined;
|
|
785
|
+
/**
|
|
786
|
+
* <p>A list of one or more <code>RenderingError</code> objects if any were encountered while rendering the template. If there were no errors, the list is empty.</p>
|
|
787
|
+
* @public
|
|
788
|
+
*/
|
|
789
|
+
Errors: RenderingError[] | undefined;
|
|
790
|
+
}
|
|
791
|
+
/**
|
|
792
|
+
* <p>Details about a reserved capacity offering for a training plan offering.</p> <p>For more information about how to reserve 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>
|
|
793
|
+
* @public
|
|
794
|
+
*/
|
|
795
|
+
export interface ReservedCapacityOffering {
|
|
796
|
+
/**
|
|
797
|
+
* <p>The instance type for the reserved capacity offering.</p>
|
|
798
|
+
* @public
|
|
799
|
+
*/
|
|
800
|
+
InstanceType: ReservedCapacityInstanceType | undefined;
|
|
801
|
+
/**
|
|
802
|
+
* <p>The number of instances in the reserved capacity offering.</p>
|
|
803
|
+
* @public
|
|
804
|
+
*/
|
|
805
|
+
InstanceCount: number | undefined;
|
|
806
|
+
/**
|
|
807
|
+
* <p>The availability zone for the reserved capacity offering.</p>
|
|
808
|
+
* @public
|
|
809
|
+
*/
|
|
810
|
+
AvailabilityZone?: string | undefined;
|
|
811
|
+
/**
|
|
812
|
+
* <p>The number of whole hours in the total duration for this reserved capacity offering.</p>
|
|
813
|
+
* @public
|
|
814
|
+
*/
|
|
815
|
+
DurationHours?: number | undefined;
|
|
816
|
+
/**
|
|
817
|
+
* <p>The additional minutes beyond whole hours in the total duration for this reserved capacity offering.</p>
|
|
818
|
+
* @public
|
|
819
|
+
*/
|
|
820
|
+
DurationMinutes?: number | undefined;
|
|
821
|
+
/**
|
|
822
|
+
* <p>The start time of the reserved capacity offering.</p>
|
|
823
|
+
* @public
|
|
824
|
+
*/
|
|
825
|
+
StartTime?: Date | undefined;
|
|
826
|
+
/**
|
|
827
|
+
* <p>The end time of the reserved capacity offering.</p>
|
|
828
|
+
* @public
|
|
829
|
+
*/
|
|
830
|
+
EndTime?: Date | undefined;
|
|
831
|
+
}
|
|
6
832
|
/**
|
|
7
833
|
* <p>The <code>ResourceConfig</code> to update <code>KeepAlivePeriodInSeconds</code>. Other fields in the <code>ResourceConfig</code> cannot be updated.</p>
|
|
8
834
|
* @public
|
|
@@ -1380,6 +2206,11 @@ export interface UpdateClusterSoftwareRequest {
|
|
|
1380
2206
|
* @public
|
|
1381
2207
|
*/
|
|
1382
2208
|
DeploymentConfig?: DeploymentConfiguration | undefined;
|
|
2209
|
+
/**
|
|
2210
|
+
* <p>When configuring your HyperPod cluster, you can specify an image ID using one of the following options:</p> <ul> <li> <p> <code>HyperPodPublicAmiId</code>: Use a HyperPod public AMI</p> </li> <li> <p> <code>CustomAmiId</code>: Use your custom AMI</p> </li> <li> <p> <code>default</code>: Use the default latest system image</p> </li> </ul> <p>f you choose to use a custom AMI (<code>CustomAmiId</code>), ensure it meets the following requirements:</p> <ul> <li> <p>Encryption: The custom AMI must be unencrypted.</p> </li> <li> <p>Ownership: The custom AMI must be owned by the same Amazon Web Services account that is creating the HyperPod cluster.</p> </li> <li> <p>Volume support: Only the primary AMI snapshot volume is supported; additional AMI volumes are not supported.</p> </li> </ul> <p>When updating the instance group's AMI through the <code>UpdateClusterSoftware</code> operation, if an instance group uses a custom AMI, you must provide an <code>ImageId</code> or use the default as input.</p>
|
|
2211
|
+
* @public
|
|
2212
|
+
*/
|
|
2213
|
+
ImageId?: string | undefined;
|
|
1383
2214
|
}
|
|
1384
2215
|
/**
|
|
1385
2216
|
* @public
|