@aws-sdk/client-sagemaker 3.940.0 → 3.944.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 +48 -0
- package/dist-cjs/index.js +487 -32
- package/dist-es/SageMaker.js +12 -0
- package/dist-es/commands/CreateMlflowAppCommand.js +16 -0
- package/dist-es/commands/CreatePresignedMlflowAppUrlCommand.js +16 -0
- package/dist-es/commands/DeleteMlflowAppCommand.js +16 -0
- package/dist-es/commands/DescribeMlflowAppCommand.js +16 -0
- package/dist-es/commands/ListMlflowAppsCommand.js +16 -0
- package/dist-es/commands/UpdateMlflowAppCommand.js +16 -0
- package/dist-es/commands/index.js +6 -0
- package/dist-es/models/enums.js +59 -0
- package/dist-es/pagination/ListMlflowAppsPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/schemas/schemas_0.js +333 -32
- package/dist-types/SageMaker.d.ts +43 -0
- package/dist-types/SageMakerClient.d.ts +8 -2
- package/dist-types/commands/BatchDescribeModelPackageCommand.d.ts +7 -0
- package/dist-types/commands/CreateAlgorithmCommand.d.ts +9 -0
- package/dist-types/commands/CreateClusterCommand.d.ts +3 -3
- package/dist-types/commands/CreateComputeQuotaCommand.d.ts +3 -2
- package/dist-types/commands/CreateContextCommand.d.ts +1 -1
- package/dist-types/commands/CreateDomainCommand.d.ts +1 -1
- package/dist-types/commands/CreateHubContentPresignedUrlsCommand.d.ts +1 -1
- package/dist-types/commands/CreateHyperParameterTuningJobCommand.d.ts +6 -0
- package/dist-types/commands/CreateMlflowAppCommand.d.ts +91 -0
- package/dist-types/commands/CreateModelPackageCommand.d.ts +13 -0
- package/dist-types/commands/CreatePresignedMlflowAppUrlCommand.d.ts +79 -0
- package/dist-types/commands/CreateStudioLifecycleConfigCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrainingJobCommand.d.ts +22 -2
- package/dist-types/commands/CreateUserProfileCommand.d.ts +1 -1
- package/dist-types/commands/DeleteHubContentCommand.d.ts +1 -1
- package/dist-types/commands/DeleteHubContentReferenceCommand.d.ts +1 -1
- package/dist-types/commands/DeleteMlflowAppCommand.d.ts +77 -0
- package/dist-types/commands/DescribeAlgorithmCommand.d.ts +9 -0
- package/dist-types/commands/DescribeClusterCommand.d.ts +2 -2
- package/dist-types/commands/DescribeClusterNodeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeComputeQuotaCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDomainCommand.d.ts +1 -1
- package/dist-types/commands/DescribeHubContentCommand.d.ts +3 -3
- package/dist-types/commands/DescribeHyperParameterTuningJobCommand.d.ts +6 -0
- package/dist-types/commands/DescribeMlflowAppCommand.d.ts +111 -0
- package/dist-types/commands/DescribeModelPackageCommand.d.ts +13 -0
- package/dist-types/commands/DescribePipelineExecutionCommand.d.ts +4 -0
- package/dist-types/commands/DescribeProjectCommand.d.ts +2 -1
- package/dist-types/commands/DescribeReservedCapacityCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSpaceCommand.d.ts +1 -1
- package/dist-types/commands/DescribeStudioLifecycleConfigCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSubscribedWorkteamCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTrainingJobCommand.d.ts +34 -1
- package/dist-types/commands/DescribeUserProfileCommand.d.ts +1 -1
- package/dist-types/commands/ImportHubContentCommand.d.ts +1 -1
- package/dist-types/commands/ListClusterNodesCommand.d.ts +1 -1
- package/dist-types/commands/ListComputeQuotasCommand.d.ts +1 -1
- package/dist-types/commands/ListHubContentVersionsCommand.d.ts +3 -3
- package/dist-types/commands/ListHubContentsCommand.d.ts +3 -3
- package/dist-types/commands/ListMlflowAppsCommand.d.ts +93 -0
- package/dist-types/commands/ListModelPackagesCommand.d.ts +1 -0
- package/dist-types/commands/ListPipelineExecutionStepsCommand.d.ts +32 -0
- package/dist-types/commands/ListResourceCatalogsCommand.d.ts +1 -1
- package/dist-types/commands/ListSpacesCommand.d.ts +1 -1
- package/dist-types/commands/ListStageDevicesCommand.d.ts +1 -1
- package/dist-types/commands/ListStudioLifecycleConfigsCommand.d.ts +1 -1
- package/dist-types/commands/ListSubscribedWorkteamsCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsCommand.d.ts +1 -1
- package/dist-types/commands/ListTrainingJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListTrainingJobsForHyperParameterTuningJobCommand.d.ts +1 -1
- package/dist-types/commands/ListTrainingPlansCommand.d.ts +1 -2
- package/dist-types/commands/SearchCommand.d.ts +29 -0
- package/dist-types/commands/StartPipelineExecutionCommand.d.ts +1 -0
- package/dist-types/commands/UpdateClusterCommand.d.ts +2 -2
- package/dist-types/commands/UpdateComputeQuotaCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDomainCommand.d.ts +1 -1
- package/dist-types/commands/UpdateHubContentCommand.d.ts +1 -1
- package/dist-types/commands/UpdateHubContentReferenceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateMlflowAppCommand.d.ts +88 -0
- package/dist-types/commands/UpdateModelPackageCommand.d.ts +13 -0
- package/dist-types/commands/UpdateUserProfileCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +6 -0
- package/dist-types/models/enums.d.ts +139 -0
- package/dist-types/models/models_0.d.ts +116 -143
- package/dist-types/models/models_1.d.ts +231 -350
- package/dist-types/models/models_2.d.ts +3669 -3805
- package/dist-types/models/models_3.d.ts +4263 -4059
- package/dist-types/models/models_4.d.ts +843 -4
- package/dist-types/pagination/ListMlflowAppsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +38 -0
- package/dist-types/ts3.4/SageMaker.d.ts +103 -0
- package/dist-types/ts3.4/SageMakerClient.d.ts +36 -0
- package/dist-types/ts3.4/commands/CreateComputeQuotaCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/CreateContextCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateMlflowAppCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/CreatePresignedMlflowAppUrlCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateStudioLifecycleConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateTrainingJobCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DeleteMlflowAppCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/DescribeMlflowAppCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeProjectCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeReservedCapacityCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSpaceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeStudioLifecycleConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSubscribedWorkteamCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTrainingJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListMlflowAppsCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/ListResourceCatalogsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListSpacesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListStageDevicesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListStudioLifecycleConfigsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListSubscribedWorkteamsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTagsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTrainingJobsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTrainingJobsForHyperParameterTuningJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTrainingPlansCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/UpdateMlflowAppCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/index.d.ts +6 -0
- package/dist-types/ts3.4/models/enums.d.ts +78 -0
- package/dist-types/ts3.4/models/models_0.d.ts +29 -34
- package/dist-types/ts3.4/models/models_1.d.ts +60 -86
- package/dist-types/ts3.4/models/models_2.d.ts +145 -186
- package/dist-types/ts3.4/models/models_3.d.ts +261 -191
- package/dist-types/ts3.4/models/models_4.d.ts +228 -10
- package/dist-types/ts3.4/pagination/ListMlflowAppsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +38 -0
- package/package.json +5 -5
|
@@ -1,8 +1,772 @@
|
|
|
1
|
-
import { _InstanceType, ActionStatus, ActivationState, AppNetworkAccessType, AppSecurityGroupManagement, BatchStrategy, BooleanOperator, ClusterNodeProvisioningMode, ClusterNodeRecovery, CrossAccountFilterOption, Direction, EndpointStatus, HubContentSupportStatus, HubContentType, InferenceExperimentStopDesiredState, IPAddressType, JobType, LineageType, ListWorkforcesSortByOptions, ListWorkteamsSortByOptions, ModelApprovalStatus, ModelCardStatus, ModelPackageGroupStatus, ModelPackageStatus, ModelVariantAction, MonitoringType, NotebookInstanceAcceleratorType, PipelineExecutionStatus, PipelineStatus, ProcessingJobStatus, Processor, ProjectStatus, Relation, ReservedCapacityInstanceType, ReservedCapacityType, ResourceType, RootAccess, SageMakerResourceName, ScheduleStatus, SearchSortOrder, SecondaryStatus, SkipModelValidation, SortBy, SortOrder, SortTrialComponentsBy, SortTrialsBy, TagPropagation, ThroughputMode, TrackingServerSize, TrainingJobStatus, TransformJobStatus, UltraServerHealthStatus, UserProfileSortKey, UserProfileStatus, VariantPropertyType, VendorGuidance, WorkforceIpAddressType } from "./enums";
|
|
1
|
+
import { _InstanceType, AccountDefaultStatus, ActionStatus, ActivationState, AppNetworkAccessType, AppSecurityGroupManagement, AppType, BatchStrategy, BooleanOperator, ClusterNodeProvisioningMode, ClusterNodeRecovery, CrossAccountFilterOption, Direction, EndpointStatus, FeatureStatus, HubContentSupportStatus, HubContentType, InferenceExperimentStopDesiredState, IPAddressType, JobType, LineageType, ListWorkforcesSortByOptions, ListWorkteamsSortByOptions, ModelApprovalStatus, ModelCardStatus, ModelPackageGroupStatus, ModelPackageRegistrationType, ModelPackageStatus, ModelRegistrationMode, ModelVariantAction, MonitoringType, NotebookInstanceAcceleratorType, PipelineExecutionStatus, PipelineStatus, ProcessingJobStatus, Processor, ProjectStatus, Relation, ReservedCapacityInstanceType, ReservedCapacityType, ResourceCatalogSortBy, ResourceCatalogSortOrder, ResourceType, RootAccess, SageMakerResourceName, ScheduleStatus, SearchSortOrder, SecondaryStatus, SharingType, SkipModelValidation, SortBy, SortOrder, SortTrialComponentsBy, SortTrialsBy, SpaceSortKey, SpaceStatus, StudioLifecycleConfigAppType, StudioLifecycleConfigSortKey, TagPropagation, ThroughputMode, TrackingServerSize, TrainingJobSortByOptions, TrainingJobStatus, TrainingPlanFilterName, TrainingPlanSortBy, TrainingPlanSortOrder, TrainingPlanStatus, TransformJobStatus, UltraServerHealthStatus, UserProfileSortKey, UserProfileStatus, VariantPropertyType, VendorGuidance, WarmPoolResourceStatus, WorkforceIpAddressType } from "./enums";
|
|
2
2
|
import { AdditionalInferenceSpecificationDefinition, AlgorithmSpecification, AppSpecification, BatchDataCaptureConfig, BatchTransformInput, CfnUpdateTemplateProvider, Channel, CheckpointConfig, ClusterAutoScalingConfig, ClusterInstanceGroupSpecification, ClusterRestrictedInstanceGroupSpecification, ClusterTieredStorageConfig, CodeEditorAppImageConfig, ComputeQuotaConfig, ComputeQuotaTarget, ContainerDefinition, DeploymentConfiguration, InferenceSpecification, JupyterLabAppImageConfig, KernelGatewayImageConfig, MetadataProperties, OutputDataConfig, OutputParameter, ResourceConfig, SchedulerConfig, StoppingCondition, Tag, TransformInput, TransformOutput, TransformResources, UserContext, VpcConfig } from "./models_0";
|
|
3
|
-
import {
|
|
4
|
-
import { DataProcessing, DebugRuleEvaluationStatus, DeploymentRecommendation, FeatureParameter, InferenceComponentDeploymentConfig, MemberDefinition,
|
|
5
|
-
import { DesiredWeightAndCapacity, Device, DomainSettingsForUpdate, Edge, Endpoint, Experiment, FeatureGroup, FeatureMetadata, Filter, GitConfigForUpdate, HyperParameterTuningJobSearchEntity, MonitoringAlertSummary, Parameter,
|
|
3
|
+
import { DefaultSpaceSettings, DeploymentConfig, DriftCheckBaselines, EdgeOutputConfig, ExperimentConfig, FeatureDefinition, InferenceComponentRuntimeConfig, InferenceComponentSpecification, InferenceExecutionConfig, InferenceExperimentDataStorageConfig, InferenceExperimentSchedule, InstanceMetadataServiceConfiguration, ModelCardSecurityConfig, ModelLifeCycle, ModelMetrics, ModelPackageModelCard, ModelPackageSecurityConfig, ModelPackageValidationSpecification, ModelVariantConfig, MonitoringScheduleConfig, NetworkConfig, NotebookInstanceLifecycleHook, ParallelismConfiguration, PartnerAppConfig, PartnerAppMaintenanceConfig, PipelineDefinitionS3Location, ProcessingInput, ProcessingOutputConfig, ProcessingResources, ProcessingStoppingCondition, ProvisioningParameter, RetryStrategy, ServiceCatalogProvisioningDetails, ShadowModeConfig, SourceAlgorithmSpecification, SpaceSettings, SpaceStorageSettings, TtlDuration, UiTemplate, UserSettings } from "./models_1";
|
|
4
|
+
import { DataProcessing, DebugHookConfig, DebugRuleConfiguration, DebugRuleEvaluationStatus, DeploymentRecommendation, FeatureParameter, HyperParameterTrainingJobSummary, InferenceComponentDeploymentConfig, MemberDefinition, ModelArtifacts, ModelClientConfig, ModelPackageConfig, ModelPackageStatusDetails, MonitoringExecutionSummary, NotificationConfiguration, OidcConfig, PipelineExperimentConfig, ProfilerConfig, ProfilerRuleConfiguration, SelectiveExecutionConfig, SourceIpConfig, TensorBoardOutputConfig, TrialComponentArtifact, TrialComponentParameterValue, TrialComponentStatus, WorkerAccessConfiguration, WorkforceVpcConfigRequest } from "./models_2";
|
|
5
|
+
import { DesiredWeightAndCapacity, Device, DeviceDeploymentSummary, DomainSettingsForUpdate, Edge, Endpoint, Experiment, FeatureGroup, FeatureMetadata, Filter, GitConfigForUpdate, HyperParameterTuningJobSearchEntity, MetricData, MonitoringAlertSummary, Parameter, ReservedCapacitySummary, SecondaryStatusTransition, ServiceCatalogProvisionedProductDetails, SubscribedWorkteam, TemplateProviderDetail, TrialComponentMetricSummary, TrialComponentSource, TrialSource, WarmPoolStatus, Workforce, Workteam } from "./models_3";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export interface ListResourceCatalogsRequest {
|
|
10
|
+
/**
|
|
11
|
+
* <p> A string that partially matches one or more <code>ResourceCatalog</code>s names. Filters <code>ResourceCatalog</code> by name. </p>
|
|
12
|
+
* @public
|
|
13
|
+
*/
|
|
14
|
+
NameContains?: string | undefined;
|
|
15
|
+
/**
|
|
16
|
+
* <p> Use this parameter to search for <code>ResourceCatalog</code>s created after a specific date and time. </p>
|
|
17
|
+
* @public
|
|
18
|
+
*/
|
|
19
|
+
CreationTimeAfter?: Date | undefined;
|
|
20
|
+
/**
|
|
21
|
+
* <p> Use this parameter to search for <code>ResourceCatalog</code>s created before a specific date and time. </p>
|
|
22
|
+
* @public
|
|
23
|
+
*/
|
|
24
|
+
CreationTimeBefore?: Date | undefined;
|
|
25
|
+
/**
|
|
26
|
+
* <p> The order in which the resource catalogs are listed. </p>
|
|
27
|
+
* @public
|
|
28
|
+
*/
|
|
29
|
+
SortOrder?: ResourceCatalogSortOrder | undefined;
|
|
30
|
+
/**
|
|
31
|
+
* <p> The value on which the resource catalog list is sorted. </p>
|
|
32
|
+
* @public
|
|
33
|
+
*/
|
|
34
|
+
SortBy?: ResourceCatalogSortBy | undefined;
|
|
35
|
+
/**
|
|
36
|
+
* <p> The maximum number of results returned by <code>ListResourceCatalogs</code>. </p>
|
|
37
|
+
* @public
|
|
38
|
+
*/
|
|
39
|
+
MaxResults?: number | undefined;
|
|
40
|
+
/**
|
|
41
|
+
* <p> A token to resume pagination of <code>ListResourceCatalogs</code> results. </p>
|
|
42
|
+
* @public
|
|
43
|
+
*/
|
|
44
|
+
NextToken?: string | undefined;
|
|
45
|
+
}
|
|
46
|
+
/**
|
|
47
|
+
* <p> A resource catalog containing all of the resources of a specific resource type within a resource owner account. For an example on sharing the Amazon SageMaker Feature Store <code>DefaultFeatureGroupCatalog</code>, see <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/feature-store-cross-account-discoverability-share-sagemaker-catalog.html">Share Amazon SageMaker Catalog resource type</a> in the Amazon SageMaker Developer Guide. </p>
|
|
48
|
+
* @public
|
|
49
|
+
*/
|
|
50
|
+
export interface ResourceCatalog {
|
|
51
|
+
/**
|
|
52
|
+
* <p> The Amazon Resource Name (ARN) of the <code>ResourceCatalog</code>. </p>
|
|
53
|
+
* @public
|
|
54
|
+
*/
|
|
55
|
+
ResourceCatalogArn: string | undefined;
|
|
56
|
+
/**
|
|
57
|
+
* <p> The name of the <code>ResourceCatalog</code>. </p>
|
|
58
|
+
* @public
|
|
59
|
+
*/
|
|
60
|
+
ResourceCatalogName: string | undefined;
|
|
61
|
+
/**
|
|
62
|
+
* <p> A free form description of the <code>ResourceCatalog</code>. </p>
|
|
63
|
+
* @public
|
|
64
|
+
*/
|
|
65
|
+
Description: string | undefined;
|
|
66
|
+
/**
|
|
67
|
+
* <p> The time the <code>ResourceCatalog</code> was created. </p>
|
|
68
|
+
* @public
|
|
69
|
+
*/
|
|
70
|
+
CreationTime: Date | undefined;
|
|
71
|
+
}
|
|
72
|
+
/**
|
|
73
|
+
* @public
|
|
74
|
+
*/
|
|
75
|
+
export interface ListResourceCatalogsResponse {
|
|
76
|
+
/**
|
|
77
|
+
* <p> A list of the requested <code>ResourceCatalog</code>s. </p>
|
|
78
|
+
* @public
|
|
79
|
+
*/
|
|
80
|
+
ResourceCatalogs?: ResourceCatalog[] | undefined;
|
|
81
|
+
/**
|
|
82
|
+
* <p> A token to resume pagination of <code>ListResourceCatalogs</code> results. </p>
|
|
83
|
+
* @public
|
|
84
|
+
*/
|
|
85
|
+
NextToken?: string | undefined;
|
|
86
|
+
}
|
|
87
|
+
/**
|
|
88
|
+
* @public
|
|
89
|
+
*/
|
|
90
|
+
export interface ListSpacesRequest {
|
|
91
|
+
/**
|
|
92
|
+
* <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>
|
|
93
|
+
* @public
|
|
94
|
+
*/
|
|
95
|
+
NextToken?: string | undefined;
|
|
96
|
+
/**
|
|
97
|
+
* <p>This parameter defines the maximum number of results that can be return in a single response. The <code>MaxResults</code> parameter is an upper bound, not a target. If there are more results available than the value specified, a <code>NextToken</code> is provided in the response. The <code>NextToken</code> indicates that the user should get the next set of results by providing this token as a part of a subsequent call. The default value for <code>MaxResults</code> is 10.</p>
|
|
98
|
+
* @public
|
|
99
|
+
*/
|
|
100
|
+
MaxResults?: number | undefined;
|
|
101
|
+
/**
|
|
102
|
+
* <p>The sort order for the results. The default is <code>Ascending</code>.</p>
|
|
103
|
+
* @public
|
|
104
|
+
*/
|
|
105
|
+
SortOrder?: SortOrder | undefined;
|
|
106
|
+
/**
|
|
107
|
+
* <p>The parameter by which to sort the results. The default is <code>CreationTime</code>.</p>
|
|
108
|
+
* @public
|
|
109
|
+
*/
|
|
110
|
+
SortBy?: SpaceSortKey | undefined;
|
|
111
|
+
/**
|
|
112
|
+
* <p>A parameter to search for the domain ID.</p>
|
|
113
|
+
* @public
|
|
114
|
+
*/
|
|
115
|
+
DomainIdEquals?: string | undefined;
|
|
116
|
+
/**
|
|
117
|
+
* <p>A parameter by which to filter the results.</p>
|
|
118
|
+
* @public
|
|
119
|
+
*/
|
|
120
|
+
SpaceNameContains?: string | undefined;
|
|
121
|
+
}
|
|
122
|
+
/**
|
|
123
|
+
* <p>Specifies summary information about the ownership settings.</p>
|
|
124
|
+
* @public
|
|
125
|
+
*/
|
|
126
|
+
export interface OwnershipSettingsSummary {
|
|
127
|
+
/**
|
|
128
|
+
* <p>The user profile who is the owner of the space.</p>
|
|
129
|
+
* @public
|
|
130
|
+
*/
|
|
131
|
+
OwnerUserProfileName?: string | undefined;
|
|
132
|
+
}
|
|
133
|
+
/**
|
|
134
|
+
* <p>Specifies summary information about the space settings.</p>
|
|
135
|
+
* @public
|
|
136
|
+
*/
|
|
137
|
+
export interface SpaceSettingsSummary {
|
|
138
|
+
/**
|
|
139
|
+
* <p>The type of app created within the space.</p>
|
|
140
|
+
* @public
|
|
141
|
+
*/
|
|
142
|
+
AppType?: AppType | undefined;
|
|
143
|
+
/**
|
|
144
|
+
* <p>A setting that enables or disables remote access for a SageMaker space. When enabled, this allows you to connect to the remote space from your local IDE.</p>
|
|
145
|
+
* @public
|
|
146
|
+
*/
|
|
147
|
+
RemoteAccess?: FeatureStatus | undefined;
|
|
148
|
+
/**
|
|
149
|
+
* <p>The storage settings for a space.</p>
|
|
150
|
+
* @public
|
|
151
|
+
*/
|
|
152
|
+
SpaceStorageSettings?: SpaceStorageSettings | undefined;
|
|
153
|
+
}
|
|
154
|
+
/**
|
|
155
|
+
* <p>Specifies summary information about the space sharing settings.</p>
|
|
156
|
+
* @public
|
|
157
|
+
*/
|
|
158
|
+
export interface SpaceSharingSettingsSummary {
|
|
159
|
+
/**
|
|
160
|
+
* <p>Specifies the sharing type of the space.</p>
|
|
161
|
+
* @public
|
|
162
|
+
*/
|
|
163
|
+
SharingType?: SharingType | undefined;
|
|
164
|
+
}
|
|
165
|
+
/**
|
|
166
|
+
* <p>The space's details.</p>
|
|
167
|
+
* @public
|
|
168
|
+
*/
|
|
169
|
+
export interface SpaceDetails {
|
|
170
|
+
/**
|
|
171
|
+
* <p>The ID of the associated domain.</p>
|
|
172
|
+
* @public
|
|
173
|
+
*/
|
|
174
|
+
DomainId?: string | undefined;
|
|
175
|
+
/**
|
|
176
|
+
* <p>The name of the space.</p>
|
|
177
|
+
* @public
|
|
178
|
+
*/
|
|
179
|
+
SpaceName?: string | undefined;
|
|
180
|
+
/**
|
|
181
|
+
* <p>The status.</p>
|
|
182
|
+
* @public
|
|
183
|
+
*/
|
|
184
|
+
Status?: SpaceStatus | undefined;
|
|
185
|
+
/**
|
|
186
|
+
* <p>The creation time.</p>
|
|
187
|
+
* @public
|
|
188
|
+
*/
|
|
189
|
+
CreationTime?: Date | undefined;
|
|
190
|
+
/**
|
|
191
|
+
* <p>The last modified time.</p>
|
|
192
|
+
* @public
|
|
193
|
+
*/
|
|
194
|
+
LastModifiedTime?: Date | undefined;
|
|
195
|
+
/**
|
|
196
|
+
* <p>Specifies summary information about the space settings.</p>
|
|
197
|
+
* @public
|
|
198
|
+
*/
|
|
199
|
+
SpaceSettingsSummary?: SpaceSettingsSummary | undefined;
|
|
200
|
+
/**
|
|
201
|
+
* <p>Specifies summary information about the space sharing settings.</p>
|
|
202
|
+
* @public
|
|
203
|
+
*/
|
|
204
|
+
SpaceSharingSettingsSummary?: SpaceSharingSettingsSummary | undefined;
|
|
205
|
+
/**
|
|
206
|
+
* <p>Specifies summary information about the ownership settings.</p>
|
|
207
|
+
* @public
|
|
208
|
+
*/
|
|
209
|
+
OwnershipSettingsSummary?: OwnershipSettingsSummary | undefined;
|
|
210
|
+
/**
|
|
211
|
+
* <p>The name of the space that appears in the Studio UI.</p>
|
|
212
|
+
* @public
|
|
213
|
+
*/
|
|
214
|
+
SpaceDisplayName?: string | undefined;
|
|
215
|
+
}
|
|
216
|
+
/**
|
|
217
|
+
* @public
|
|
218
|
+
*/
|
|
219
|
+
export interface ListSpacesResponse {
|
|
220
|
+
/**
|
|
221
|
+
* <p>The list of spaces.</p>
|
|
222
|
+
* @public
|
|
223
|
+
*/
|
|
224
|
+
Spaces?: SpaceDetails[] | undefined;
|
|
225
|
+
/**
|
|
226
|
+
* <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>
|
|
227
|
+
* @public
|
|
228
|
+
*/
|
|
229
|
+
NextToken?: string | undefined;
|
|
230
|
+
}
|
|
231
|
+
/**
|
|
232
|
+
* @public
|
|
233
|
+
*/
|
|
234
|
+
export interface ListStageDevicesRequest {
|
|
235
|
+
/**
|
|
236
|
+
* <p>The response from the last list when returning a list large enough to neeed tokening.</p>
|
|
237
|
+
* @public
|
|
238
|
+
*/
|
|
239
|
+
NextToken?: string | undefined;
|
|
240
|
+
/**
|
|
241
|
+
* <p>The maximum number of requests to select.</p>
|
|
242
|
+
* @public
|
|
243
|
+
*/
|
|
244
|
+
MaxResults?: number | undefined;
|
|
245
|
+
/**
|
|
246
|
+
* <p>The name of the edge deployment plan.</p>
|
|
247
|
+
* @public
|
|
248
|
+
*/
|
|
249
|
+
EdgeDeploymentPlanName: string | undefined;
|
|
250
|
+
/**
|
|
251
|
+
* <p>Toggle for excluding devices deployed in other stages.</p>
|
|
252
|
+
* @public
|
|
253
|
+
*/
|
|
254
|
+
ExcludeDevicesDeployedInOtherStage?: boolean | undefined;
|
|
255
|
+
/**
|
|
256
|
+
* <p>The name of the stage in the deployment.</p>
|
|
257
|
+
* @public
|
|
258
|
+
*/
|
|
259
|
+
StageName: string | undefined;
|
|
260
|
+
}
|
|
261
|
+
/**
|
|
262
|
+
* @public
|
|
263
|
+
*/
|
|
264
|
+
export interface ListStageDevicesResponse {
|
|
265
|
+
/**
|
|
266
|
+
* <p>List of summaries of devices allocated to the stage.</p>
|
|
267
|
+
* @public
|
|
268
|
+
*/
|
|
269
|
+
DeviceDeploymentSummaries: DeviceDeploymentSummary[] | undefined;
|
|
270
|
+
/**
|
|
271
|
+
* <p>The token to use when calling the next page of results.</p>
|
|
272
|
+
* @public
|
|
273
|
+
*/
|
|
274
|
+
NextToken?: string | undefined;
|
|
275
|
+
}
|
|
276
|
+
/**
|
|
277
|
+
* @public
|
|
278
|
+
*/
|
|
279
|
+
export interface ListStudioLifecycleConfigsRequest {
|
|
280
|
+
/**
|
|
281
|
+
* <p>The total number of items to return in the response. If the total number of items available is more than the value specified, a <code>NextToken</code> is provided in the response. To resume pagination, provide the <code>NextToken</code> value in the as part of a subsequent call. The default value is 10.</p>
|
|
282
|
+
* @public
|
|
283
|
+
*/
|
|
284
|
+
MaxResults?: number | undefined;
|
|
285
|
+
/**
|
|
286
|
+
* <p>If the previous call to ListStudioLifecycleConfigs didn't return the full set of Lifecycle Configurations, the call returns a token for getting the next set of Lifecycle Configurations.</p>
|
|
287
|
+
* @public
|
|
288
|
+
*/
|
|
289
|
+
NextToken?: string | undefined;
|
|
290
|
+
/**
|
|
291
|
+
* <p>A string in the Lifecycle Configuration name. This filter returns only Lifecycle Configurations whose name contains the specified string.</p>
|
|
292
|
+
* @public
|
|
293
|
+
*/
|
|
294
|
+
NameContains?: string | undefined;
|
|
295
|
+
/**
|
|
296
|
+
* <p>A parameter to search for the App Type to which the Lifecycle Configuration is attached.</p>
|
|
297
|
+
* @public
|
|
298
|
+
*/
|
|
299
|
+
AppTypeEquals?: StudioLifecycleConfigAppType | undefined;
|
|
300
|
+
/**
|
|
301
|
+
* <p>A filter that returns only Lifecycle Configurations created on or before the specified time.</p>
|
|
302
|
+
* @public
|
|
303
|
+
*/
|
|
304
|
+
CreationTimeBefore?: Date | undefined;
|
|
305
|
+
/**
|
|
306
|
+
* <p>A filter that returns only Lifecycle Configurations created on or after the specified time.</p>
|
|
307
|
+
* @public
|
|
308
|
+
*/
|
|
309
|
+
CreationTimeAfter?: Date | undefined;
|
|
310
|
+
/**
|
|
311
|
+
* <p>A filter that returns only Lifecycle Configurations modified before the specified time.</p>
|
|
312
|
+
* @public
|
|
313
|
+
*/
|
|
314
|
+
ModifiedTimeBefore?: Date | undefined;
|
|
315
|
+
/**
|
|
316
|
+
* <p>A filter that returns only Lifecycle Configurations modified after the specified time.</p>
|
|
317
|
+
* @public
|
|
318
|
+
*/
|
|
319
|
+
ModifiedTimeAfter?: Date | undefined;
|
|
320
|
+
/**
|
|
321
|
+
* <p>The property used to sort results. The default value is CreationTime.</p>
|
|
322
|
+
* @public
|
|
323
|
+
*/
|
|
324
|
+
SortBy?: StudioLifecycleConfigSortKey | undefined;
|
|
325
|
+
/**
|
|
326
|
+
* <p>The sort order. The default value is Descending.</p>
|
|
327
|
+
* @public
|
|
328
|
+
*/
|
|
329
|
+
SortOrder?: SortOrder | undefined;
|
|
330
|
+
}
|
|
331
|
+
/**
|
|
332
|
+
* <p>Details of the Amazon SageMaker AI Studio Lifecycle Configuration.</p>
|
|
333
|
+
* @public
|
|
334
|
+
*/
|
|
335
|
+
export interface StudioLifecycleConfigDetails {
|
|
336
|
+
/**
|
|
337
|
+
* <p> The Amazon Resource Name (ARN) of the Lifecycle Configuration.</p>
|
|
338
|
+
* @public
|
|
339
|
+
*/
|
|
340
|
+
StudioLifecycleConfigArn?: string | undefined;
|
|
341
|
+
/**
|
|
342
|
+
* <p>The name of the Amazon SageMaker AI Studio Lifecycle Configuration.</p>
|
|
343
|
+
* @public
|
|
344
|
+
*/
|
|
345
|
+
StudioLifecycleConfigName?: string | undefined;
|
|
346
|
+
/**
|
|
347
|
+
* <p>The creation time of the Amazon SageMaker AI Studio Lifecycle Configuration.</p>
|
|
348
|
+
* @public
|
|
349
|
+
*/
|
|
350
|
+
CreationTime?: Date | undefined;
|
|
351
|
+
/**
|
|
352
|
+
* <p>This value is equivalent to CreationTime because Amazon SageMaker AI Studio Lifecycle Configurations are immutable.</p>
|
|
353
|
+
* @public
|
|
354
|
+
*/
|
|
355
|
+
LastModifiedTime?: Date | undefined;
|
|
356
|
+
/**
|
|
357
|
+
* <p>The App type to which the Lifecycle Configuration is attached.</p>
|
|
358
|
+
* @public
|
|
359
|
+
*/
|
|
360
|
+
StudioLifecycleConfigAppType?: StudioLifecycleConfigAppType | undefined;
|
|
361
|
+
}
|
|
362
|
+
/**
|
|
363
|
+
* @public
|
|
364
|
+
*/
|
|
365
|
+
export interface ListStudioLifecycleConfigsResponse {
|
|
366
|
+
/**
|
|
367
|
+
* <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>
|
|
368
|
+
* @public
|
|
369
|
+
*/
|
|
370
|
+
NextToken?: string | undefined;
|
|
371
|
+
/**
|
|
372
|
+
* <p>A list of Lifecycle Configurations and their properties.</p>
|
|
373
|
+
* @public
|
|
374
|
+
*/
|
|
375
|
+
StudioLifecycleConfigs?: StudioLifecycleConfigDetails[] | undefined;
|
|
376
|
+
}
|
|
377
|
+
/**
|
|
378
|
+
* @public
|
|
379
|
+
*/
|
|
380
|
+
export interface ListSubscribedWorkteamsRequest {
|
|
381
|
+
/**
|
|
382
|
+
* <p>A string in the work team name. This filter returns only work teams whose name contains the specified string.</p>
|
|
383
|
+
* @public
|
|
384
|
+
*/
|
|
385
|
+
NameContains?: string | undefined;
|
|
386
|
+
/**
|
|
387
|
+
* <p>If the result of the previous <code>ListSubscribedWorkteams</code> request was truncated, the response includes a <code>NextToken</code>. To retrieve the next set of labeling jobs, use the token in the next request.</p>
|
|
388
|
+
* @public
|
|
389
|
+
*/
|
|
390
|
+
NextToken?: string | undefined;
|
|
391
|
+
/**
|
|
392
|
+
* <p>The maximum number of work teams to return in each page of the response.</p>
|
|
393
|
+
* @public
|
|
394
|
+
*/
|
|
395
|
+
MaxResults?: number | undefined;
|
|
396
|
+
}
|
|
397
|
+
/**
|
|
398
|
+
* @public
|
|
399
|
+
*/
|
|
400
|
+
export interface ListSubscribedWorkteamsResponse {
|
|
401
|
+
/**
|
|
402
|
+
* <p>An array of <code>Workteam</code> objects, each describing a work team.</p>
|
|
403
|
+
* @public
|
|
404
|
+
*/
|
|
405
|
+
SubscribedWorkteams: SubscribedWorkteam[] | undefined;
|
|
406
|
+
/**
|
|
407
|
+
* <p>If the response is truncated, Amazon SageMaker returns this token. To retrieve the next set of work teams, use it in the subsequent request.</p>
|
|
408
|
+
* @public
|
|
409
|
+
*/
|
|
410
|
+
NextToken?: string | undefined;
|
|
411
|
+
}
|
|
412
|
+
/**
|
|
413
|
+
* @public
|
|
414
|
+
*/
|
|
415
|
+
export interface ListTagsInput {
|
|
416
|
+
/**
|
|
417
|
+
* <p>The Amazon Resource Name (ARN) of the resource whose tags you want to retrieve.</p>
|
|
418
|
+
* @public
|
|
419
|
+
*/
|
|
420
|
+
ResourceArn: string | undefined;
|
|
421
|
+
/**
|
|
422
|
+
* <p> If the response to the previous <code>ListTags</code> request is truncated, SageMaker returns this token. To retrieve the next set of tags, use it in the subsequent request. </p>
|
|
423
|
+
* @public
|
|
424
|
+
*/
|
|
425
|
+
NextToken?: string | undefined;
|
|
426
|
+
/**
|
|
427
|
+
* <p>Maximum number of tags to return.</p>
|
|
428
|
+
* @public
|
|
429
|
+
*/
|
|
430
|
+
MaxResults?: number | undefined;
|
|
431
|
+
}
|
|
432
|
+
/**
|
|
433
|
+
* @public
|
|
434
|
+
*/
|
|
435
|
+
export interface ListTagsOutput {
|
|
436
|
+
/**
|
|
437
|
+
* <p>An array of <code>Tag</code> objects, each with a tag key and a value.</p>
|
|
438
|
+
* @public
|
|
439
|
+
*/
|
|
440
|
+
Tags?: Tag[] | undefined;
|
|
441
|
+
/**
|
|
442
|
+
* <p> If response is truncated, SageMaker includes a token in the response. You can use this token in your subsequent request to fetch next set of tokens. </p>
|
|
443
|
+
* @public
|
|
444
|
+
*/
|
|
445
|
+
NextToken?: string | undefined;
|
|
446
|
+
}
|
|
447
|
+
/**
|
|
448
|
+
* @public
|
|
449
|
+
*/
|
|
450
|
+
export interface ListTrainingJobsRequest {
|
|
451
|
+
/**
|
|
452
|
+
* <p>If the result of the previous <code>ListTrainingJobs</code> request was truncated, the response includes a <code>NextToken</code>. To retrieve the next set of training jobs, use the token in the next request. </p>
|
|
453
|
+
* @public
|
|
454
|
+
*/
|
|
455
|
+
NextToken?: string | undefined;
|
|
456
|
+
/**
|
|
457
|
+
* <p>The maximum number of training jobs to return in the response.</p>
|
|
458
|
+
* @public
|
|
459
|
+
*/
|
|
460
|
+
MaxResults?: number | undefined;
|
|
461
|
+
/**
|
|
462
|
+
* <p>A filter that returns only training jobs created after the specified time (timestamp).</p>
|
|
463
|
+
* @public
|
|
464
|
+
*/
|
|
465
|
+
CreationTimeAfter?: Date | undefined;
|
|
466
|
+
/**
|
|
467
|
+
* <p>A filter that returns only training jobs created before the specified time (timestamp).</p>
|
|
468
|
+
* @public
|
|
469
|
+
*/
|
|
470
|
+
CreationTimeBefore?: Date | undefined;
|
|
471
|
+
/**
|
|
472
|
+
* <p>A filter that returns only training jobs modified after the specified time (timestamp).</p>
|
|
473
|
+
* @public
|
|
474
|
+
*/
|
|
475
|
+
LastModifiedTimeAfter?: Date | undefined;
|
|
476
|
+
/**
|
|
477
|
+
* <p>A filter that returns only training jobs modified before the specified time (timestamp).</p>
|
|
478
|
+
* @public
|
|
479
|
+
*/
|
|
480
|
+
LastModifiedTimeBefore?: Date | undefined;
|
|
481
|
+
/**
|
|
482
|
+
* <p>A string in the training job name. This filter returns only training jobs whose name contains the specified string.</p>
|
|
483
|
+
* @public
|
|
484
|
+
*/
|
|
485
|
+
NameContains?: string | undefined;
|
|
486
|
+
/**
|
|
487
|
+
* <p>A filter that retrieves only training jobs with a specific status.</p>
|
|
488
|
+
* @public
|
|
489
|
+
*/
|
|
490
|
+
StatusEquals?: TrainingJobStatus | undefined;
|
|
491
|
+
/**
|
|
492
|
+
* <p>The field to sort results by. The default is <code>CreationTime</code>.</p>
|
|
493
|
+
* @public
|
|
494
|
+
*/
|
|
495
|
+
SortBy?: SortBy | undefined;
|
|
496
|
+
/**
|
|
497
|
+
* <p>The sort order for results. The default is <code>Ascending</code>.</p>
|
|
498
|
+
* @public
|
|
499
|
+
*/
|
|
500
|
+
SortOrder?: SortOrder | undefined;
|
|
501
|
+
/**
|
|
502
|
+
* <p>A filter that retrieves only training jobs with a specific warm pool status.</p>
|
|
503
|
+
* @public
|
|
504
|
+
*/
|
|
505
|
+
WarmPoolStatusEquals?: WarmPoolResourceStatus | undefined;
|
|
506
|
+
/**
|
|
507
|
+
* <p>The Amazon Resource Name (ARN); of the training plan to filter training jobs by. For more information about reserving GPU capacity for your SageMaker training jobs using Amazon SageMaker Training Plan, see <code> <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateTrainingPlan.html">CreateTrainingPlan</a> </code>.</p>
|
|
508
|
+
* @public
|
|
509
|
+
*/
|
|
510
|
+
TrainingPlanArnEquals?: string | undefined;
|
|
511
|
+
}
|
|
512
|
+
/**
|
|
513
|
+
* <p>Provides summary information about a training job.</p>
|
|
514
|
+
* @public
|
|
515
|
+
*/
|
|
516
|
+
export interface TrainingJobSummary {
|
|
517
|
+
/**
|
|
518
|
+
* <p>The name of the training job that you want a summary for.</p>
|
|
519
|
+
* @public
|
|
520
|
+
*/
|
|
521
|
+
TrainingJobName: string | undefined;
|
|
522
|
+
/**
|
|
523
|
+
* <p>The Amazon Resource Name (ARN) of the training job.</p>
|
|
524
|
+
* @public
|
|
525
|
+
*/
|
|
526
|
+
TrainingJobArn: string | undefined;
|
|
527
|
+
/**
|
|
528
|
+
* <p>A timestamp that shows when the training job was created.</p>
|
|
529
|
+
* @public
|
|
530
|
+
*/
|
|
531
|
+
CreationTime: Date | undefined;
|
|
532
|
+
/**
|
|
533
|
+
* <p>A timestamp that shows when the training job ended. This field is set only if the training job has one of the terminal statuses (<code>Completed</code>, <code>Failed</code>, or <code>Stopped</code>). </p>
|
|
534
|
+
* @public
|
|
535
|
+
*/
|
|
536
|
+
TrainingEndTime?: Date | undefined;
|
|
537
|
+
/**
|
|
538
|
+
* <p> Timestamp when the training job was last modified. </p>
|
|
539
|
+
* @public
|
|
540
|
+
*/
|
|
541
|
+
LastModifiedTime?: Date | undefined;
|
|
542
|
+
/**
|
|
543
|
+
* <p>The status of the training job.</p>
|
|
544
|
+
* @public
|
|
545
|
+
*/
|
|
546
|
+
TrainingJobStatus: TrainingJobStatus | undefined;
|
|
547
|
+
/**
|
|
548
|
+
* <p>The secondary status of the training job.</p>
|
|
549
|
+
* @public
|
|
550
|
+
*/
|
|
551
|
+
SecondaryStatus?: SecondaryStatus | undefined;
|
|
552
|
+
/**
|
|
553
|
+
* <p>The status of the warm pool associated with the training job.</p>
|
|
554
|
+
* @public
|
|
555
|
+
*/
|
|
556
|
+
WarmPoolStatus?: WarmPoolStatus | undefined;
|
|
557
|
+
/**
|
|
558
|
+
* <p>The Amazon Resource Name (ARN); of the training plan associated with this training job.</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>
|
|
559
|
+
* @public
|
|
560
|
+
*/
|
|
561
|
+
TrainingPlanArn?: string | undefined;
|
|
562
|
+
}
|
|
563
|
+
/**
|
|
564
|
+
* @public
|
|
565
|
+
*/
|
|
566
|
+
export interface ListTrainingJobsResponse {
|
|
567
|
+
/**
|
|
568
|
+
* <p>An array of <code>TrainingJobSummary</code> objects, each listing a training job.</p>
|
|
569
|
+
* @public
|
|
570
|
+
*/
|
|
571
|
+
TrainingJobSummaries: TrainingJobSummary[] | undefined;
|
|
572
|
+
/**
|
|
573
|
+
* <p>If the response is truncated, SageMaker returns this token. To retrieve the next set of training jobs, use it in the subsequent request.</p>
|
|
574
|
+
* @public
|
|
575
|
+
*/
|
|
576
|
+
NextToken?: string | undefined;
|
|
577
|
+
}
|
|
578
|
+
/**
|
|
579
|
+
* @public
|
|
580
|
+
*/
|
|
581
|
+
export interface ListTrainingJobsForHyperParameterTuningJobRequest {
|
|
582
|
+
/**
|
|
583
|
+
* <p>The name of the tuning job whose training jobs you want to list.</p>
|
|
584
|
+
* @public
|
|
585
|
+
*/
|
|
586
|
+
HyperParameterTuningJobName: string | undefined;
|
|
587
|
+
/**
|
|
588
|
+
* <p>If the result of the previous <code>ListTrainingJobsForHyperParameterTuningJob</code> request was truncated, the response includes a <code>NextToken</code>. To retrieve the next set of training jobs, use the token in the next request.</p>
|
|
589
|
+
* @public
|
|
590
|
+
*/
|
|
591
|
+
NextToken?: string | undefined;
|
|
592
|
+
/**
|
|
593
|
+
* <p>The maximum number of training jobs to return. The default value is 10.</p>
|
|
594
|
+
* @public
|
|
595
|
+
*/
|
|
596
|
+
MaxResults?: number | undefined;
|
|
597
|
+
/**
|
|
598
|
+
* <p>A filter that returns only training jobs with the specified status.</p>
|
|
599
|
+
* @public
|
|
600
|
+
*/
|
|
601
|
+
StatusEquals?: TrainingJobStatus | undefined;
|
|
602
|
+
/**
|
|
603
|
+
* <p>The field to sort results by. The default is <code>Name</code>.</p> <p>If the value of this field is <code>FinalObjectiveMetricValue</code>, any training jobs that did not return an objective metric are not listed.</p>
|
|
604
|
+
* @public
|
|
605
|
+
*/
|
|
606
|
+
SortBy?: TrainingJobSortByOptions | undefined;
|
|
607
|
+
/**
|
|
608
|
+
* <p>The sort order for results. The default is <code>Ascending</code>.</p>
|
|
609
|
+
* @public
|
|
610
|
+
*/
|
|
611
|
+
SortOrder?: SortOrder | undefined;
|
|
612
|
+
}
|
|
613
|
+
/**
|
|
614
|
+
* @public
|
|
615
|
+
*/
|
|
616
|
+
export interface ListTrainingJobsForHyperParameterTuningJobResponse {
|
|
617
|
+
/**
|
|
618
|
+
* <p>A list of <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_TrainingJobSummary.html">TrainingJobSummary</a> objects that describe the training jobs that the <code>ListTrainingJobsForHyperParameterTuningJob</code> request returned.</p>
|
|
619
|
+
* @public
|
|
620
|
+
*/
|
|
621
|
+
TrainingJobSummaries: HyperParameterTrainingJobSummary[] | undefined;
|
|
622
|
+
/**
|
|
623
|
+
* <p>If the result of this <code>ListTrainingJobsForHyperParameterTuningJob</code> request was truncated, the response includes a <code>NextToken</code>. To retrieve the next set of training jobs, use the token in the next request.</p>
|
|
624
|
+
* @public
|
|
625
|
+
*/
|
|
626
|
+
NextToken?: string | undefined;
|
|
627
|
+
}
|
|
628
|
+
/**
|
|
629
|
+
* <p>A filter to apply when listing or searching for training plans.</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>
|
|
630
|
+
* @public
|
|
631
|
+
*/
|
|
632
|
+
export interface TrainingPlanFilter {
|
|
633
|
+
/**
|
|
634
|
+
* <p>The name of the filter field (e.g., Status, InstanceType).</p>
|
|
635
|
+
* @public
|
|
636
|
+
*/
|
|
637
|
+
Name: TrainingPlanFilterName | undefined;
|
|
638
|
+
/**
|
|
639
|
+
* <p>The value to filter by for the specified field.</p>
|
|
640
|
+
* @public
|
|
641
|
+
*/
|
|
642
|
+
Value: string | undefined;
|
|
643
|
+
}
|
|
644
|
+
/**
|
|
645
|
+
* @public
|
|
646
|
+
*/
|
|
647
|
+
export interface ListTrainingPlansRequest {
|
|
648
|
+
/**
|
|
649
|
+
* <p>A token to continue pagination if more results are available.</p>
|
|
650
|
+
* @public
|
|
651
|
+
*/
|
|
652
|
+
NextToken?: string | undefined;
|
|
653
|
+
/**
|
|
654
|
+
* <p>The maximum number of results to return in the response.</p>
|
|
655
|
+
* @public
|
|
656
|
+
*/
|
|
657
|
+
MaxResults?: number | undefined;
|
|
658
|
+
/**
|
|
659
|
+
* <p>Filter to list only training plans with an actual start time after this date.</p>
|
|
660
|
+
* @public
|
|
661
|
+
*/
|
|
662
|
+
StartTimeAfter?: Date | undefined;
|
|
663
|
+
/**
|
|
664
|
+
* <p>Filter to list only training plans with an actual start time before this date.</p>
|
|
665
|
+
* @public
|
|
666
|
+
*/
|
|
667
|
+
StartTimeBefore?: Date | undefined;
|
|
668
|
+
/**
|
|
669
|
+
* <p>The training plan field to sort the results by (e.g., StartTime, Status).</p>
|
|
670
|
+
* @public
|
|
671
|
+
*/
|
|
672
|
+
SortBy?: TrainingPlanSortBy | undefined;
|
|
673
|
+
/**
|
|
674
|
+
* <p>The order to sort the results (Ascending or Descending).</p>
|
|
675
|
+
* @public
|
|
676
|
+
*/
|
|
677
|
+
SortOrder?: TrainingPlanSortOrder | undefined;
|
|
678
|
+
/**
|
|
679
|
+
* <p>Additional filters to apply to the list of training plans.</p>
|
|
680
|
+
* @public
|
|
681
|
+
*/
|
|
682
|
+
Filters?: TrainingPlanFilter[] | undefined;
|
|
683
|
+
}
|
|
684
|
+
/**
|
|
685
|
+
* <p>Details of the training plan.</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>
|
|
686
|
+
* @public
|
|
687
|
+
*/
|
|
688
|
+
export interface TrainingPlanSummary {
|
|
689
|
+
/**
|
|
690
|
+
* <p>The Amazon Resource Name (ARN); of the training plan.</p>
|
|
691
|
+
* @public
|
|
692
|
+
*/
|
|
693
|
+
TrainingPlanArn: string | undefined;
|
|
694
|
+
/**
|
|
695
|
+
* <p>The name of the training plan.</p>
|
|
696
|
+
* @public
|
|
697
|
+
*/
|
|
698
|
+
TrainingPlanName: string | undefined;
|
|
699
|
+
/**
|
|
700
|
+
* <p>The current status of the training plan (e.g., Pending, Active, Expired). To see the complete list of status values available for a training plan, refer to the <code>Status</code> attribute within the <code> <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_TrainingPlanSummary.html">TrainingPlanSummary</a> </code> object.</p>
|
|
701
|
+
* @public
|
|
702
|
+
*/
|
|
703
|
+
Status: TrainingPlanStatus | undefined;
|
|
704
|
+
/**
|
|
705
|
+
* <p>A message providing additional information about the current status of the training plan.</p>
|
|
706
|
+
* @public
|
|
707
|
+
*/
|
|
708
|
+
StatusMessage?: string | undefined;
|
|
709
|
+
/**
|
|
710
|
+
* <p>The number of whole hours in the total duration for this training plan.</p>
|
|
711
|
+
* @public
|
|
712
|
+
*/
|
|
713
|
+
DurationHours?: number | undefined;
|
|
714
|
+
/**
|
|
715
|
+
* <p>The additional minutes beyond whole hours in the total duration for this training plan.</p>
|
|
716
|
+
* @public
|
|
717
|
+
*/
|
|
718
|
+
DurationMinutes?: number | undefined;
|
|
719
|
+
/**
|
|
720
|
+
* <p>The start time of the training plan.</p>
|
|
721
|
+
* @public
|
|
722
|
+
*/
|
|
723
|
+
StartTime?: Date | undefined;
|
|
724
|
+
/**
|
|
725
|
+
* <p>The end time of the training plan.</p>
|
|
726
|
+
* @public
|
|
727
|
+
*/
|
|
728
|
+
EndTime?: Date | undefined;
|
|
729
|
+
/**
|
|
730
|
+
* <p>The upfront fee for the training plan.</p>
|
|
731
|
+
* @public
|
|
732
|
+
*/
|
|
733
|
+
UpfrontFee?: string | undefined;
|
|
734
|
+
/**
|
|
735
|
+
* <p>The currency code for the upfront fee (e.g., USD).</p>
|
|
736
|
+
* @public
|
|
737
|
+
*/
|
|
738
|
+
CurrencyCode?: string | undefined;
|
|
739
|
+
/**
|
|
740
|
+
* <p>The total number of instances reserved in this training plan.</p>
|
|
741
|
+
* @public
|
|
742
|
+
*/
|
|
743
|
+
TotalInstanceCount?: number | undefined;
|
|
744
|
+
/**
|
|
745
|
+
* <p>The number of instances currently available for use in this training plan.</p>
|
|
746
|
+
* @public
|
|
747
|
+
*/
|
|
748
|
+
AvailableInstanceCount?: number | undefined;
|
|
749
|
+
/**
|
|
750
|
+
* <p>The number of instances currently in use from this training plan.</p>
|
|
751
|
+
* @public
|
|
752
|
+
*/
|
|
753
|
+
InUseInstanceCount?: number | undefined;
|
|
754
|
+
/**
|
|
755
|
+
* <p>The total number of UltraServers allocated to this training plan.</p>
|
|
756
|
+
* @public
|
|
757
|
+
*/
|
|
758
|
+
TotalUltraServerCount?: number | undefined;
|
|
759
|
+
/**
|
|
760
|
+
* <p>The target resources (e.g., training jobs, HyperPod clusters, Endpoints) that can use this training plan.</p> <p>Training plans are specific to their target resource.</p> <ul> <li> <p>A training plan designed for SageMaker training jobs can only be used to schedule and run training jobs.</p> </li> <li> <p>A training plan for HyperPod clusters can be used exclusively to provide compute resources to a cluster's instance group.</p> </li> <li> <p>A training plan for SageMaker endpoints can be used exclusively to provide compute resources to SageMaker endpoints for model deployment.</p> </li> </ul>
|
|
761
|
+
* @public
|
|
762
|
+
*/
|
|
763
|
+
TargetResources?: SageMakerResourceName[] | undefined;
|
|
764
|
+
/**
|
|
765
|
+
* <p>A list of reserved capacities associated with this training plan, including details such as instance types, counts, and availability zones.</p>
|
|
766
|
+
* @public
|
|
767
|
+
*/
|
|
768
|
+
ReservedCapacitySummaries?: ReservedCapacitySummary[] | undefined;
|
|
769
|
+
}
|
|
6
770
|
/**
|
|
7
771
|
* @public
|
|
8
772
|
*/
|
|
@@ -1085,6 +1849,11 @@ export interface ModelPackage {
|
|
|
1085
1849
|
* @public
|
|
1086
1850
|
*/
|
|
1087
1851
|
ModelPackageVersion?: number | undefined;
|
|
1852
|
+
/**
|
|
1853
|
+
* <p> The package registration type of the model package. </p>
|
|
1854
|
+
* @public
|
|
1855
|
+
*/
|
|
1856
|
+
ModelPackageRegistrationType?: ModelPackageRegistrationType | undefined;
|
|
1088
1857
|
/**
|
|
1089
1858
|
* <p>The Amazon Resource Name (ARN) of the model package.</p>
|
|
1090
1859
|
* @public
|
|
@@ -2274,6 +3043,16 @@ export interface TrainingJob {
|
|
|
2274
3043
|
* @public
|
|
2275
3044
|
*/
|
|
2276
3045
|
DebugRuleEvaluationStatuses?: DebugRuleEvaluationStatus[] | undefined;
|
|
3046
|
+
/**
|
|
3047
|
+
* <p> The output model package Amazon Resource Name (ARN) that contains model weights or checkpoint. </p>
|
|
3048
|
+
* @public
|
|
3049
|
+
*/
|
|
3050
|
+
OutputModelPackageArn?: string | undefined;
|
|
3051
|
+
/**
|
|
3052
|
+
* <p> The model package configuration. </p>
|
|
3053
|
+
* @public
|
|
3054
|
+
*/
|
|
3055
|
+
ModelPackageConfig?: ModelPackageConfig | undefined;
|
|
2277
3056
|
/**
|
|
2278
3057
|
* <p>Configuration information for Amazon SageMaker Debugger system monitoring, framework profiling, and storage paths.</p>
|
|
2279
3058
|
* @public
|
|
@@ -2936,6 +3715,11 @@ export interface StartPipelineExecutionRequest {
|
|
|
2936
3715
|
* @public
|
|
2937
3716
|
*/
|
|
2938
3717
|
PipelineVersionId?: number | undefined;
|
|
3718
|
+
/**
|
|
3719
|
+
* <p> The MLflow experiment name of the start execution. </p>
|
|
3720
|
+
* @public
|
|
3721
|
+
*/
|
|
3722
|
+
MlflowExperimentName?: string | undefined;
|
|
2939
3723
|
}
|
|
2940
3724
|
/**
|
|
2941
3725
|
* @public
|
|
@@ -4225,6 +5009,56 @@ export interface UpdateInferenceExperimentResponse {
|
|
|
4225
5009
|
*/
|
|
4226
5010
|
InferenceExperimentArn: string | undefined;
|
|
4227
5011
|
}
|
|
5012
|
+
/**
|
|
5013
|
+
* @public
|
|
5014
|
+
*/
|
|
5015
|
+
export interface UpdateMlflowAppRequest {
|
|
5016
|
+
/**
|
|
5017
|
+
* <p>The ARN of the MLflow App to update.</p>
|
|
5018
|
+
* @public
|
|
5019
|
+
*/
|
|
5020
|
+
Arn: string | undefined;
|
|
5021
|
+
/**
|
|
5022
|
+
* <p>The name of the MLflow App to update.</p>
|
|
5023
|
+
* @public
|
|
5024
|
+
*/
|
|
5025
|
+
Name?: string | undefined;
|
|
5026
|
+
/**
|
|
5027
|
+
* <p>The new S3 URI for the general purpose bucket to use as the artifact store for the MLflow App.</p>
|
|
5028
|
+
* @public
|
|
5029
|
+
*/
|
|
5030
|
+
ArtifactStoreUri?: string | undefined;
|
|
5031
|
+
/**
|
|
5032
|
+
* <p>Whether to enable or disable automatic registration of new MLflow models to the SageMaker Model Registry. To enable automatic model registration, set this value to <code>AutoModelRegistrationEnabled</code>. To disable automatic model registration, set this value to <code>AutoModelRegistrationDisabled</code>. If not specified, <code>AutomaticModelRegistration</code> defaults to <code>AutoModelRegistrationEnabled</code> </p>
|
|
5033
|
+
* @public
|
|
5034
|
+
*/
|
|
5035
|
+
ModelRegistrationMode?: ModelRegistrationMode | undefined;
|
|
5036
|
+
/**
|
|
5037
|
+
* <p>The new weekly maintenance window start day and time to update. The maintenance window day and time should be in Coordinated Universal Time (UTC) 24-hour standard time. For example: TUE:03:30.</p>
|
|
5038
|
+
* @public
|
|
5039
|
+
*/
|
|
5040
|
+
WeeklyMaintenanceWindowStart?: string | undefined;
|
|
5041
|
+
/**
|
|
5042
|
+
* <p>List of SageMaker Domain IDs for which this MLflow App is the default.</p>
|
|
5043
|
+
* @public
|
|
5044
|
+
*/
|
|
5045
|
+
DefaultDomainIdList?: string[] | undefined;
|
|
5046
|
+
/**
|
|
5047
|
+
* <p>Indicates whether this this MLflow App is the default for the account.</p>
|
|
5048
|
+
* @public
|
|
5049
|
+
*/
|
|
5050
|
+
AccountDefaultStatus?: AccountDefaultStatus | undefined;
|
|
5051
|
+
}
|
|
5052
|
+
/**
|
|
5053
|
+
* @public
|
|
5054
|
+
*/
|
|
5055
|
+
export interface UpdateMlflowAppResponse {
|
|
5056
|
+
/**
|
|
5057
|
+
* <p>The ARN of the updated MLflow App.</p>
|
|
5058
|
+
* @public
|
|
5059
|
+
*/
|
|
5060
|
+
Arn?: string | undefined;
|
|
5061
|
+
}
|
|
4228
5062
|
/**
|
|
4229
5063
|
* @public
|
|
4230
5064
|
*/
|
|
@@ -4309,6 +5143,11 @@ export interface UpdateModelPackageInput {
|
|
|
4309
5143
|
* @public
|
|
4310
5144
|
*/
|
|
4311
5145
|
ModelApprovalStatus?: ModelApprovalStatus | undefined;
|
|
5146
|
+
/**
|
|
5147
|
+
* <p> The package registration type of the model package input. </p>
|
|
5148
|
+
* @public
|
|
5149
|
+
*/
|
|
5150
|
+
ModelPackageRegistrationType?: ModelPackageRegistrationType | undefined;
|
|
4312
5151
|
/**
|
|
4313
5152
|
* <p>A description for the approval status of the model.</p>
|
|
4314
5153
|
* @public
|