@aws-sdk/client-sagemaker 3.461.0 → 3.462.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 +104 -0
- package/dist-cjs/SageMaker.js +26 -0
- package/dist-cjs/commands/CreateClusterCommand.js +51 -0
- package/dist-cjs/commands/CreateInferenceComponentCommand.js +51 -0
- package/dist-cjs/commands/CreateWorkforceCommand.js +2 -2
- package/dist-cjs/commands/DeleteClusterCommand.js +51 -0
- package/dist-cjs/commands/DeleteInferenceComponentCommand.js +51 -0
- package/dist-cjs/commands/DescribeClusterCommand.js +51 -0
- package/dist-cjs/commands/DescribeClusterNodeCommand.js +51 -0
- package/dist-cjs/commands/DescribeInferenceComponentCommand.js +51 -0
- package/dist-cjs/commands/ListClusterNodesCommand.js +51 -0
- package/dist-cjs/commands/ListClustersCommand.js +51 -0
- package/dist-cjs/commands/ListInferenceComponentsCommand.js +51 -0
- package/dist-cjs/commands/UpdateClusterCommand.js +51 -0
- package/dist-cjs/commands/UpdateInferenceComponentCommand.js +51 -0
- package/dist-cjs/commands/UpdateInferenceComponentRuntimeConfigCommand.js +51 -0
- package/dist-cjs/commands/index.js +13 -0
- package/dist-cjs/models/models_0.js +62 -51
- package/dist-cjs/models/models_1.js +63 -30
- package/dist-cjs/models/models_2.js +37 -39
- package/dist-cjs/models/models_3.js +45 -44
- package/dist-cjs/models/models_4.js +45 -3
- package/dist-cjs/pagination/ListInferenceComponentsPaginator.js +29 -0
- package/dist-cjs/pagination/index.js +1 -0
- package/dist-cjs/protocols/Aws_json1_1.js +845 -13
- package/dist-es/SageMaker.js +26 -0
- package/dist-es/commands/CreateClusterCommand.js +47 -0
- package/dist-es/commands/CreateInferenceComponentCommand.js +47 -0
- package/dist-es/commands/CreateWorkforceCommand.js +1 -1
- package/dist-es/commands/DeleteClusterCommand.js +47 -0
- package/dist-es/commands/DeleteInferenceComponentCommand.js +47 -0
- package/dist-es/commands/DescribeClusterCommand.js +47 -0
- package/dist-es/commands/DescribeClusterNodeCommand.js +47 -0
- package/dist-es/commands/DescribeInferenceComponentCommand.js +47 -0
- package/dist-es/commands/ListClusterNodesCommand.js +47 -0
- package/dist-es/commands/ListClustersCommand.js +47 -0
- package/dist-es/commands/ListInferenceComponentsCommand.js +47 -0
- package/dist-es/commands/UpdateClusterCommand.js +47 -0
- package/dist-es/commands/UpdateInferenceComponentCommand.js +47 -0
- package/dist-es/commands/UpdateInferenceComponentRuntimeConfigCommand.js +47 -0
- package/dist-es/commands/index.js +13 -0
- package/dist-es/models/models_0.js +60 -50
- package/dist-es/models/models_1.js +62 -27
- package/dist-es/models/models_2.js +34 -38
- package/dist-es/models/models_3.js +43 -42
- package/dist-es/models/models_4.js +43 -1
- package/dist-es/pagination/ListInferenceComponentsPaginator.js +25 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_json1_1.js +807 -1
- package/dist-types/SageMaker.d.ts +91 -0
- package/dist-types/SageMakerClient.d.ts +15 -2
- package/dist-types/commands/AddTagsCommand.d.ts +1 -1
- package/dist-types/commands/CreateAppCommand.d.ts +2 -1
- package/dist-types/commands/CreateAutoMLJobV2Command.d.ts +3 -0
- package/dist-types/commands/CreateClusterCommand.d.ts +109 -0
- package/dist-types/commands/CreateDomainCommand.d.ts +15 -8
- package/dist-types/commands/CreateEndpointConfigCommand.d.ts +28 -2
- package/dist-types/commands/CreateInferenceComponentCommand.d.ts +115 -0
- package/dist-types/commands/CreateModelCommand.d.ts +1 -1
- package/dist-types/commands/CreatePresignedDomainUrlCommand.d.ts +3 -2
- package/dist-types/commands/CreateSpaceCommand.d.ts +2 -0
- package/dist-types/commands/CreateStudioLifecycleConfigCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrainingJobCommand.d.ts +3 -0
- package/dist-types/commands/CreateUserProfileCommand.d.ts +9 -2
- package/dist-types/commands/CreateWorkforceCommand.d.ts +1 -1
- package/dist-types/commands/CreateWorkteamCommand.d.ts +1 -1
- package/dist-types/commands/DeleteActionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAlgorithmCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAppCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAppImageConfigCommand.d.ts +1 -1
- package/dist-types/commands/DeleteArtifactCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAssociationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteClusterCommand.d.ts +80 -0
- package/dist-types/commands/DeleteInferenceComponentCommand.d.ts +71 -0
- package/dist-types/commands/DeleteStudioLifecycleConfigCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTagsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeAppCommand.d.ts +1 -0
- package/dist-types/commands/DescribeAutoMLJobV2Command.d.ts +3 -0
- package/dist-types/commands/DescribeClusterCommand.d.ts +102 -0
- package/dist-types/commands/DescribeClusterNodeCommand.d.ts +92 -0
- package/dist-types/commands/DescribeDomainCommand.d.ts +7 -0
- package/dist-types/commands/DescribeEndpointCommand.d.ts +32 -0
- package/dist-types/commands/DescribeEndpointConfigCommand.d.ts +28 -2
- package/dist-types/commands/DescribeInferenceComponentCommand.d.ts +109 -0
- package/dist-types/commands/DescribeModelCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSpaceCommand.d.ts +3 -0
- package/dist-types/commands/DescribeStudioLifecycleConfigCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTrainingJobCommand.d.ts +3 -0
- package/dist-types/commands/DescribeUserProfileCommand.d.ts +8 -1
- package/dist-types/commands/DescribeWorkforceCommand.d.ts +1 -1
- package/dist-types/commands/DescribeWorkteamCommand.d.ts +1 -1
- package/dist-types/commands/DisableSagemakerServicecatalogPortfolioCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateTrialComponentCommand.d.ts +1 -1
- package/dist-types/commands/EnableSagemakerServicecatalogPortfolioCommand.d.ts +1 -1
- package/dist-types/commands/ListClusterNodesCommand.d.ts +96 -0
- package/dist-types/commands/ListClustersCommand.d.ts +87 -0
- package/dist-types/commands/ListInferenceComponentsCommand.d.ts +96 -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 +2 -2
- 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/ListTransformJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListTrialComponentsCommand.d.ts +1 -1
- package/dist-types/commands/ListTrialsCommand.d.ts +1 -1
- package/dist-types/commands/ListUserProfilesCommand.d.ts +1 -1
- package/dist-types/commands/ListWorkforcesCommand.d.ts +1 -1
- package/dist-types/commands/ListWorkteamsCommand.d.ts +1 -1
- package/dist-types/commands/SearchCommand.d.ts +16 -0
- package/dist-types/commands/UpdateClusterCommand.d.ts +97 -0
- package/dist-types/commands/UpdateDomainCommand.d.ts +11 -0
- package/dist-types/commands/UpdateInferenceComponentCommand.d.ts +100 -0
- package/dist-types/commands/UpdateInferenceComponentRuntimeConfigCommand.d.ts +80 -0
- package/dist-types/commands/UpdateSpaceCommand.d.ts +2 -0
- package/dist-types/commands/UpdateUserProfileCommand.d.ts +6 -0
- package/dist-types/commands/index.d.ts +13 -0
- package/dist-types/models/models_0.d.ts +409 -345
- package/dist-types/models/models_1.d.ts +708 -551
- package/dist-types/models/models_2.d.ts +5059 -5239
- package/dist-types/models/models_3.d.ts +4732 -4693
- package/dist-types/models/models_4.d.ts +1446 -4
- package/dist-types/pagination/ListInferenceComponentsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_json1_1.d.ts +117 -0
- package/dist-types/ts3.4/SageMaker.d.ts +227 -0
- package/dist-types/ts3.4/SageMakerClient.d.ts +78 -0
- package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/CreateInferenceComponentCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/CreateUserProfileCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/CreateWorkforceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateWorkteamCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteActionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteAlgorithmCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteAppCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteAppImageConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteArtifactCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteAssociationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteClusterCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/DeleteInferenceComponentCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/DescribeClusterCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/DescribeClusterNodeCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/DescribeInferenceComponentCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DescribeUserProfileCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeWorkforceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeWorkteamCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisableSagemakerServicecatalogPortfolioCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateTrialComponentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/EnableSagemakerServicecatalogPortfolioCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListClusterNodesCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/ListClustersCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListInferenceComponentsCommand.d.ts +42 -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/ListTransformJobsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTrialComponentsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTrialsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListUserProfilesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListWorkforcesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListWorkteamsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateClusterCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/UpdateInferenceComponentCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/UpdateInferenceComponentRuntimeConfigCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/index.d.ts +13 -0
- package/dist-types/ts3.4/models/models_0.d.ts +124 -111
- package/dist-types/ts3.4/models/models_1.d.ts +188 -151
- package/dist-types/ts3.4/models/models_2.d.ts +227 -288
- package/dist-types/ts3.4/models/models_3.d.ts +349 -344
- package/dist-types/ts3.4/models/models_4.d.ts +372 -15
- package/dist-types/ts3.4/pagination/ListInferenceComponentsPaginator.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 +156 -0
- package/package.json +2 -2
|
@@ -1,7 +1,1340 @@
|
|
|
1
|
-
import { ActionStatus, AdditionalInferenceSpecificationDefinition, AlgorithmSpecification, AppSecurityGroupManagement, AppSpecification, BatchDataCaptureConfig, BatchStrategy, BatchTransformInput, BooleanOperator, Channel, CheckpointConfig, InferenceSpecification, KernelGatewayImageConfig, MetadataProperties, ModelApprovalStatus, ModelPackageStatus, OutputDataConfig, OutputParameter, ResourceConfig, StoppingCondition, Tag, TransformInput, TransformOutput, TransformResources, UserContext, VpcConfig } from "./models_0";
|
|
2
|
-
import { _InstanceType,
|
|
3
|
-
import {
|
|
4
|
-
import { Endpoint, Experiment, FeatureGroup, FeatureMetadata, Filter, GitConfigForUpdate, HyperParameterTuningJobSearchEntity, InferenceExperimentStopDesiredState, LineageType,
|
|
1
|
+
import { ActionStatus, AdditionalInferenceSpecificationDefinition, AlgorithmSpecification, AppNetworkAccessType, AppSecurityGroupManagement, AppSpecification, BatchDataCaptureConfig, BatchStrategy, BatchTransformInput, BooleanOperator, Channel, CheckpointConfig, ClusterInstanceGroupSpecification, ContainerDefinition, InferenceSpecification, KernelGatewayImageConfig, MetadataProperties, ModelApprovalStatus, ModelPackageStatus, OutputDataConfig, OutputParameter, ResourceConfig, StoppingCondition, Tag, TransformInput, TransformOutput, TransformResources, UserContext, VpcConfig } from "./models_0";
|
|
2
|
+
import { _InstanceType, DataProcessing, DebugHookConfig, DebugRuleConfiguration, DefaultSpaceSettings, DeploymentConfig, DriftCheckBaselines, EdgeOutputConfig, ExperimentConfig, FeatureDefinition, InferenceComponentRuntimeConfig, InferenceComponentSpecification, InferenceExecutionConfig, InferenceExperimentDataStorageConfig, InferenceExperimentSchedule, InstanceMetadataServiceConfiguration, JobType, ModelCardSecurityConfig, ModelCardStatus, ModelClientConfig, ModelMetrics, ModelPackageValidationSpecification, ModelVariantConfig, MonitoringScheduleConfig, MonitoringType, NetworkConfig, NotebookInstanceAcceleratorType, NotebookInstanceLifecycleHook, ParallelismConfiguration, PipelineDefinitionS3Location, ProcessingInput, ProcessingOutputConfig, ProcessingResources, ProcessingStoppingCondition, Processor, ProfilerConfig, ProfilerRuleConfiguration, ProvisioningParameter, RetryStrategy, RootAccess, ServiceCatalogProvisioningDetails, ShadowModeConfig, SkipModelValidation, SourceAlgorithmSpecification, SpaceSettings, StudioLifecycleConfigAppType, TensorBoardOutputConfig, TrialComponentArtifact, TrialComponentParameterValue, TrialComponentStatus, TtlDuration, UiTemplate, UserSettings, VendorGuidance } from "./models_1";
|
|
3
|
+
import { CrossAccountFilterOption, DebugRuleEvaluationStatus, DeploymentRecommendation, EndpointStatus, FeatureParameter, HyperParameterTrainingJobSummary, MemberDefinition, MetricData, ModelArtifacts, ModelPackageGroupStatus, ModelPackageStatusDetails, MonitoringExecutionSummary, NotificationConfiguration, OidcConfig, PipelineExecutionStatus, PipelineExperimentConfig, PipelineStatus, ProcessingJobStatus, ProjectStatus, ScheduleStatus, SecondaryStatus, SecondaryStatusTransition, SelectiveExecutionConfig, ServiceCatalogProvisionedProductDetails, SourceIpConfig, SpaceStatus, SubscribedWorkteam, TrainingJobStatus, TransformJobStatus, TrialComponentMetricSummary, TrialComponentSource, TrialSource, UserProfileStatus, WarmPoolResourceStatus, WarmPoolStatus, WorkforceVpcConfigRequest } from "./models_2";
|
|
4
|
+
import { DesiredWeightAndCapacity, Device, DeviceDeploymentSummary, Direction, DomainSettingsForUpdate, Edge, Endpoint, Experiment, FeatureGroup, FeatureMetadata, Filter, GitConfigForUpdate, HyperParameterTuningJobSearchEntity, InferenceExperimentStopDesiredState, LineageType, MonitoringAlertSummary, Parameter, ResourceType, SortBy, SortOrder, Workforce, Workteam } from "./models_3";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
* @enum
|
|
8
|
+
*/
|
|
9
|
+
export declare const ResourceCatalogSortBy: {
|
|
10
|
+
readonly CREATION_TIME: "CreationTime";
|
|
11
|
+
};
|
|
12
|
+
/**
|
|
13
|
+
* @public
|
|
14
|
+
*/
|
|
15
|
+
export type ResourceCatalogSortBy = (typeof ResourceCatalogSortBy)[keyof typeof ResourceCatalogSortBy];
|
|
16
|
+
/**
|
|
17
|
+
* @public
|
|
18
|
+
* @enum
|
|
19
|
+
*/
|
|
20
|
+
export declare const ResourceCatalogSortOrder: {
|
|
21
|
+
readonly ASCENDING: "Ascending";
|
|
22
|
+
readonly DESCENDING: "Descending";
|
|
23
|
+
};
|
|
24
|
+
/**
|
|
25
|
+
* @public
|
|
26
|
+
*/
|
|
27
|
+
export type ResourceCatalogSortOrder = (typeof ResourceCatalogSortOrder)[keyof typeof ResourceCatalogSortOrder];
|
|
28
|
+
/**
|
|
29
|
+
* @public
|
|
30
|
+
*/
|
|
31
|
+
export interface ListResourceCatalogsRequest {
|
|
32
|
+
/**
|
|
33
|
+
* @public
|
|
34
|
+
* <p> A string that partially matches one or more <code>ResourceCatalog</code>s names.
|
|
35
|
+
* Filters <code>ResourceCatalog</code> by name. </p>
|
|
36
|
+
*/
|
|
37
|
+
NameContains?: string;
|
|
38
|
+
/**
|
|
39
|
+
* @public
|
|
40
|
+
* <p> Use this parameter to search for <code>ResourceCatalog</code>s created after a
|
|
41
|
+
* specific date and time. </p>
|
|
42
|
+
*/
|
|
43
|
+
CreationTimeAfter?: Date;
|
|
44
|
+
/**
|
|
45
|
+
* @public
|
|
46
|
+
* <p> Use this parameter to search for <code>ResourceCatalog</code>s created before a
|
|
47
|
+
* specific date and time. </p>
|
|
48
|
+
*/
|
|
49
|
+
CreationTimeBefore?: Date;
|
|
50
|
+
/**
|
|
51
|
+
* @public
|
|
52
|
+
* <p> The order in which the resource catalogs are listed. </p>
|
|
53
|
+
*/
|
|
54
|
+
SortOrder?: ResourceCatalogSortOrder;
|
|
55
|
+
/**
|
|
56
|
+
* @public
|
|
57
|
+
* <p> The value on which the resource catalog list is sorted. </p>
|
|
58
|
+
*/
|
|
59
|
+
SortBy?: ResourceCatalogSortBy;
|
|
60
|
+
/**
|
|
61
|
+
* @public
|
|
62
|
+
* <p> The maximum number of results returned by <code>ListResourceCatalogs</code>. </p>
|
|
63
|
+
*/
|
|
64
|
+
MaxResults?: number;
|
|
65
|
+
/**
|
|
66
|
+
* @public
|
|
67
|
+
* <p> A token to resume pagination of <code>ListResourceCatalogs</code> results. </p>
|
|
68
|
+
*/
|
|
69
|
+
NextToken?: string;
|
|
70
|
+
}
|
|
71
|
+
/**
|
|
72
|
+
* @public
|
|
73
|
+
* <p> A resource catalog containing all of the resources of a specific resource type within
|
|
74
|
+
* a resource owner account. For an example on sharing the Amazon SageMaker Feature Store
|
|
75
|
+
* <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.
|
|
76
|
+
* </p>
|
|
77
|
+
*/
|
|
78
|
+
export interface ResourceCatalog {
|
|
79
|
+
/**
|
|
80
|
+
* @public
|
|
81
|
+
* <p> The Amazon Resource Name (ARN) of the <code>ResourceCatalog</code>. </p>
|
|
82
|
+
*/
|
|
83
|
+
ResourceCatalogArn: string | undefined;
|
|
84
|
+
/**
|
|
85
|
+
* @public
|
|
86
|
+
* <p> The name of the <code>ResourceCatalog</code>. </p>
|
|
87
|
+
*/
|
|
88
|
+
ResourceCatalogName: string | undefined;
|
|
89
|
+
/**
|
|
90
|
+
* @public
|
|
91
|
+
* <p> A free form description of the <code>ResourceCatalog</code>. </p>
|
|
92
|
+
*/
|
|
93
|
+
Description: string | undefined;
|
|
94
|
+
/**
|
|
95
|
+
* @public
|
|
96
|
+
* <p> The time the <code>ResourceCatalog</code> was created. </p>
|
|
97
|
+
*/
|
|
98
|
+
CreationTime: Date | undefined;
|
|
99
|
+
}
|
|
100
|
+
/**
|
|
101
|
+
* @public
|
|
102
|
+
*/
|
|
103
|
+
export interface ListResourceCatalogsResponse {
|
|
104
|
+
/**
|
|
105
|
+
* @public
|
|
106
|
+
* <p> A list of the requested <code>ResourceCatalog</code>s. </p>
|
|
107
|
+
*/
|
|
108
|
+
ResourceCatalogs?: ResourceCatalog[];
|
|
109
|
+
/**
|
|
110
|
+
* @public
|
|
111
|
+
* <p> A token to resume pagination of <code>ListResourceCatalogs</code> results. </p>
|
|
112
|
+
*/
|
|
113
|
+
NextToken?: string;
|
|
114
|
+
}
|
|
115
|
+
/**
|
|
116
|
+
* @public
|
|
117
|
+
* @enum
|
|
118
|
+
*/
|
|
119
|
+
export declare const SpaceSortKey: {
|
|
120
|
+
readonly CreationTime: "CreationTime";
|
|
121
|
+
readonly LastModifiedTime: "LastModifiedTime";
|
|
122
|
+
};
|
|
123
|
+
/**
|
|
124
|
+
* @public
|
|
125
|
+
*/
|
|
126
|
+
export type SpaceSortKey = (typeof SpaceSortKey)[keyof typeof SpaceSortKey];
|
|
127
|
+
/**
|
|
128
|
+
* @public
|
|
129
|
+
*/
|
|
130
|
+
export interface ListSpacesRequest {
|
|
131
|
+
/**
|
|
132
|
+
* @public
|
|
133
|
+
* <p>If the previous response was truncated, you will receive this token.
|
|
134
|
+
* Use it in your next request to receive the next set of results.</p>
|
|
135
|
+
*/
|
|
136
|
+
NextToken?: string;
|
|
137
|
+
/**
|
|
138
|
+
* @public
|
|
139
|
+
* <p>The total number of items to return in the response. If the total
|
|
140
|
+
* number of items available is more than the value specified, a <code>NextToken</code>
|
|
141
|
+
* is provided in the response. To resume pagination, provide the <code>NextToken</code>
|
|
142
|
+
* value in the as part of a subsequent call. The default value is 10.</p>
|
|
143
|
+
*/
|
|
144
|
+
MaxResults?: number;
|
|
145
|
+
/**
|
|
146
|
+
* @public
|
|
147
|
+
* <p>The sort order for the results. The default is <code>Ascending</code>.</p>
|
|
148
|
+
*/
|
|
149
|
+
SortOrder?: SortOrder;
|
|
150
|
+
/**
|
|
151
|
+
* @public
|
|
152
|
+
* <p>The parameter by which to sort the results. The default is <code>CreationTime</code>.</p>
|
|
153
|
+
*/
|
|
154
|
+
SortBy?: SpaceSortKey;
|
|
155
|
+
/**
|
|
156
|
+
* @public
|
|
157
|
+
* <p>A parameter to search for the Domain ID.</p>
|
|
158
|
+
*/
|
|
159
|
+
DomainIdEquals?: string;
|
|
160
|
+
/**
|
|
161
|
+
* @public
|
|
162
|
+
* <p>A parameter by which to filter the results.</p>
|
|
163
|
+
*/
|
|
164
|
+
SpaceNameContains?: string;
|
|
165
|
+
}
|
|
166
|
+
/**
|
|
167
|
+
* @public
|
|
168
|
+
* <p>The space's details.</p>
|
|
169
|
+
*/
|
|
170
|
+
export interface SpaceDetails {
|
|
171
|
+
/**
|
|
172
|
+
* @public
|
|
173
|
+
* <p>The ID of the associated Domain.</p>
|
|
174
|
+
*/
|
|
175
|
+
DomainId?: string;
|
|
176
|
+
/**
|
|
177
|
+
* @public
|
|
178
|
+
* <p>The name of the space.</p>
|
|
179
|
+
*/
|
|
180
|
+
SpaceName?: string;
|
|
181
|
+
/**
|
|
182
|
+
* @public
|
|
183
|
+
* <p>The status.</p>
|
|
184
|
+
*/
|
|
185
|
+
Status?: SpaceStatus;
|
|
186
|
+
/**
|
|
187
|
+
* @public
|
|
188
|
+
* <p>The creation time.</p>
|
|
189
|
+
*/
|
|
190
|
+
CreationTime?: Date;
|
|
191
|
+
/**
|
|
192
|
+
* @public
|
|
193
|
+
* <p>The last modified time.</p>
|
|
194
|
+
*/
|
|
195
|
+
LastModifiedTime?: Date;
|
|
196
|
+
}
|
|
197
|
+
/**
|
|
198
|
+
* @public
|
|
199
|
+
*/
|
|
200
|
+
export interface ListSpacesResponse {
|
|
201
|
+
/**
|
|
202
|
+
* @public
|
|
203
|
+
* <p>The list of spaces.</p>
|
|
204
|
+
*/
|
|
205
|
+
Spaces?: SpaceDetails[];
|
|
206
|
+
/**
|
|
207
|
+
* @public
|
|
208
|
+
* <p>If the previous response was truncated, you will receive this token.
|
|
209
|
+
* Use it in your next request to receive the next set of results.</p>
|
|
210
|
+
*/
|
|
211
|
+
NextToken?: string;
|
|
212
|
+
}
|
|
213
|
+
/**
|
|
214
|
+
* @public
|
|
215
|
+
*/
|
|
216
|
+
export interface ListStageDevicesRequest {
|
|
217
|
+
/**
|
|
218
|
+
* @public
|
|
219
|
+
* <p>The response from the last list when returning a list large enough to neeed
|
|
220
|
+
* tokening.</p>
|
|
221
|
+
*/
|
|
222
|
+
NextToken?: string;
|
|
223
|
+
/**
|
|
224
|
+
* @public
|
|
225
|
+
* <p>The maximum number of requests to select.</p>
|
|
226
|
+
*/
|
|
227
|
+
MaxResults?: number;
|
|
228
|
+
/**
|
|
229
|
+
* @public
|
|
230
|
+
* <p>The name of the edge deployment plan.</p>
|
|
231
|
+
*/
|
|
232
|
+
EdgeDeploymentPlanName: string | undefined;
|
|
233
|
+
/**
|
|
234
|
+
* @public
|
|
235
|
+
* <p>Toggle for excluding devices deployed in other stages.</p>
|
|
236
|
+
*/
|
|
237
|
+
ExcludeDevicesDeployedInOtherStage?: boolean;
|
|
238
|
+
/**
|
|
239
|
+
* @public
|
|
240
|
+
* <p>The name of the stage in the deployment.</p>
|
|
241
|
+
*/
|
|
242
|
+
StageName: string | undefined;
|
|
243
|
+
}
|
|
244
|
+
/**
|
|
245
|
+
* @public
|
|
246
|
+
*/
|
|
247
|
+
export interface ListStageDevicesResponse {
|
|
248
|
+
/**
|
|
249
|
+
* @public
|
|
250
|
+
* <p>List of summaries of devices allocated to the stage.</p>
|
|
251
|
+
*/
|
|
252
|
+
DeviceDeploymentSummaries: DeviceDeploymentSummary[] | undefined;
|
|
253
|
+
/**
|
|
254
|
+
* @public
|
|
255
|
+
* <p>The token to use when calling the next page of results.</p>
|
|
256
|
+
*/
|
|
257
|
+
NextToken?: string;
|
|
258
|
+
}
|
|
259
|
+
/**
|
|
260
|
+
* @public
|
|
261
|
+
* @enum
|
|
262
|
+
*/
|
|
263
|
+
export declare const StudioLifecycleConfigSortKey: {
|
|
264
|
+
readonly CreationTime: "CreationTime";
|
|
265
|
+
readonly LastModifiedTime: "LastModifiedTime";
|
|
266
|
+
readonly Name: "Name";
|
|
267
|
+
};
|
|
268
|
+
/**
|
|
269
|
+
* @public
|
|
270
|
+
*/
|
|
271
|
+
export type StudioLifecycleConfigSortKey = (typeof StudioLifecycleConfigSortKey)[keyof typeof StudioLifecycleConfigSortKey];
|
|
272
|
+
/**
|
|
273
|
+
* @public
|
|
274
|
+
*/
|
|
275
|
+
export interface ListStudioLifecycleConfigsRequest {
|
|
276
|
+
/**
|
|
277
|
+
* @public
|
|
278
|
+
* <p>The total number of items to return in the response. If the total
|
|
279
|
+
* number of items available is more than the value specified, a <code>NextToken</code>
|
|
280
|
+
* is provided in the response. To resume pagination, provide the <code>NextToken</code>
|
|
281
|
+
* value in the as part of a subsequent call. The default value is 10.</p>
|
|
282
|
+
*/
|
|
283
|
+
MaxResults?: number;
|
|
284
|
+
/**
|
|
285
|
+
* @public
|
|
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
|
+
*/
|
|
288
|
+
NextToken?: string;
|
|
289
|
+
/**
|
|
290
|
+
* @public
|
|
291
|
+
* <p>A string in the Lifecycle Configuration name. This filter returns only Lifecycle Configurations whose name contains the specified string.</p>
|
|
292
|
+
*/
|
|
293
|
+
NameContains?: string;
|
|
294
|
+
/**
|
|
295
|
+
* @public
|
|
296
|
+
* <p>A parameter to search for the App Type to which the Lifecycle Configuration is attached.</p>
|
|
297
|
+
*/
|
|
298
|
+
AppTypeEquals?: StudioLifecycleConfigAppType;
|
|
299
|
+
/**
|
|
300
|
+
* @public
|
|
301
|
+
* <p>A filter that returns only Lifecycle Configurations created on or before the specified time.</p>
|
|
302
|
+
*/
|
|
303
|
+
CreationTimeBefore?: Date;
|
|
304
|
+
/**
|
|
305
|
+
* @public
|
|
306
|
+
* <p>A filter that returns only Lifecycle Configurations created on or after the specified time.</p>
|
|
307
|
+
*/
|
|
308
|
+
CreationTimeAfter?: Date;
|
|
309
|
+
/**
|
|
310
|
+
* @public
|
|
311
|
+
* <p>A filter that returns only Lifecycle Configurations modified before the specified time.</p>
|
|
312
|
+
*/
|
|
313
|
+
ModifiedTimeBefore?: Date;
|
|
314
|
+
/**
|
|
315
|
+
* @public
|
|
316
|
+
* <p>A filter that returns only Lifecycle Configurations modified after the specified time.</p>
|
|
317
|
+
*/
|
|
318
|
+
ModifiedTimeAfter?: Date;
|
|
319
|
+
/**
|
|
320
|
+
* @public
|
|
321
|
+
* <p>The property used to sort results. The default value is CreationTime.</p>
|
|
322
|
+
*/
|
|
323
|
+
SortBy?: StudioLifecycleConfigSortKey;
|
|
324
|
+
/**
|
|
325
|
+
* @public
|
|
326
|
+
* <p>The sort order. The default value is Descending.</p>
|
|
327
|
+
*/
|
|
328
|
+
SortOrder?: SortOrder;
|
|
329
|
+
}
|
|
330
|
+
/**
|
|
331
|
+
* @public
|
|
332
|
+
* <p>Details of the Amazon SageMaker Studio Lifecycle Configuration.</p>
|
|
333
|
+
*/
|
|
334
|
+
export interface StudioLifecycleConfigDetails {
|
|
335
|
+
/**
|
|
336
|
+
* @public
|
|
337
|
+
* <p> The Amazon Resource Name (ARN) of the Lifecycle Configuration.</p>
|
|
338
|
+
*/
|
|
339
|
+
StudioLifecycleConfigArn?: string;
|
|
340
|
+
/**
|
|
341
|
+
* @public
|
|
342
|
+
* <p>The name of the Amazon SageMaker Studio Lifecycle Configuration.</p>
|
|
343
|
+
*/
|
|
344
|
+
StudioLifecycleConfigName?: string;
|
|
345
|
+
/**
|
|
346
|
+
* @public
|
|
347
|
+
* <p>The creation time of the Amazon SageMaker Studio Lifecycle Configuration.</p>
|
|
348
|
+
*/
|
|
349
|
+
CreationTime?: Date;
|
|
350
|
+
/**
|
|
351
|
+
* @public
|
|
352
|
+
* <p>This value is equivalent to CreationTime because Amazon SageMaker Studio Lifecycle Configurations are immutable.</p>
|
|
353
|
+
*/
|
|
354
|
+
LastModifiedTime?: Date;
|
|
355
|
+
/**
|
|
356
|
+
* @public
|
|
357
|
+
* <p>The App type to which the Lifecycle Configuration is attached.</p>
|
|
358
|
+
*/
|
|
359
|
+
StudioLifecycleConfigAppType?: StudioLifecycleConfigAppType;
|
|
360
|
+
}
|
|
361
|
+
/**
|
|
362
|
+
* @public
|
|
363
|
+
*/
|
|
364
|
+
export interface ListStudioLifecycleConfigsResponse {
|
|
365
|
+
/**
|
|
366
|
+
* @public
|
|
367
|
+
* <p>If the previous response was truncated, you will receive this token.
|
|
368
|
+
* Use it in your next request to receive the next set of results.</p>
|
|
369
|
+
*/
|
|
370
|
+
NextToken?: string;
|
|
371
|
+
/**
|
|
372
|
+
* @public
|
|
373
|
+
* <p>A list of Lifecycle Configurations and their properties.</p>
|
|
374
|
+
*/
|
|
375
|
+
StudioLifecycleConfigs?: StudioLifecycleConfigDetails[];
|
|
376
|
+
}
|
|
377
|
+
/**
|
|
378
|
+
* @public
|
|
379
|
+
*/
|
|
380
|
+
export interface ListSubscribedWorkteamsRequest {
|
|
381
|
+
/**
|
|
382
|
+
* @public
|
|
383
|
+
* <p>A string in the work team name. This filter returns only work teams whose name
|
|
384
|
+
* contains the specified string.</p>
|
|
385
|
+
*/
|
|
386
|
+
NameContains?: string;
|
|
387
|
+
/**
|
|
388
|
+
* @public
|
|
389
|
+
* <p>If the result of the previous <code>ListSubscribedWorkteams</code> request was
|
|
390
|
+
* truncated, the response includes a <code>NextToken</code>. To retrieve the next set of
|
|
391
|
+
* labeling jobs, use the token in the next request.</p>
|
|
392
|
+
*/
|
|
393
|
+
NextToken?: string;
|
|
394
|
+
/**
|
|
395
|
+
* @public
|
|
396
|
+
* <p>The maximum number of work teams to return in each page of the response.</p>
|
|
397
|
+
*/
|
|
398
|
+
MaxResults?: number;
|
|
399
|
+
}
|
|
400
|
+
/**
|
|
401
|
+
* @public
|
|
402
|
+
*/
|
|
403
|
+
export interface ListSubscribedWorkteamsResponse {
|
|
404
|
+
/**
|
|
405
|
+
* @public
|
|
406
|
+
* <p>An array of <code>Workteam</code> objects, each describing a work team.</p>
|
|
407
|
+
*/
|
|
408
|
+
SubscribedWorkteams: SubscribedWorkteam[] | undefined;
|
|
409
|
+
/**
|
|
410
|
+
* @public
|
|
411
|
+
* <p>If the response is truncated, Amazon SageMaker returns this token. To retrieve the next set of
|
|
412
|
+
* work teams, use it in the subsequent request.</p>
|
|
413
|
+
*/
|
|
414
|
+
NextToken?: string;
|
|
415
|
+
}
|
|
416
|
+
/**
|
|
417
|
+
* @public
|
|
418
|
+
*/
|
|
419
|
+
export interface ListTagsInput {
|
|
420
|
+
/**
|
|
421
|
+
* @public
|
|
422
|
+
* <p>The Amazon Resource Name (ARN) of the resource whose tags you want to
|
|
423
|
+
* retrieve.</p>
|
|
424
|
+
*/
|
|
425
|
+
ResourceArn: string | undefined;
|
|
426
|
+
/**
|
|
427
|
+
* @public
|
|
428
|
+
* <p> If the response to the previous <code>ListTags</code> request is truncated, SageMaker
|
|
429
|
+
* returns this token. To retrieve the next set of tags, use it in the subsequent request.
|
|
430
|
+
* </p>
|
|
431
|
+
*/
|
|
432
|
+
NextToken?: string;
|
|
433
|
+
/**
|
|
434
|
+
* @public
|
|
435
|
+
* <p>Maximum number of tags to return.</p>
|
|
436
|
+
*/
|
|
437
|
+
MaxResults?: number;
|
|
438
|
+
}
|
|
439
|
+
/**
|
|
440
|
+
* @public
|
|
441
|
+
*/
|
|
442
|
+
export interface ListTagsOutput {
|
|
443
|
+
/**
|
|
444
|
+
* @public
|
|
445
|
+
* <p>An array of <code>Tag</code> objects, each with a tag key and a value.</p>
|
|
446
|
+
*/
|
|
447
|
+
Tags?: Tag[];
|
|
448
|
+
/**
|
|
449
|
+
* @public
|
|
450
|
+
* <p> If response is truncated, SageMaker includes a token in the response. You can use this
|
|
451
|
+
* token in your subsequent request to fetch next set of tokens. </p>
|
|
452
|
+
*/
|
|
453
|
+
NextToken?: string;
|
|
454
|
+
}
|
|
455
|
+
/**
|
|
456
|
+
* @public
|
|
457
|
+
*/
|
|
458
|
+
export interface ListTrainingJobsRequest {
|
|
459
|
+
/**
|
|
460
|
+
* @public
|
|
461
|
+
* <p>If the result of the previous <code>ListTrainingJobs</code> request was truncated,
|
|
462
|
+
* the response includes a <code>NextToken</code>. To retrieve the next set of training
|
|
463
|
+
* jobs, use the token in the next request. </p>
|
|
464
|
+
*/
|
|
465
|
+
NextToken?: string;
|
|
466
|
+
/**
|
|
467
|
+
* @public
|
|
468
|
+
* <p>The maximum number of training jobs to return in the response.</p>
|
|
469
|
+
*/
|
|
470
|
+
MaxResults?: number;
|
|
471
|
+
/**
|
|
472
|
+
* @public
|
|
473
|
+
* <p>A filter that returns only training jobs created after the specified time
|
|
474
|
+
* (timestamp).</p>
|
|
475
|
+
*/
|
|
476
|
+
CreationTimeAfter?: Date;
|
|
477
|
+
/**
|
|
478
|
+
* @public
|
|
479
|
+
* <p>A filter that returns only training jobs created before the specified time
|
|
480
|
+
* (timestamp).</p>
|
|
481
|
+
*/
|
|
482
|
+
CreationTimeBefore?: Date;
|
|
483
|
+
/**
|
|
484
|
+
* @public
|
|
485
|
+
* <p>A filter that returns only training jobs modified after the specified time
|
|
486
|
+
* (timestamp).</p>
|
|
487
|
+
*/
|
|
488
|
+
LastModifiedTimeAfter?: Date;
|
|
489
|
+
/**
|
|
490
|
+
* @public
|
|
491
|
+
* <p>A filter that returns only training jobs modified before the specified time
|
|
492
|
+
* (timestamp).</p>
|
|
493
|
+
*/
|
|
494
|
+
LastModifiedTimeBefore?: Date;
|
|
495
|
+
/**
|
|
496
|
+
* @public
|
|
497
|
+
* <p>A string in the training job name. This filter returns only training jobs whose
|
|
498
|
+
* name contains the specified string.</p>
|
|
499
|
+
*/
|
|
500
|
+
NameContains?: string;
|
|
501
|
+
/**
|
|
502
|
+
* @public
|
|
503
|
+
* <p>A filter that retrieves only training jobs with a specific status.</p>
|
|
504
|
+
*/
|
|
505
|
+
StatusEquals?: TrainingJobStatus;
|
|
506
|
+
/**
|
|
507
|
+
* @public
|
|
508
|
+
* <p>The field to sort results by. The default is <code>CreationTime</code>.</p>
|
|
509
|
+
*/
|
|
510
|
+
SortBy?: SortBy;
|
|
511
|
+
/**
|
|
512
|
+
* @public
|
|
513
|
+
* <p>The sort order for results. The default is <code>Ascending</code>.</p>
|
|
514
|
+
*/
|
|
515
|
+
SortOrder?: SortOrder;
|
|
516
|
+
/**
|
|
517
|
+
* @public
|
|
518
|
+
* <p>A filter that retrieves only training jobs with a specific warm pool status.</p>
|
|
519
|
+
*/
|
|
520
|
+
WarmPoolStatusEquals?: WarmPoolResourceStatus;
|
|
521
|
+
}
|
|
522
|
+
/**
|
|
523
|
+
* @public
|
|
524
|
+
* <p>Provides summary information about a training job.</p>
|
|
525
|
+
*/
|
|
526
|
+
export interface TrainingJobSummary {
|
|
527
|
+
/**
|
|
528
|
+
* @public
|
|
529
|
+
* <p>The name of the training job that you want a summary for.</p>
|
|
530
|
+
*/
|
|
531
|
+
TrainingJobName: string | undefined;
|
|
532
|
+
/**
|
|
533
|
+
* @public
|
|
534
|
+
* <p>The Amazon Resource Name (ARN) of the training job.</p>
|
|
535
|
+
*/
|
|
536
|
+
TrainingJobArn: string | undefined;
|
|
537
|
+
/**
|
|
538
|
+
* @public
|
|
539
|
+
* <p>A timestamp that shows when the training job was created.</p>
|
|
540
|
+
*/
|
|
541
|
+
CreationTime: Date | undefined;
|
|
542
|
+
/**
|
|
543
|
+
* @public
|
|
544
|
+
* <p>A timestamp that shows when the training job ended. This field is set only if the
|
|
545
|
+
* training job has one of the terminal statuses (<code>Completed</code>,
|
|
546
|
+
* <code>Failed</code>, or <code>Stopped</code>). </p>
|
|
547
|
+
*/
|
|
548
|
+
TrainingEndTime?: Date;
|
|
549
|
+
/**
|
|
550
|
+
* @public
|
|
551
|
+
* <p> Timestamp when the training job was last modified. </p>
|
|
552
|
+
*/
|
|
553
|
+
LastModifiedTime?: Date;
|
|
554
|
+
/**
|
|
555
|
+
* @public
|
|
556
|
+
* <p>The status of the training job.</p>
|
|
557
|
+
*/
|
|
558
|
+
TrainingJobStatus: TrainingJobStatus | undefined;
|
|
559
|
+
/**
|
|
560
|
+
* @public
|
|
561
|
+
* <p>The status of the warm pool associated with the training job.</p>
|
|
562
|
+
*/
|
|
563
|
+
WarmPoolStatus?: WarmPoolStatus;
|
|
564
|
+
}
|
|
565
|
+
/**
|
|
566
|
+
* @public
|
|
567
|
+
*/
|
|
568
|
+
export interface ListTrainingJobsResponse {
|
|
569
|
+
/**
|
|
570
|
+
* @public
|
|
571
|
+
* <p>An array of <code>TrainingJobSummary</code> objects, each listing a training
|
|
572
|
+
* job.</p>
|
|
573
|
+
*/
|
|
574
|
+
TrainingJobSummaries: TrainingJobSummary[] | undefined;
|
|
575
|
+
/**
|
|
576
|
+
* @public
|
|
577
|
+
* <p>If the response is truncated, SageMaker returns this token. To retrieve the next set of
|
|
578
|
+
* training jobs, use it in the subsequent request.</p>
|
|
579
|
+
*/
|
|
580
|
+
NextToken?: string;
|
|
581
|
+
}
|
|
582
|
+
/**
|
|
583
|
+
* @public
|
|
584
|
+
* @enum
|
|
585
|
+
*/
|
|
586
|
+
export declare const TrainingJobSortByOptions: {
|
|
587
|
+
readonly CreationTime: "CreationTime";
|
|
588
|
+
readonly FinalObjectiveMetricValue: "FinalObjectiveMetricValue";
|
|
589
|
+
readonly Name: "Name";
|
|
590
|
+
readonly Status: "Status";
|
|
591
|
+
};
|
|
592
|
+
/**
|
|
593
|
+
* @public
|
|
594
|
+
*/
|
|
595
|
+
export type TrainingJobSortByOptions = (typeof TrainingJobSortByOptions)[keyof typeof TrainingJobSortByOptions];
|
|
596
|
+
/**
|
|
597
|
+
* @public
|
|
598
|
+
*/
|
|
599
|
+
export interface ListTrainingJobsForHyperParameterTuningJobRequest {
|
|
600
|
+
/**
|
|
601
|
+
* @public
|
|
602
|
+
* <p>The name of the tuning job whose training jobs you want to list.</p>
|
|
603
|
+
*/
|
|
604
|
+
HyperParameterTuningJobName: string | undefined;
|
|
605
|
+
/**
|
|
606
|
+
* @public
|
|
607
|
+
* <p>If the result of the previous <code>ListTrainingJobsForHyperParameterTuningJob</code>
|
|
608
|
+
* request was truncated, the response includes a <code>NextToken</code>. To retrieve the
|
|
609
|
+
* next set of training jobs, use the token in the next request.</p>
|
|
610
|
+
*/
|
|
611
|
+
NextToken?: string;
|
|
612
|
+
/**
|
|
613
|
+
* @public
|
|
614
|
+
* <p>The maximum number of training jobs to return. The default value is 10.</p>
|
|
615
|
+
*/
|
|
616
|
+
MaxResults?: number;
|
|
617
|
+
/**
|
|
618
|
+
* @public
|
|
619
|
+
* <p>A filter that returns only training jobs with the specified status.</p>
|
|
620
|
+
*/
|
|
621
|
+
StatusEquals?: TrainingJobStatus;
|
|
622
|
+
/**
|
|
623
|
+
* @public
|
|
624
|
+
* <p>The field to sort results by. The default is <code>Name</code>.</p>
|
|
625
|
+
* <p>If the value of this field is <code>FinalObjectiveMetricValue</code>, any training
|
|
626
|
+
* jobs that did not return an objective metric are not listed.</p>
|
|
627
|
+
*/
|
|
628
|
+
SortBy?: TrainingJobSortByOptions;
|
|
629
|
+
/**
|
|
630
|
+
* @public
|
|
631
|
+
* <p>The sort order for results. The default is <code>Ascending</code>.</p>
|
|
632
|
+
*/
|
|
633
|
+
SortOrder?: SortOrder;
|
|
634
|
+
}
|
|
635
|
+
/**
|
|
636
|
+
* @public
|
|
637
|
+
*/
|
|
638
|
+
export interface ListTrainingJobsForHyperParameterTuningJobResponse {
|
|
639
|
+
/**
|
|
640
|
+
* @public
|
|
641
|
+
* <p>A list of <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_TrainingJobSummary.html">TrainingJobSummary</a> objects that
|
|
642
|
+
* describe
|
|
643
|
+
* the training jobs that the
|
|
644
|
+
* <code>ListTrainingJobsForHyperParameterTuningJob</code> request returned.</p>
|
|
645
|
+
*/
|
|
646
|
+
TrainingJobSummaries: HyperParameterTrainingJobSummary[] | undefined;
|
|
647
|
+
/**
|
|
648
|
+
* @public
|
|
649
|
+
* <p>If the result of this <code>ListTrainingJobsForHyperParameterTuningJob</code> request
|
|
650
|
+
* was truncated, the response includes a <code>NextToken</code>. To retrieve the next set
|
|
651
|
+
* of training jobs, use the token in the next request.</p>
|
|
652
|
+
*/
|
|
653
|
+
NextToken?: string;
|
|
654
|
+
}
|
|
655
|
+
/**
|
|
656
|
+
* @public
|
|
657
|
+
*/
|
|
658
|
+
export interface ListTransformJobsRequest {
|
|
659
|
+
/**
|
|
660
|
+
* @public
|
|
661
|
+
* <p>A filter that returns only transform jobs created after the specified time.</p>
|
|
662
|
+
*/
|
|
663
|
+
CreationTimeAfter?: Date;
|
|
664
|
+
/**
|
|
665
|
+
* @public
|
|
666
|
+
* <p>A filter that returns only transform jobs created before the specified time.</p>
|
|
667
|
+
*/
|
|
668
|
+
CreationTimeBefore?: Date;
|
|
669
|
+
/**
|
|
670
|
+
* @public
|
|
671
|
+
* <p>A filter that returns only transform jobs modified after the specified time.</p>
|
|
672
|
+
*/
|
|
673
|
+
LastModifiedTimeAfter?: Date;
|
|
674
|
+
/**
|
|
675
|
+
* @public
|
|
676
|
+
* <p>A filter that returns only transform jobs modified before the specified time.</p>
|
|
677
|
+
*/
|
|
678
|
+
LastModifiedTimeBefore?: Date;
|
|
679
|
+
/**
|
|
680
|
+
* @public
|
|
681
|
+
* <p>A string in the transform job name. This filter returns only transform jobs whose name
|
|
682
|
+
* contains the specified string.</p>
|
|
683
|
+
*/
|
|
684
|
+
NameContains?: string;
|
|
685
|
+
/**
|
|
686
|
+
* @public
|
|
687
|
+
* <p>A filter that retrieves only transform jobs with a specific status.</p>
|
|
688
|
+
*/
|
|
689
|
+
StatusEquals?: TransformJobStatus;
|
|
690
|
+
/**
|
|
691
|
+
* @public
|
|
692
|
+
* <p>The field to sort results by. The default is <code>CreationTime</code>.</p>
|
|
693
|
+
*/
|
|
694
|
+
SortBy?: SortBy;
|
|
695
|
+
/**
|
|
696
|
+
* @public
|
|
697
|
+
* <p>The sort order for results. The default is <code>Descending</code>.</p>
|
|
698
|
+
*/
|
|
699
|
+
SortOrder?: SortOrder;
|
|
700
|
+
/**
|
|
701
|
+
* @public
|
|
702
|
+
* <p>If the result of the previous <code>ListTransformJobs</code> request was truncated,
|
|
703
|
+
* the response includes a <code>NextToken</code>. To retrieve the next set of transform
|
|
704
|
+
* jobs, use the token in the next request.</p>
|
|
705
|
+
*/
|
|
706
|
+
NextToken?: string;
|
|
707
|
+
/**
|
|
708
|
+
* @public
|
|
709
|
+
* <p>The maximum number of transform jobs to return in the response. The default value is <code>10</code>.</p>
|
|
710
|
+
*/
|
|
711
|
+
MaxResults?: number;
|
|
712
|
+
}
|
|
713
|
+
/**
|
|
714
|
+
* @public
|
|
715
|
+
* <p>Provides a
|
|
716
|
+
* summary
|
|
717
|
+
* of a transform job. Multiple <code>TransformJobSummary</code> objects are returned as a
|
|
718
|
+
* list after in response to a <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_ListTransformJobs.html">ListTransformJobs</a> call.</p>
|
|
719
|
+
*/
|
|
720
|
+
export interface TransformJobSummary {
|
|
721
|
+
/**
|
|
722
|
+
* @public
|
|
723
|
+
* <p>The name of the transform job.</p>
|
|
724
|
+
*/
|
|
725
|
+
TransformJobName: string | undefined;
|
|
726
|
+
/**
|
|
727
|
+
* @public
|
|
728
|
+
* <p>The Amazon Resource Name (ARN) of the transform job.</p>
|
|
729
|
+
*/
|
|
730
|
+
TransformJobArn: string | undefined;
|
|
731
|
+
/**
|
|
732
|
+
* @public
|
|
733
|
+
* <p>A timestamp that shows when the transform Job was created.</p>
|
|
734
|
+
*/
|
|
735
|
+
CreationTime: Date | undefined;
|
|
736
|
+
/**
|
|
737
|
+
* @public
|
|
738
|
+
* <p>Indicates when the transform
|
|
739
|
+
* job
|
|
740
|
+
* ends on compute instances. For successful jobs and stopped jobs, this
|
|
741
|
+
* is the exact time
|
|
742
|
+
* recorded
|
|
743
|
+
* after the results are uploaded. For failed jobs, this is when Amazon SageMaker
|
|
744
|
+
* detected that the job failed.</p>
|
|
745
|
+
*/
|
|
746
|
+
TransformEndTime?: Date;
|
|
747
|
+
/**
|
|
748
|
+
* @public
|
|
749
|
+
* <p>Indicates when the transform job was last modified.</p>
|
|
750
|
+
*/
|
|
751
|
+
LastModifiedTime?: Date;
|
|
752
|
+
/**
|
|
753
|
+
* @public
|
|
754
|
+
* <p>The status of the transform job.</p>
|
|
755
|
+
*/
|
|
756
|
+
TransformJobStatus: TransformJobStatus | undefined;
|
|
757
|
+
/**
|
|
758
|
+
* @public
|
|
759
|
+
* <p>If the transform job failed,
|
|
760
|
+
* the
|
|
761
|
+
* reason it failed.</p>
|
|
762
|
+
*/
|
|
763
|
+
FailureReason?: string;
|
|
764
|
+
}
|
|
765
|
+
/**
|
|
766
|
+
* @public
|
|
767
|
+
*/
|
|
768
|
+
export interface ListTransformJobsResponse {
|
|
769
|
+
/**
|
|
770
|
+
* @public
|
|
771
|
+
* <p>An array of
|
|
772
|
+
* <code>TransformJobSummary</code>
|
|
773
|
+
* objects.</p>
|
|
774
|
+
*/
|
|
775
|
+
TransformJobSummaries: TransformJobSummary[] | undefined;
|
|
776
|
+
/**
|
|
777
|
+
* @public
|
|
778
|
+
* <p>If the response is truncated, Amazon SageMaker returns this token. To retrieve the next set of
|
|
779
|
+
* transform jobs, use it in the next request.</p>
|
|
780
|
+
*/
|
|
781
|
+
NextToken?: string;
|
|
782
|
+
}
|
|
783
|
+
/**
|
|
784
|
+
* @public
|
|
785
|
+
* @enum
|
|
786
|
+
*/
|
|
787
|
+
export declare const SortTrialComponentsBy: {
|
|
788
|
+
readonly CREATION_TIME: "CreationTime";
|
|
789
|
+
readonly NAME: "Name";
|
|
790
|
+
};
|
|
791
|
+
/**
|
|
792
|
+
* @public
|
|
793
|
+
*/
|
|
794
|
+
export type SortTrialComponentsBy = (typeof SortTrialComponentsBy)[keyof typeof SortTrialComponentsBy];
|
|
795
|
+
/**
|
|
796
|
+
* @public
|
|
797
|
+
*/
|
|
798
|
+
export interface ListTrialComponentsRequest {
|
|
799
|
+
/**
|
|
800
|
+
* @public
|
|
801
|
+
* <p>A filter that returns only components that are part of the specified experiment. If you
|
|
802
|
+
* specify <code>ExperimentName</code>, you can't filter by <code>SourceArn</code> or
|
|
803
|
+
* <code>TrialName</code>.</p>
|
|
804
|
+
*/
|
|
805
|
+
ExperimentName?: string;
|
|
806
|
+
/**
|
|
807
|
+
* @public
|
|
808
|
+
* <p>A filter that returns only components that are part of the specified trial. If you specify
|
|
809
|
+
* <code>TrialName</code>, you can't filter by <code>ExperimentName</code> or
|
|
810
|
+
* <code>SourceArn</code>.</p>
|
|
811
|
+
*/
|
|
812
|
+
TrialName?: string;
|
|
813
|
+
/**
|
|
814
|
+
* @public
|
|
815
|
+
* <p>A filter that returns only components that have the specified source Amazon Resource Name (ARN).
|
|
816
|
+
* If you specify <code>SourceArn</code>, you can't filter by <code>ExperimentName</code>
|
|
817
|
+
* or <code>TrialName</code>.</p>
|
|
818
|
+
*/
|
|
819
|
+
SourceArn?: string;
|
|
820
|
+
/**
|
|
821
|
+
* @public
|
|
822
|
+
* <p>A filter that returns only components created after the specified time.</p>
|
|
823
|
+
*/
|
|
824
|
+
CreatedAfter?: Date;
|
|
825
|
+
/**
|
|
826
|
+
* @public
|
|
827
|
+
* <p>A filter that returns only components created before the specified time.</p>
|
|
828
|
+
*/
|
|
829
|
+
CreatedBefore?: Date;
|
|
830
|
+
/**
|
|
831
|
+
* @public
|
|
832
|
+
* <p>The property used to sort results. The default value is <code>CreationTime</code>.</p>
|
|
833
|
+
*/
|
|
834
|
+
SortBy?: SortTrialComponentsBy;
|
|
835
|
+
/**
|
|
836
|
+
* @public
|
|
837
|
+
* <p>The sort order. The default value is <code>Descending</code>.</p>
|
|
838
|
+
*/
|
|
839
|
+
SortOrder?: SortOrder;
|
|
840
|
+
/**
|
|
841
|
+
* @public
|
|
842
|
+
* <p>The maximum number of components to return in the response. The default value is
|
|
843
|
+
* 10.</p>
|
|
844
|
+
*/
|
|
845
|
+
MaxResults?: number;
|
|
846
|
+
/**
|
|
847
|
+
* @public
|
|
848
|
+
* <p>If the previous call to <code>ListTrialComponents</code> didn't return the full set of
|
|
849
|
+
* components, the call returns a token for getting the next set of components.</p>
|
|
850
|
+
*/
|
|
851
|
+
NextToken?: string;
|
|
852
|
+
}
|
|
853
|
+
/**
|
|
854
|
+
* @public
|
|
855
|
+
* <p>A summary of the properties of a trial component. To get all the properties, call the
|
|
856
|
+
* <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DescribeTrialComponent.html">DescribeTrialComponent</a> API and provide the
|
|
857
|
+
* <code>TrialComponentName</code>.</p>
|
|
858
|
+
*/
|
|
859
|
+
export interface TrialComponentSummary {
|
|
860
|
+
/**
|
|
861
|
+
* @public
|
|
862
|
+
* <p>The name of the trial component.</p>
|
|
863
|
+
*/
|
|
864
|
+
TrialComponentName?: string;
|
|
865
|
+
/**
|
|
866
|
+
* @public
|
|
867
|
+
* <p>The Amazon Resource Name (ARN) of the trial component.</p>
|
|
868
|
+
*/
|
|
869
|
+
TrialComponentArn?: string;
|
|
870
|
+
/**
|
|
871
|
+
* @public
|
|
872
|
+
* <p>The name of the component as displayed. If <code>DisplayName</code> isn't specified,
|
|
873
|
+
* <code>TrialComponentName</code> is displayed.</p>
|
|
874
|
+
*/
|
|
875
|
+
DisplayName?: string;
|
|
876
|
+
/**
|
|
877
|
+
* @public
|
|
878
|
+
* <p>The Amazon Resource Name (ARN) and job type of the source of a trial component.</p>
|
|
879
|
+
*/
|
|
880
|
+
TrialComponentSource?: TrialComponentSource;
|
|
881
|
+
/**
|
|
882
|
+
* @public
|
|
883
|
+
* <p>The status of the component. States include:</p>
|
|
884
|
+
* <ul>
|
|
885
|
+
* <li>
|
|
886
|
+
* <p>InProgress</p>
|
|
887
|
+
* </li>
|
|
888
|
+
* <li>
|
|
889
|
+
* <p>Completed</p>
|
|
890
|
+
* </li>
|
|
891
|
+
* <li>
|
|
892
|
+
* <p>Failed</p>
|
|
893
|
+
* </li>
|
|
894
|
+
* </ul>
|
|
895
|
+
*/
|
|
896
|
+
Status?: TrialComponentStatus;
|
|
897
|
+
/**
|
|
898
|
+
* @public
|
|
899
|
+
* <p>When the component started.</p>
|
|
900
|
+
*/
|
|
901
|
+
StartTime?: Date;
|
|
902
|
+
/**
|
|
903
|
+
* @public
|
|
904
|
+
* <p>When the component ended.</p>
|
|
905
|
+
*/
|
|
906
|
+
EndTime?: Date;
|
|
907
|
+
/**
|
|
908
|
+
* @public
|
|
909
|
+
* <p>When the component was created.</p>
|
|
910
|
+
*/
|
|
911
|
+
CreationTime?: Date;
|
|
912
|
+
/**
|
|
913
|
+
* @public
|
|
914
|
+
* <p>Who created the trial component.</p>
|
|
915
|
+
*/
|
|
916
|
+
CreatedBy?: UserContext;
|
|
917
|
+
/**
|
|
918
|
+
* @public
|
|
919
|
+
* <p>When the component was last modified.</p>
|
|
920
|
+
*/
|
|
921
|
+
LastModifiedTime?: Date;
|
|
922
|
+
/**
|
|
923
|
+
* @public
|
|
924
|
+
* <p>Who last modified the component.</p>
|
|
925
|
+
*/
|
|
926
|
+
LastModifiedBy?: UserContext;
|
|
927
|
+
}
|
|
928
|
+
/**
|
|
929
|
+
* @public
|
|
930
|
+
*/
|
|
931
|
+
export interface ListTrialComponentsResponse {
|
|
932
|
+
/**
|
|
933
|
+
* @public
|
|
934
|
+
* <p>A list of the summaries of your trial components.</p>
|
|
935
|
+
*/
|
|
936
|
+
TrialComponentSummaries?: TrialComponentSummary[];
|
|
937
|
+
/**
|
|
938
|
+
* @public
|
|
939
|
+
* <p>A token for getting the next set of components, if there are any.</p>
|
|
940
|
+
*/
|
|
941
|
+
NextToken?: string;
|
|
942
|
+
}
|
|
943
|
+
/**
|
|
944
|
+
* @public
|
|
945
|
+
* @enum
|
|
946
|
+
*/
|
|
947
|
+
export declare const SortTrialsBy: {
|
|
948
|
+
readonly CREATION_TIME: "CreationTime";
|
|
949
|
+
readonly NAME: "Name";
|
|
950
|
+
};
|
|
951
|
+
/**
|
|
952
|
+
* @public
|
|
953
|
+
*/
|
|
954
|
+
export type SortTrialsBy = (typeof SortTrialsBy)[keyof typeof SortTrialsBy];
|
|
955
|
+
/**
|
|
956
|
+
* @public
|
|
957
|
+
*/
|
|
958
|
+
export interface ListTrialsRequest {
|
|
959
|
+
/**
|
|
960
|
+
* @public
|
|
961
|
+
* <p>A filter that returns only trials that are part of the specified experiment.</p>
|
|
962
|
+
*/
|
|
963
|
+
ExperimentName?: string;
|
|
964
|
+
/**
|
|
965
|
+
* @public
|
|
966
|
+
* <p>A filter that returns only trials that are associated with the specified trial
|
|
967
|
+
* component.</p>
|
|
968
|
+
*/
|
|
969
|
+
TrialComponentName?: string;
|
|
970
|
+
/**
|
|
971
|
+
* @public
|
|
972
|
+
* <p>A filter that returns only trials created after the specified time.</p>
|
|
973
|
+
*/
|
|
974
|
+
CreatedAfter?: Date;
|
|
975
|
+
/**
|
|
976
|
+
* @public
|
|
977
|
+
* <p>A filter that returns only trials created before the specified time.</p>
|
|
978
|
+
*/
|
|
979
|
+
CreatedBefore?: Date;
|
|
980
|
+
/**
|
|
981
|
+
* @public
|
|
982
|
+
* <p>The property used to sort results. The default value is <code>CreationTime</code>.</p>
|
|
983
|
+
*/
|
|
984
|
+
SortBy?: SortTrialsBy;
|
|
985
|
+
/**
|
|
986
|
+
* @public
|
|
987
|
+
* <p>The sort order. The default value is <code>Descending</code>.</p>
|
|
988
|
+
*/
|
|
989
|
+
SortOrder?: SortOrder;
|
|
990
|
+
/**
|
|
991
|
+
* @public
|
|
992
|
+
* <p>The maximum number of trials to return in the response. The default value is 10.</p>
|
|
993
|
+
*/
|
|
994
|
+
MaxResults?: number;
|
|
995
|
+
/**
|
|
996
|
+
* @public
|
|
997
|
+
* <p>If the previous call to <code>ListTrials</code> didn't return the full set of trials, the
|
|
998
|
+
* call returns a token for getting the next set of trials.</p>
|
|
999
|
+
*/
|
|
1000
|
+
NextToken?: string;
|
|
1001
|
+
}
|
|
1002
|
+
/**
|
|
1003
|
+
* @public
|
|
1004
|
+
* <p>A summary of the properties of a trial. To get the complete set of properties, call the
|
|
1005
|
+
* <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DescribeTrial.html">DescribeTrial</a> API and provide the <code>TrialName</code>.</p>
|
|
1006
|
+
*/
|
|
1007
|
+
export interface TrialSummary {
|
|
1008
|
+
/**
|
|
1009
|
+
* @public
|
|
1010
|
+
* <p>The Amazon Resource Name (ARN) of the trial.</p>
|
|
1011
|
+
*/
|
|
1012
|
+
TrialArn?: string;
|
|
1013
|
+
/**
|
|
1014
|
+
* @public
|
|
1015
|
+
* <p>The name of the trial.</p>
|
|
1016
|
+
*/
|
|
1017
|
+
TrialName?: string;
|
|
1018
|
+
/**
|
|
1019
|
+
* @public
|
|
1020
|
+
* <p>The name of the trial as displayed. If <code>DisplayName</code> isn't specified,
|
|
1021
|
+
* <code>TrialName</code> is displayed.</p>
|
|
1022
|
+
*/
|
|
1023
|
+
DisplayName?: string;
|
|
1024
|
+
/**
|
|
1025
|
+
* @public
|
|
1026
|
+
* <p>The source of the trial.</p>
|
|
1027
|
+
*/
|
|
1028
|
+
TrialSource?: TrialSource;
|
|
1029
|
+
/**
|
|
1030
|
+
* @public
|
|
1031
|
+
* <p>When the trial was created.</p>
|
|
1032
|
+
*/
|
|
1033
|
+
CreationTime?: Date;
|
|
1034
|
+
/**
|
|
1035
|
+
* @public
|
|
1036
|
+
* <p>When the trial was last modified.</p>
|
|
1037
|
+
*/
|
|
1038
|
+
LastModifiedTime?: Date;
|
|
1039
|
+
}
|
|
1040
|
+
/**
|
|
1041
|
+
* @public
|
|
1042
|
+
*/
|
|
1043
|
+
export interface ListTrialsResponse {
|
|
1044
|
+
/**
|
|
1045
|
+
* @public
|
|
1046
|
+
* <p>A list of the summaries of your trials.</p>
|
|
1047
|
+
*/
|
|
1048
|
+
TrialSummaries?: TrialSummary[];
|
|
1049
|
+
/**
|
|
1050
|
+
* @public
|
|
1051
|
+
* <p>A token for getting the next set of trials, if there are any.</p>
|
|
1052
|
+
*/
|
|
1053
|
+
NextToken?: string;
|
|
1054
|
+
}
|
|
1055
|
+
/**
|
|
1056
|
+
* @public
|
|
1057
|
+
* @enum
|
|
1058
|
+
*/
|
|
1059
|
+
export declare const UserProfileSortKey: {
|
|
1060
|
+
readonly CreationTime: "CreationTime";
|
|
1061
|
+
readonly LastModifiedTime: "LastModifiedTime";
|
|
1062
|
+
};
|
|
1063
|
+
/**
|
|
1064
|
+
* @public
|
|
1065
|
+
*/
|
|
1066
|
+
export type UserProfileSortKey = (typeof UserProfileSortKey)[keyof typeof UserProfileSortKey];
|
|
1067
|
+
/**
|
|
1068
|
+
* @public
|
|
1069
|
+
*/
|
|
1070
|
+
export interface ListUserProfilesRequest {
|
|
1071
|
+
/**
|
|
1072
|
+
* @public
|
|
1073
|
+
* <p>If the previous response was truncated, you will receive this token.
|
|
1074
|
+
* Use it in your next request to receive the next set of results.</p>
|
|
1075
|
+
*/
|
|
1076
|
+
NextToken?: string;
|
|
1077
|
+
/**
|
|
1078
|
+
* @public
|
|
1079
|
+
* <p>The total number of items to return in the response. If the total
|
|
1080
|
+
* number of items available is more than the value specified, a <code>NextToken</code>
|
|
1081
|
+
* is provided in the response. To resume pagination, provide the <code>NextToken</code>
|
|
1082
|
+
* value in the as part of a subsequent call. The default value is 10.</p>
|
|
1083
|
+
*/
|
|
1084
|
+
MaxResults?: number;
|
|
1085
|
+
/**
|
|
1086
|
+
* @public
|
|
1087
|
+
* <p>The sort order for the results. The default is Ascending.</p>
|
|
1088
|
+
*/
|
|
1089
|
+
SortOrder?: SortOrder;
|
|
1090
|
+
/**
|
|
1091
|
+
* @public
|
|
1092
|
+
* <p>The parameter by which to sort the results. The default is CreationTime.</p>
|
|
1093
|
+
*/
|
|
1094
|
+
SortBy?: UserProfileSortKey;
|
|
1095
|
+
/**
|
|
1096
|
+
* @public
|
|
1097
|
+
* <p>A parameter by which to filter the results.</p>
|
|
1098
|
+
*/
|
|
1099
|
+
DomainIdEquals?: string;
|
|
1100
|
+
/**
|
|
1101
|
+
* @public
|
|
1102
|
+
* <p>A parameter by which to filter the results.</p>
|
|
1103
|
+
*/
|
|
1104
|
+
UserProfileNameContains?: string;
|
|
1105
|
+
}
|
|
1106
|
+
/**
|
|
1107
|
+
* @public
|
|
1108
|
+
* <p>The user profile details.</p>
|
|
1109
|
+
*/
|
|
1110
|
+
export interface UserProfileDetails {
|
|
1111
|
+
/**
|
|
1112
|
+
* @public
|
|
1113
|
+
* <p>The domain ID.</p>
|
|
1114
|
+
*/
|
|
1115
|
+
DomainId?: string;
|
|
1116
|
+
/**
|
|
1117
|
+
* @public
|
|
1118
|
+
* <p>The user profile name.</p>
|
|
1119
|
+
*/
|
|
1120
|
+
UserProfileName?: string;
|
|
1121
|
+
/**
|
|
1122
|
+
* @public
|
|
1123
|
+
* <p>The status.</p>
|
|
1124
|
+
*/
|
|
1125
|
+
Status?: UserProfileStatus;
|
|
1126
|
+
/**
|
|
1127
|
+
* @public
|
|
1128
|
+
* <p>The creation time.</p>
|
|
1129
|
+
*/
|
|
1130
|
+
CreationTime?: Date;
|
|
1131
|
+
/**
|
|
1132
|
+
* @public
|
|
1133
|
+
* <p>The last modified time.</p>
|
|
1134
|
+
*/
|
|
1135
|
+
LastModifiedTime?: Date;
|
|
1136
|
+
}
|
|
1137
|
+
/**
|
|
1138
|
+
* @public
|
|
1139
|
+
*/
|
|
1140
|
+
export interface ListUserProfilesResponse {
|
|
1141
|
+
/**
|
|
1142
|
+
* @public
|
|
1143
|
+
* <p>The list of user profiles.</p>
|
|
1144
|
+
*/
|
|
1145
|
+
UserProfiles?: UserProfileDetails[];
|
|
1146
|
+
/**
|
|
1147
|
+
* @public
|
|
1148
|
+
* <p>If the previous response was truncated, you will receive this token.
|
|
1149
|
+
* Use it in your next request to receive the next set of results.</p>
|
|
1150
|
+
*/
|
|
1151
|
+
NextToken?: string;
|
|
1152
|
+
}
|
|
1153
|
+
/**
|
|
1154
|
+
* @public
|
|
1155
|
+
* @enum
|
|
1156
|
+
*/
|
|
1157
|
+
export declare const ListWorkforcesSortByOptions: {
|
|
1158
|
+
readonly CreateDate: "CreateDate";
|
|
1159
|
+
readonly Name: "Name";
|
|
1160
|
+
};
|
|
1161
|
+
/**
|
|
1162
|
+
* @public
|
|
1163
|
+
*/
|
|
1164
|
+
export type ListWorkforcesSortByOptions = (typeof ListWorkforcesSortByOptions)[keyof typeof ListWorkforcesSortByOptions];
|
|
1165
|
+
/**
|
|
1166
|
+
* @public
|
|
1167
|
+
*/
|
|
1168
|
+
export interface ListWorkforcesRequest {
|
|
1169
|
+
/**
|
|
1170
|
+
* @public
|
|
1171
|
+
* <p>Sort workforces using the workforce name or creation date.</p>
|
|
1172
|
+
*/
|
|
1173
|
+
SortBy?: ListWorkforcesSortByOptions;
|
|
1174
|
+
/**
|
|
1175
|
+
* @public
|
|
1176
|
+
* <p>Sort workforces in ascending or descending order.</p>
|
|
1177
|
+
*/
|
|
1178
|
+
SortOrder?: SortOrder;
|
|
1179
|
+
/**
|
|
1180
|
+
* @public
|
|
1181
|
+
* <p>A filter you can use to search for workforces using part of the workforce name.</p>
|
|
1182
|
+
*/
|
|
1183
|
+
NameContains?: string;
|
|
1184
|
+
/**
|
|
1185
|
+
* @public
|
|
1186
|
+
* <p>A token to resume pagination.</p>
|
|
1187
|
+
*/
|
|
1188
|
+
NextToken?: string;
|
|
1189
|
+
/**
|
|
1190
|
+
* @public
|
|
1191
|
+
* <p>The maximum number of workforces returned in the response.</p>
|
|
1192
|
+
*/
|
|
1193
|
+
MaxResults?: number;
|
|
1194
|
+
}
|
|
1195
|
+
/**
|
|
1196
|
+
* @public
|
|
1197
|
+
*/
|
|
1198
|
+
export interface ListWorkforcesResponse {
|
|
1199
|
+
/**
|
|
1200
|
+
* @public
|
|
1201
|
+
* <p>A list containing information about your workforce.</p>
|
|
1202
|
+
*/
|
|
1203
|
+
Workforces: Workforce[] | undefined;
|
|
1204
|
+
/**
|
|
1205
|
+
* @public
|
|
1206
|
+
* <p>A token to resume pagination.</p>
|
|
1207
|
+
*/
|
|
1208
|
+
NextToken?: string;
|
|
1209
|
+
}
|
|
1210
|
+
/**
|
|
1211
|
+
* @public
|
|
1212
|
+
* @enum
|
|
1213
|
+
*/
|
|
1214
|
+
export declare const ListWorkteamsSortByOptions: {
|
|
1215
|
+
readonly CreateDate: "CreateDate";
|
|
1216
|
+
readonly Name: "Name";
|
|
1217
|
+
};
|
|
1218
|
+
/**
|
|
1219
|
+
* @public
|
|
1220
|
+
*/
|
|
1221
|
+
export type ListWorkteamsSortByOptions = (typeof ListWorkteamsSortByOptions)[keyof typeof ListWorkteamsSortByOptions];
|
|
1222
|
+
/**
|
|
1223
|
+
* @public
|
|
1224
|
+
*/
|
|
1225
|
+
export interface ListWorkteamsRequest {
|
|
1226
|
+
/**
|
|
1227
|
+
* @public
|
|
1228
|
+
* <p>The field to sort results by. The default is <code>CreationTime</code>.</p>
|
|
1229
|
+
*/
|
|
1230
|
+
SortBy?: ListWorkteamsSortByOptions;
|
|
1231
|
+
/**
|
|
1232
|
+
* @public
|
|
1233
|
+
* <p>The sort order for results. The default is <code>Ascending</code>.</p>
|
|
1234
|
+
*/
|
|
1235
|
+
SortOrder?: SortOrder;
|
|
1236
|
+
/**
|
|
1237
|
+
* @public
|
|
1238
|
+
* <p>A string in the work team's name. This filter returns only work teams whose name
|
|
1239
|
+
* contains the specified string.</p>
|
|
1240
|
+
*/
|
|
1241
|
+
NameContains?: string;
|
|
1242
|
+
/**
|
|
1243
|
+
* @public
|
|
1244
|
+
* <p>If the result of the previous <code>ListWorkteams</code> request was truncated, the
|
|
1245
|
+
* response includes a <code>NextToken</code>. To retrieve the next set of labeling jobs,
|
|
1246
|
+
* use the token in the next request.</p>
|
|
1247
|
+
*/
|
|
1248
|
+
NextToken?: string;
|
|
1249
|
+
/**
|
|
1250
|
+
* @public
|
|
1251
|
+
* <p>The maximum number of work teams to return in each page of the response.</p>
|
|
1252
|
+
*/
|
|
1253
|
+
MaxResults?: number;
|
|
1254
|
+
}
|
|
1255
|
+
/**
|
|
1256
|
+
* @public
|
|
1257
|
+
*/
|
|
1258
|
+
export interface ListWorkteamsResponse {
|
|
1259
|
+
/**
|
|
1260
|
+
* @public
|
|
1261
|
+
* <p>An array of <code>Workteam</code> objects, each describing a work team.</p>
|
|
1262
|
+
*/
|
|
1263
|
+
Workteams: Workteam[] | undefined;
|
|
1264
|
+
/**
|
|
1265
|
+
* @public
|
|
1266
|
+
* <p>If the response is truncated, Amazon SageMaker returns this token. To retrieve the next set of
|
|
1267
|
+
* work teams, use it in the subsequent request.</p>
|
|
1268
|
+
*/
|
|
1269
|
+
NextToken?: string;
|
|
1270
|
+
}
|
|
1271
|
+
/**
|
|
1272
|
+
* @public
|
|
1273
|
+
* <p>The properties of a model as returned by the <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_Search.html">Search</a> API.</p>
|
|
1274
|
+
*/
|
|
1275
|
+
export interface Model {
|
|
1276
|
+
/**
|
|
1277
|
+
* @public
|
|
1278
|
+
* <p>The name of the model.</p>
|
|
1279
|
+
*/
|
|
1280
|
+
ModelName?: string;
|
|
1281
|
+
/**
|
|
1282
|
+
* @public
|
|
1283
|
+
* <p>Describes the container, as part of model definition.</p>
|
|
1284
|
+
*/
|
|
1285
|
+
PrimaryContainer?: ContainerDefinition;
|
|
1286
|
+
/**
|
|
1287
|
+
* @public
|
|
1288
|
+
* <p>The containers in the inference pipeline.</p>
|
|
1289
|
+
*/
|
|
1290
|
+
Containers?: ContainerDefinition[];
|
|
1291
|
+
/**
|
|
1292
|
+
* @public
|
|
1293
|
+
* <p>Specifies details about how containers in a multi-container endpoint are run.</p>
|
|
1294
|
+
*/
|
|
1295
|
+
InferenceExecutionConfig?: InferenceExecutionConfig;
|
|
1296
|
+
/**
|
|
1297
|
+
* @public
|
|
1298
|
+
* <p>The Amazon Resource Name (ARN) of the IAM role that you specified for the
|
|
1299
|
+
* model.</p>
|
|
1300
|
+
*/
|
|
1301
|
+
ExecutionRoleArn?: string;
|
|
1302
|
+
/**
|
|
1303
|
+
* @public
|
|
1304
|
+
* <p>Specifies an Amazon Virtual Private Cloud (VPC) that your SageMaker jobs, hosted models, and compute resources
|
|
1305
|
+
* have access to. You can control access to and from your resources by configuring a VPC.
|
|
1306
|
+
* For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/infrastructure-give-access.html">Give SageMaker Access to Resources in your Amazon VPC</a>. </p>
|
|
1307
|
+
*/
|
|
1308
|
+
VpcConfig?: VpcConfig;
|
|
1309
|
+
/**
|
|
1310
|
+
* @public
|
|
1311
|
+
* <p>A timestamp that indicates when the model was created.</p>
|
|
1312
|
+
*/
|
|
1313
|
+
CreationTime?: Date;
|
|
1314
|
+
/**
|
|
1315
|
+
* @public
|
|
1316
|
+
* <p>The Amazon Resource Name (ARN) of the model.</p>
|
|
1317
|
+
*/
|
|
1318
|
+
ModelArn?: string;
|
|
1319
|
+
/**
|
|
1320
|
+
* @public
|
|
1321
|
+
* <p>Isolates the model container. No inbound or outbound network calls can be made to or
|
|
1322
|
+
* from the model container.</p>
|
|
1323
|
+
*/
|
|
1324
|
+
EnableNetworkIsolation?: boolean;
|
|
1325
|
+
/**
|
|
1326
|
+
* @public
|
|
1327
|
+
* <p>A list of key-value pairs associated with the model. For more information, see
|
|
1328
|
+
* <a href="https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html">Tagging Amazon Web Services
|
|
1329
|
+
* resources</a> in the <i>Amazon Web Services General Reference Guide</i>.</p>
|
|
1330
|
+
*/
|
|
1331
|
+
Tags?: Tag[];
|
|
1332
|
+
/**
|
|
1333
|
+
* @public
|
|
1334
|
+
* <p>A set of recommended deployment configurations for the model.</p>
|
|
1335
|
+
*/
|
|
1336
|
+
DeploymentRecommendation?: DeploymentRecommendation;
|
|
1337
|
+
}
|
|
5
1338
|
/**
|
|
6
1339
|
* @public
|
|
7
1340
|
* <p>An Amazon SageMaker Model Card.</p>
|
|
@@ -2760,6 +4093,31 @@ export interface UpdateArtifactResponse {
|
|
|
2760
4093
|
*/
|
|
2761
4094
|
ArtifactArn?: string;
|
|
2762
4095
|
}
|
|
4096
|
+
/**
|
|
4097
|
+
* @public
|
|
4098
|
+
*/
|
|
4099
|
+
export interface UpdateClusterRequest {
|
|
4100
|
+
/**
|
|
4101
|
+
* @public
|
|
4102
|
+
* <p>Specify the name of the SageMaker HyperPod cluster you want to update.</p>
|
|
4103
|
+
*/
|
|
4104
|
+
ClusterName: string | undefined;
|
|
4105
|
+
/**
|
|
4106
|
+
* @public
|
|
4107
|
+
* <p>Specify the instance groups to update.</p>
|
|
4108
|
+
*/
|
|
4109
|
+
InstanceGroups: ClusterInstanceGroupSpecification[] | undefined;
|
|
4110
|
+
}
|
|
4111
|
+
/**
|
|
4112
|
+
* @public
|
|
4113
|
+
*/
|
|
4114
|
+
export interface UpdateClusterResponse {
|
|
4115
|
+
/**
|
|
4116
|
+
* @public
|
|
4117
|
+
* <p>The Amazon Resource Name (ARN) of the updated SageMaker HyperPod cluster.</p>
|
|
4118
|
+
*/
|
|
4119
|
+
ClusterArn: string | undefined;
|
|
4120
|
+
}
|
|
2763
4121
|
/**
|
|
2764
4122
|
* @public
|
|
2765
4123
|
*/
|
|
@@ -2910,6 +4268,34 @@ export interface UpdateDomainRequest {
|
|
|
2910
4268
|
* <code>Service</code>.</p>
|
|
2911
4269
|
*/
|
|
2912
4270
|
AppSecurityGroupManagement?: AppSecurityGroupManagement;
|
|
4271
|
+
/**
|
|
4272
|
+
* @public
|
|
4273
|
+
* <p>The VPC subnets that Studio uses for communication.</p>
|
|
4274
|
+
* <p>If removing subnets, ensure there are no apps in the <code>InService</code>,
|
|
4275
|
+
* <code>Pending</code>, or <code>Deleting</code> state.</p>
|
|
4276
|
+
*/
|
|
4277
|
+
SubnetIds?: string[];
|
|
4278
|
+
/**
|
|
4279
|
+
* @public
|
|
4280
|
+
* <p>Specifies the VPC used for non-EFS traffic.</p>
|
|
4281
|
+
* <ul>
|
|
4282
|
+
* <li>
|
|
4283
|
+
* <p>
|
|
4284
|
+
* <code>PublicInternetOnly</code> - Non-EFS traffic is through a VPC managed by Amazon SageMaker,
|
|
4285
|
+
* which allows direct internet access.</p>
|
|
4286
|
+
* </li>
|
|
4287
|
+
* <li>
|
|
4288
|
+
* <p>
|
|
4289
|
+
* <code>VpcOnly</code> - All Studio traffic is through the specified VPC and subnets.</p>
|
|
4290
|
+
* </li>
|
|
4291
|
+
* </ul>
|
|
4292
|
+
* <p>This configuration can only be modified if there are no apps in the <code>InService</code>,
|
|
4293
|
+
* <code>Pending</code>, or <code>Deleting</code> state. The configuration cannot be updated if
|
|
4294
|
+
* <code>DomainSettings.RStudioServerProDomainSettings.DomainExecutionRoleArn</code> is already set
|
|
4295
|
+
* or <code>DomainSettings.RStudioServerProDomainSettings.DomainExecutionRoleArn</code> is provided
|
|
4296
|
+
* as part of the same request.</p>
|
|
4297
|
+
*/
|
|
4298
|
+
AppNetworkAccessType?: AppNetworkAccessType;
|
|
2913
4299
|
}
|
|
2914
4300
|
/**
|
|
2915
4301
|
* @public
|
|
@@ -3338,6 +4724,62 @@ export interface UpdateImageVersionResponse {
|
|
|
3338
4724
|
*/
|
|
3339
4725
|
ImageVersionArn?: string;
|
|
3340
4726
|
}
|
|
4727
|
+
/**
|
|
4728
|
+
* @public
|
|
4729
|
+
*/
|
|
4730
|
+
export interface UpdateInferenceComponentInput {
|
|
4731
|
+
/**
|
|
4732
|
+
* @public
|
|
4733
|
+
* <p>The name of the inference component.</p>
|
|
4734
|
+
*/
|
|
4735
|
+
InferenceComponentName: string | undefined;
|
|
4736
|
+
/**
|
|
4737
|
+
* @public
|
|
4738
|
+
* <p>Details about the resources to deploy with this inference component, including the
|
|
4739
|
+
* model, container, and compute resources.</p>
|
|
4740
|
+
*/
|
|
4741
|
+
Specification?: InferenceComponentSpecification;
|
|
4742
|
+
/**
|
|
4743
|
+
* @public
|
|
4744
|
+
* <p>Runtime settings for a model that is deployed with an inference component.</p>
|
|
4745
|
+
*/
|
|
4746
|
+
RuntimeConfig?: InferenceComponentRuntimeConfig;
|
|
4747
|
+
}
|
|
4748
|
+
/**
|
|
4749
|
+
* @public
|
|
4750
|
+
*/
|
|
4751
|
+
export interface UpdateInferenceComponentOutput {
|
|
4752
|
+
/**
|
|
4753
|
+
* @public
|
|
4754
|
+
* <p>The Amazon Resource Name (ARN) of the inference component.</p>
|
|
4755
|
+
*/
|
|
4756
|
+
InferenceComponentArn: string | undefined;
|
|
4757
|
+
}
|
|
4758
|
+
/**
|
|
4759
|
+
* @public
|
|
4760
|
+
*/
|
|
4761
|
+
export interface UpdateInferenceComponentRuntimeConfigInput {
|
|
4762
|
+
/**
|
|
4763
|
+
* @public
|
|
4764
|
+
* <p>The name of the inference component to update.</p>
|
|
4765
|
+
*/
|
|
4766
|
+
InferenceComponentName: string | undefined;
|
|
4767
|
+
/**
|
|
4768
|
+
* @public
|
|
4769
|
+
* <p>Runtime settings for a model that is deployed with an inference component.</p>
|
|
4770
|
+
*/
|
|
4771
|
+
DesiredRuntimeConfig: InferenceComponentRuntimeConfig | undefined;
|
|
4772
|
+
}
|
|
4773
|
+
/**
|
|
4774
|
+
* @public
|
|
4775
|
+
*/
|
|
4776
|
+
export interface UpdateInferenceComponentRuntimeConfigOutput {
|
|
4777
|
+
/**
|
|
4778
|
+
* @public
|
|
4779
|
+
* <p>The Amazon Resource Name (ARN) of the inference component.</p>
|
|
4780
|
+
*/
|
|
4781
|
+
InferenceComponentArn: string | undefined;
|
|
4782
|
+
}
|
|
3341
4783
|
/**
|
|
3342
4784
|
* @public
|
|
3343
4785
|
*/
|