@aws-sdk/client-sagemaker 3.598.0 → 3.602.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 +80 -0
- package/dist-cjs/index.js +644 -80
- package/dist-es/SageMaker.js +20 -0
- package/dist-es/commands/CreateHubContentReferenceCommand.js +24 -0
- package/dist-es/commands/CreateMlflowTrackingServerCommand.js +24 -0
- package/dist-es/commands/CreatePresignedMlflowTrackingServerUrlCommand.js +24 -0
- package/dist-es/commands/DeleteHubContentReferenceCommand.js +24 -0
- package/dist-es/commands/DeleteMlflowTrackingServerCommand.js +24 -0
- package/dist-es/commands/DescribeMlflowTrackingServerCommand.js +24 -0
- package/dist-es/commands/ListMlflowTrackingServersCommand.js +24 -0
- package/dist-es/commands/StartMlflowTrackingServerCommand.js +24 -0
- package/dist-es/commands/StopMlflowTrackingServerCommand.js +24 -0
- package/dist-es/commands/UpdateMlflowTrackingServerCommand.js +24 -0
- package/dist-es/commands/index.js +10 -0
- package/dist-es/models/models_0.js +8 -11
- package/dist-es/models/models_1.js +16 -12
- package/dist-es/models/models_2.js +40 -26
- package/dist-es/models/models_3.js +31 -28
- package/dist-es/models/models_4.js +28 -0
- package/dist-es/pagination/ListMlflowTrackingServersPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_json1_1.js +314 -0
- package/dist-types/SageMaker.d.ts +71 -0
- package/dist-types/SageMakerClient.d.ts +12 -2
- package/dist-types/commands/BatchDescribeModelPackageCommand.d.ts +3 -0
- package/dist-types/commands/CreateAlgorithmCommand.d.ts +3 -0
- package/dist-types/commands/CreateClusterCommand.d.ts +9 -1
- package/dist-types/commands/CreateCodeRepositoryCommand.d.ts +2 -1
- package/dist-types/commands/CreateHubCommand.d.ts +0 -3
- package/dist-types/commands/CreateHubContentReferenceCommand.d.ts +80 -0
- package/dist-types/commands/CreateMlflowTrackingServerCommand.d.ts +78 -0
- package/dist-types/commands/CreateModelCommand.d.ts +6 -0
- package/dist-types/commands/CreateModelPackageCommand.d.ts +9 -0
- package/dist-types/commands/CreatePresignedMlflowTrackingServerUrlCommand.d.ts +66 -0
- package/dist-types/commands/DeleteHubCommand.d.ts +0 -3
- package/dist-types/commands/DeleteHubContentCommand.d.ts +1 -4
- package/dist-types/commands/DeleteHubContentReferenceCommand.d.ts +63 -0
- package/dist-types/commands/DeleteMlflowTrackingServerCommand.d.ts +63 -0
- package/dist-types/commands/DeleteWorkforceCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAlgorithmCommand.d.ts +3 -0
- package/dist-types/commands/DescribeClusterCommand.d.ts +7 -0
- package/dist-types/commands/DescribeClusterNodeCommand.d.ts +7 -0
- package/dist-types/commands/DescribeHubCommand.d.ts +1 -4
- package/dist-types/commands/DescribeHubContentCommand.d.ts +5 -5
- package/dist-types/commands/DescribeInferenceRecommendationsJobCommand.d.ts +4 -4
- package/dist-types/commands/DescribeMlflowTrackingServerCommand.d.ts +95 -0
- package/dist-types/commands/DescribeModelCommand.d.ts +6 -0
- package/dist-types/commands/DescribeModelPackageCommand.d.ts +9 -0
- package/dist-types/commands/DescribeMonitoringScheduleCommand.d.ts +2 -1
- package/dist-types/commands/DescribeNotebookInstanceCommand.d.ts +1 -1
- package/dist-types/commands/DescribeNotebookInstanceLifecycleConfigCommand.d.ts +1 -1
- package/dist-types/commands/DescribePipelineCommand.d.ts +1 -1
- package/dist-types/commands/DescribePipelineDefinitionForExecutionCommand.d.ts +1 -1
- package/dist-types/commands/DescribePipelineExecutionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeWorkteamCommand.d.ts +1 -1
- package/dist-types/commands/ImportHubContentCommand.d.ts +1 -4
- package/dist-types/commands/ListHubContentVersionsCommand.d.ts +5 -5
- package/dist-types/commands/ListHubContentsCommand.d.ts +5 -5
- package/dist-types/commands/ListHubsCommand.d.ts +0 -3
- package/dist-types/commands/ListInferenceRecommendationsJobStepsCommand.d.ts +4 -4
- package/dist-types/commands/ListMlflowTrackingServersCommand.d.ts +78 -0
- package/dist-types/commands/ListMonitoringAlertHistoryCommand.d.ts +1 -1
- package/dist-types/commands/ListMonitoringAlertsCommand.d.ts +1 -1
- package/dist-types/commands/ListMonitoringExecutionsCommand.d.ts +1 -1
- package/dist-types/commands/ListMonitoringSchedulesCommand.d.ts +1 -1
- package/dist-types/commands/ListNotebookInstanceLifecycleConfigsCommand.d.ts +1 -1
- package/dist-types/commands/SearchCommand.d.ts +9 -0
- package/dist-types/commands/StartMlflowTrackingServerCommand.d.ts +67 -0
- package/dist-types/commands/StopMlflowTrackingServerCommand.d.ts +67 -0
- package/dist-types/commands/UpdateClusterCommand.d.ts +7 -0
- package/dist-types/commands/UpdateHubCommand.d.ts +0 -3
- package/dist-types/commands/UpdateMlflowTrackingServerCommand.d.ts +75 -0
- package/dist-types/commands/UpdateModelPackageCommand.d.ts +6 -0
- package/dist-types/commands/index.d.ts +10 -0
- package/dist-types/models/models_0.d.ts +101 -417
- package/dist-types/models/models_1.d.ts +562 -173
- package/dist-types/models/models_2.d.ts +384 -589
- package/dist-types/models/models_3.d.ts +5441 -5343
- package/dist-types/models/models_4.d.ts +707 -3
- package/dist-types/pagination/ListMlflowTrackingServersPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_json1_1.d.ts +90 -0
- package/dist-types/ts3.4/SageMaker.d.ts +177 -0
- package/dist-types/ts3.4/SageMakerClient.d.ts +60 -0
- package/dist-types/ts3.4/commands/CreateCodeRepositoryCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/CreateHubContentReferenceCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/CreateMlflowTrackingServerCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/CreatePresignedMlflowTrackingServerUrlCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/DeleteHubContentReferenceCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/DeleteMlflowTrackingServerCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/DescribeMlflowTrackingServerCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/DescribeMonitoringScheduleCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeNotebookInstanceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeNotebookInstanceLifecycleConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribePipelineCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribePipelineDefinitionForExecutionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribePipelineExecutionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListMlflowTrackingServersCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/ListMonitoringAlertHistoryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListMonitoringAlertsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListMonitoringExecutionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListMonitoringSchedulesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListNotebookInstanceLifecycleConfigsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartMlflowTrackingServerCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/StopMlflowTrackingServerCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/UpdateMlflowTrackingServerCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/index.d.ts +10 -0
- package/dist-types/ts3.4/models/models_0.d.ts +31 -21
- package/dist-types/ts3.4/models/models_1.d.ts +60 -56
- package/dist-types/ts3.4/models/models_2.d.ts +132 -155
- package/dist-types/ts3.4/models/models_3.d.ts +184 -161
- package/dist-types/ts3.4/models/models_4.d.ts +190 -11
- package/dist-types/ts3.4/pagination/ListMlflowTrackingServersPaginator.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 +120 -0
- package/package.json +4 -4
|
@@ -1,5 +1,177 @@
|
|
|
1
|
-
import { ActionSource, ActionStatus, AdditionalInferenceSpecificationDefinition, AlgorithmSpecification, AlgorithmStatus, AlgorithmStatusDetails, AlgorithmValidationSpecification, AppNetworkAccessType, AppSecurityGroupManagement, AppStatus, AppType, ArtifactSource, AsyncInferenceConfig, AuthMode, AutoMLCandidate, AutoMLChannel, AutoMLDataSplitConfig, AutoMLJobArtifacts, AutoMLJobChannel, AutoMLJobCompletionCriteria, AutoMLJobConfig, AutoMLJobObjective, AutoMLJobSecondaryStatus, AutoMLJobStatus, AutoMLOutputDataConfig, AutoMLPartialFailureReason, AutoMLProblemTypeConfig, AutoMLProblemTypeConfigName, AutoMLResolvedAttributes, AutoMLSecurityConfig, Autotune, BatchDataCaptureConfig, BatchStrategy, CaptureStatus, Channel, CheckpointConfig, ClusterInstanceGroupDetails, ClusterNodeDetails, ClusterStatus, CodeEditorAppImageConfig, CognitoConfig, CognitoMemberDefinition, CollectionConfiguration, CompilationJobStatus, ContainerDefinition, ContextSource, GitConfig, HyperParameterTuningJobObjectiveType, InferenceSpecification,
|
|
2
|
-
import {
|
|
1
|
+
import { ActionSource, ActionStatus, AdditionalInferenceSpecificationDefinition, AlgorithmSpecification, AlgorithmStatus, AlgorithmStatusDetails, AlgorithmValidationSpecification, AppNetworkAccessType, AppSecurityGroupManagement, AppStatus, AppType, ArtifactSource, AsyncInferenceConfig, AuthMode, AutoMLCandidate, AutoMLChannel, AutoMLDataSplitConfig, AutoMLJobArtifacts, AutoMLJobChannel, AutoMLJobCompletionCriteria, AutoMLJobConfig, AutoMLJobObjective, AutoMLJobSecondaryStatus, AutoMLJobStatus, AutoMLOutputDataConfig, AutoMLPartialFailureReason, AutoMLProblemTypeConfig, AutoMLProblemTypeConfigName, AutoMLResolvedAttributes, AutoMLSecurityConfig, Autotune, BatchDataCaptureConfig, BatchStrategy, CaptureStatus, Channel, CheckpointConfig, ClusterInstanceGroupDetails, ClusterNodeDetails, ClusterStatus, CodeEditorAppImageConfig, CodeRepository, CognitoConfig, CognitoMemberDefinition, CollectionConfiguration, CompilationJobStatus, ContainerDefinition, ContextSource, GitConfig, HyperParameterTuningJobObjectiveType, InferenceSpecification, JupyterLabAppImageConfig, KernelGatewayImageConfig, MetadataProperties, ModelApprovalStatus, ModelDeployConfig, ModelPackageStatus, ObjectiveStatus, OutputDataConfig, ProblemType, ProductionVariantInstanceType, ResourceConfig, ResourceSpec, StoppingCondition, Tag, TrainingSpecification, TransformInput, TransformOutput, TransformResources, UserContext, VpcConfig } from "./models_0";
|
|
2
|
+
import { DataCaptureConfig, DataQualityAppSpecification, DataQualityBaselineConfig, DataQualityJobInput, DefaultSpaceSettings, DeploymentConfig, DeviceSelectionConfig, DomainSettings, DriftCheckBaselines, EdgeDeploymentConfig, EdgeDeploymentModelConfig, EdgeOutputConfig, EdgePresetDeploymentType, EndpointInfo, ExperimentConfig, ExplainerConfig, FeatureDefinition, FeatureType, FlowDefinitionOutputConfig, HubS3StorageConfig, HumanLoopActivationConfig, HumanLoopConfig, HumanLoopRequestSource, HumanTaskConfig, HyperParameterTrainingJobDefinition, HyperParameterTuningJobConfig, HyperParameterTuningJobWarmStartConfig, InferenceComponentComputeResourceRequirements, InferenceComponentStartupParameters, InferenceExecutionConfig, InferenceExperimentDataStorageConfig, InferenceExperimentSchedule, InferenceExperimentType, InputConfig, JobType, JupyterServerAppSettings, KernelGatewayAppSettings, LabelingJobAlgorithmsConfig, LabelingJobInputConfig, LabelingJobOutputConfig, LabelingJobStoppingConditions, ModelBiasAppSpecification, ModelBiasBaselineConfig, ModelBiasJobInput, ModelCardExportOutputConfig, ModelCardSecurityConfig, ModelCardStatus, ModelExplainabilityAppSpecification, ModelExplainabilityBaselineConfig, ModelExplainabilityJobInput, ModelInfrastructureConfig, ModelMetrics, ModelPackageModelCard, ModelPackageSecurityConfig, ModelPackageValidationSpecification, ModelQualityAppSpecification, ModelQualityBaselineConfig, ModelQualityJobInput, MonitoringNetworkConfig, MonitoringOutputConfig, MonitoringResources, MonitoringStoppingCondition, MonitoringType, NeoVpcConfig, OfflineStoreConfig, OnlineStoreConfig, OutputConfig, ProcessingInstanceType, Processor, ProductionVariant, ProductionVariantAcceleratorType, ProductionVariantManagedInstanceScaling, ProductionVariantRoutingConfig, ProductionVariantServerlessConfig, RecommendationJobInputConfig, RecommendationJobStoppingConditions, RecommendationJobType, RetryStrategy, ShadowModeConfig, SkipModelValidation, SourceAlgorithmSpecification, ThroughputMode, TrackingServerSize, UserSettings, VendorGuidance } from "./models_1";
|
|
3
|
+
/**
|
|
4
|
+
* <p>The collection of ownership settings for a space.</p>
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export interface OwnershipSettings {
|
|
8
|
+
/**
|
|
9
|
+
* <p>The user profile who is the owner of the space.</p>
|
|
10
|
+
* @public
|
|
11
|
+
*/
|
|
12
|
+
OwnerUserProfileName: string | undefined;
|
|
13
|
+
}
|
|
14
|
+
/**
|
|
15
|
+
* <p>The application settings for a Code Editor space.</p>
|
|
16
|
+
* @public
|
|
17
|
+
*/
|
|
18
|
+
export interface SpaceCodeEditorAppSettings {
|
|
19
|
+
/**
|
|
20
|
+
* <p>Specifies the ARN's of a SageMaker image and SageMaker image version, and the instance type that
|
|
21
|
+
* the version runs on.</p>
|
|
22
|
+
* @public
|
|
23
|
+
*/
|
|
24
|
+
DefaultResourceSpec?: ResourceSpec;
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* <p>A file system, created by you in Amazon EFS, that you assign to a user profile
|
|
28
|
+
* or space for an Amazon SageMaker Domain. Permitted users can access this file
|
|
29
|
+
* system in Amazon SageMaker Studio.</p>
|
|
30
|
+
* @public
|
|
31
|
+
*/
|
|
32
|
+
export interface EFSFileSystem {
|
|
33
|
+
/**
|
|
34
|
+
* <p>The ID of your Amazon EFS file system.</p>
|
|
35
|
+
* @public
|
|
36
|
+
*/
|
|
37
|
+
FileSystemId: string | undefined;
|
|
38
|
+
}
|
|
39
|
+
/**
|
|
40
|
+
* <p>A file system, created by you, that you assign to a user profile or space for an
|
|
41
|
+
* Amazon SageMaker Domain. Permitted users can access this file system in Amazon SageMaker Studio.</p>
|
|
42
|
+
* @public
|
|
43
|
+
*/
|
|
44
|
+
export type CustomFileSystem = CustomFileSystem.EFSFileSystemMember | CustomFileSystem.$UnknownMember;
|
|
45
|
+
/**
|
|
46
|
+
* @public
|
|
47
|
+
*/
|
|
48
|
+
export declare namespace CustomFileSystem {
|
|
49
|
+
/**
|
|
50
|
+
* <p>A custom file system in Amazon EFS.</p>
|
|
51
|
+
* @public
|
|
52
|
+
*/
|
|
53
|
+
interface EFSFileSystemMember {
|
|
54
|
+
EFSFileSystem: EFSFileSystem;
|
|
55
|
+
$unknown?: never;
|
|
56
|
+
}
|
|
57
|
+
/**
|
|
58
|
+
* @public
|
|
59
|
+
*/
|
|
60
|
+
interface $UnknownMember {
|
|
61
|
+
EFSFileSystem?: never;
|
|
62
|
+
$unknown: [string, any];
|
|
63
|
+
}
|
|
64
|
+
interface Visitor<T> {
|
|
65
|
+
EFSFileSystem: (value: EFSFileSystem) => T;
|
|
66
|
+
_: (name: string, value: any) => T;
|
|
67
|
+
}
|
|
68
|
+
const visit: <T>(value: CustomFileSystem, visitor: Visitor<T>) => T;
|
|
69
|
+
}
|
|
70
|
+
/**
|
|
71
|
+
* <p>The settings for the JupyterLab application within a space.</p>
|
|
72
|
+
* @public
|
|
73
|
+
*/
|
|
74
|
+
export interface SpaceJupyterLabAppSettings {
|
|
75
|
+
/**
|
|
76
|
+
* <p>Specifies the ARN's of a SageMaker image and SageMaker image version, and the instance type that
|
|
77
|
+
* the version runs on.</p>
|
|
78
|
+
* @public
|
|
79
|
+
*/
|
|
80
|
+
DefaultResourceSpec?: ResourceSpec;
|
|
81
|
+
/**
|
|
82
|
+
* <p>A list of Git repositories that SageMaker automatically displays to users for cloning in the JupyterLab application.</p>
|
|
83
|
+
* @public
|
|
84
|
+
*/
|
|
85
|
+
CodeRepositories?: CodeRepository[];
|
|
86
|
+
}
|
|
87
|
+
/**
|
|
88
|
+
* <p>A collection of EBS storage settings that apply to both private and shared spaces.</p>
|
|
89
|
+
* @public
|
|
90
|
+
*/
|
|
91
|
+
export interface EbsStorageSettings {
|
|
92
|
+
/**
|
|
93
|
+
* <p>The size of an EBS storage volume for a space.</p>
|
|
94
|
+
* @public
|
|
95
|
+
*/
|
|
96
|
+
EbsVolumeSizeInGb: number | undefined;
|
|
97
|
+
}
|
|
98
|
+
/**
|
|
99
|
+
* <p>The storage settings for a space.</p>
|
|
100
|
+
* @public
|
|
101
|
+
*/
|
|
102
|
+
export interface SpaceStorageSettings {
|
|
103
|
+
/**
|
|
104
|
+
* <p>A collection of EBS storage settings for a space.</p>
|
|
105
|
+
* @public
|
|
106
|
+
*/
|
|
107
|
+
EbsStorageSettings?: EbsStorageSettings;
|
|
108
|
+
}
|
|
109
|
+
/**
|
|
110
|
+
* <p>A collection of space settings.</p>
|
|
111
|
+
* @public
|
|
112
|
+
*/
|
|
113
|
+
export interface SpaceSettings {
|
|
114
|
+
/**
|
|
115
|
+
* <p>The JupyterServer app settings.</p>
|
|
116
|
+
* @public
|
|
117
|
+
*/
|
|
118
|
+
JupyterServerAppSettings?: JupyterServerAppSettings;
|
|
119
|
+
/**
|
|
120
|
+
* <p>The KernelGateway app settings.</p>
|
|
121
|
+
* @public
|
|
122
|
+
*/
|
|
123
|
+
KernelGatewayAppSettings?: KernelGatewayAppSettings;
|
|
124
|
+
/**
|
|
125
|
+
* <p>The Code Editor application settings.</p>
|
|
126
|
+
* @public
|
|
127
|
+
*/
|
|
128
|
+
CodeEditorAppSettings?: SpaceCodeEditorAppSettings;
|
|
129
|
+
/**
|
|
130
|
+
* <p>The settings for the JupyterLab application.</p>
|
|
131
|
+
* @public
|
|
132
|
+
*/
|
|
133
|
+
JupyterLabAppSettings?: SpaceJupyterLabAppSettings;
|
|
134
|
+
/**
|
|
135
|
+
* <p>The type of app created within the space.</p>
|
|
136
|
+
* @public
|
|
137
|
+
*/
|
|
138
|
+
AppType?: AppType;
|
|
139
|
+
/**
|
|
140
|
+
* <p>The storage settings for a space.</p>
|
|
141
|
+
* @public
|
|
142
|
+
*/
|
|
143
|
+
SpaceStorageSettings?: SpaceStorageSettings;
|
|
144
|
+
/**
|
|
145
|
+
* <p>A file system, created by you, that you assign to a space for an Amazon SageMaker
|
|
146
|
+
* Domain. Permitted users can access this file system in Amazon SageMaker
|
|
147
|
+
* Studio.</p>
|
|
148
|
+
* @public
|
|
149
|
+
*/
|
|
150
|
+
CustomFileSystems?: CustomFileSystem[];
|
|
151
|
+
}
|
|
152
|
+
/**
|
|
153
|
+
* @public
|
|
154
|
+
* @enum
|
|
155
|
+
*/
|
|
156
|
+
export declare const SharingType: {
|
|
157
|
+
readonly Private: "Private";
|
|
158
|
+
readonly Shared: "Shared";
|
|
159
|
+
};
|
|
160
|
+
/**
|
|
161
|
+
* @public
|
|
162
|
+
*/
|
|
163
|
+
export type SharingType = (typeof SharingType)[keyof typeof SharingType];
|
|
164
|
+
/**
|
|
165
|
+
* <p>A collection of space sharing settings.</p>
|
|
166
|
+
* @public
|
|
167
|
+
*/
|
|
168
|
+
export interface SpaceSharingSettings {
|
|
169
|
+
/**
|
|
170
|
+
* <p>Specifies the sharing type of the space.</p>
|
|
171
|
+
* @public
|
|
172
|
+
*/
|
|
173
|
+
SharingType: SharingType | undefined;
|
|
174
|
+
}
|
|
3
175
|
/**
|
|
4
176
|
* @public
|
|
5
177
|
*/
|
|
@@ -1129,7 +1301,7 @@ export interface OidcConfig {
|
|
|
1129
1301
|
}
|
|
1130
1302
|
/**
|
|
1131
1303
|
* <p>A list of IP address ranges (<a href="https://docs.aws.amazon.com/vpc/latest/userguide/VPC_Subnets.html">CIDRs</a>). Used to create an allow
|
|
1132
|
-
* list of IP addresses for a private workforce. Workers will only be able to
|
|
1304
|
+
* list of IP addresses for a private workforce. Workers will only be able to log in to their worker portal from an
|
|
1133
1305
|
* IP address within this range. By default, a workforce isn't restricted to specific IP addresses.</p>
|
|
1134
1306
|
* @public
|
|
1135
1307
|
*/
|
|
@@ -1156,7 +1328,7 @@ export interface WorkforceVpcConfigRequest {
|
|
|
1156
1328
|
*/
|
|
1157
1329
|
VpcId?: string;
|
|
1158
1330
|
/**
|
|
1159
|
-
* <p>The VPC security group IDs, in the form sg-xxxxxxxx
|
|
1331
|
+
* <p>The VPC security group IDs, in the form <code>sg-xxxxxxxx</code>. The security groups must be for the same VPC as specified in the subnet.</p>
|
|
1160
1332
|
* @public
|
|
1161
1333
|
*/
|
|
1162
1334
|
SecurityGroupIds?: string[];
|
|
@@ -1189,7 +1361,7 @@ export interface CreateWorkforceRequest {
|
|
|
1189
1361
|
OidcConfig?: OidcConfig;
|
|
1190
1362
|
/**
|
|
1191
1363
|
* <p>A list of IP address ranges (<a href="https://docs.aws.amazon.com/vpc/latest/userguide/VPC_Subnets.html">CIDRs</a>). Used to create an allow
|
|
1192
|
-
* list of IP addresses for a private workforce. Workers will only be able to
|
|
1364
|
+
* list of IP addresses for a private workforce. Workers will only be able to log in to their worker portal from an
|
|
1193
1365
|
* IP address within this range. By default, a workforce isn't restricted to specific IP addresses.</p>
|
|
1194
1366
|
* @public
|
|
1195
1367
|
*/
|
|
@@ -1873,6 +2045,7 @@ export interface DeleteHubRequest {
|
|
|
1873
2045
|
*/
|
|
1874
2046
|
export declare const HubContentType: {
|
|
1875
2047
|
readonly MODEL: "Model";
|
|
2048
|
+
readonly MODEL_REFERENCE: "ModelReference";
|
|
1876
2049
|
readonly NOTEBOOK: "Notebook";
|
|
1877
2050
|
};
|
|
1878
2051
|
/**
|
|
@@ -1904,6 +2077,26 @@ export interface DeleteHubContentRequest {
|
|
|
1904
2077
|
*/
|
|
1905
2078
|
HubContentVersion: string | undefined;
|
|
1906
2079
|
}
|
|
2080
|
+
/**
|
|
2081
|
+
* @public
|
|
2082
|
+
*/
|
|
2083
|
+
export interface DeleteHubContentReferenceRequest {
|
|
2084
|
+
/**
|
|
2085
|
+
* <p>The name of the hub to delete the hub content reference from.</p>
|
|
2086
|
+
* @public
|
|
2087
|
+
*/
|
|
2088
|
+
HubName: string | undefined;
|
|
2089
|
+
/**
|
|
2090
|
+
* <p>The type of hub content to delete.</p>
|
|
2091
|
+
* @public
|
|
2092
|
+
*/
|
|
2093
|
+
HubContentType: HubContentType | undefined;
|
|
2094
|
+
/**
|
|
2095
|
+
* <p>The name of the hub content to delete.</p>
|
|
2096
|
+
* @public
|
|
2097
|
+
*/
|
|
2098
|
+
HubContentName: string | undefined;
|
|
2099
|
+
}
|
|
1907
2100
|
/**
|
|
1908
2101
|
* @public
|
|
1909
2102
|
*/
|
|
@@ -1999,6 +2192,27 @@ export interface DeleteInferenceExperimentResponse {
|
|
|
1999
2192
|
*/
|
|
2000
2193
|
InferenceExperimentArn: string | undefined;
|
|
2001
2194
|
}
|
|
2195
|
+
/**
|
|
2196
|
+
* @public
|
|
2197
|
+
*/
|
|
2198
|
+
export interface DeleteMlflowTrackingServerRequest {
|
|
2199
|
+
/**
|
|
2200
|
+
* <p>The name of the the tracking server to delete.</p>
|
|
2201
|
+
* @public
|
|
2202
|
+
*/
|
|
2203
|
+
TrackingServerName: string | undefined;
|
|
2204
|
+
}
|
|
2205
|
+
/**
|
|
2206
|
+
* @public
|
|
2207
|
+
*/
|
|
2208
|
+
export interface DeleteMlflowTrackingServerResponse {
|
|
2209
|
+
/**
|
|
2210
|
+
* <p>A <code>TrackingServerArn</code> object, the ARN of the tracking server that is deleted if
|
|
2211
|
+
* successfully found.</p>
|
|
2212
|
+
* @public
|
|
2213
|
+
*/
|
|
2214
|
+
TrackingServerArn?: string;
|
|
2215
|
+
}
|
|
2002
2216
|
/**
|
|
2003
2217
|
* @public
|
|
2004
2218
|
*/
|
|
@@ -5267,6 +5481,18 @@ export declare const HubContentStatus: {
|
|
|
5267
5481
|
* @public
|
|
5268
5482
|
*/
|
|
5269
5483
|
export type HubContentStatus = (typeof HubContentStatus)[keyof typeof HubContentStatus];
|
|
5484
|
+
/**
|
|
5485
|
+
* @public
|
|
5486
|
+
* @enum
|
|
5487
|
+
*/
|
|
5488
|
+
export declare const HubContentSupportStatus: {
|
|
5489
|
+
readonly DEPRECATED: "Deprecated";
|
|
5490
|
+
readonly SUPPORTED: "Supported";
|
|
5491
|
+
};
|
|
5492
|
+
/**
|
|
5493
|
+
* @public
|
|
5494
|
+
*/
|
|
5495
|
+
export type HubContentSupportStatus = (typeof HubContentSupportStatus)[keyof typeof HubContentSupportStatus];
|
|
5270
5496
|
/**
|
|
5271
5497
|
* @public
|
|
5272
5498
|
*/
|
|
@@ -5326,6 +5552,21 @@ export interface DescribeHubContentResponse {
|
|
|
5326
5552
|
* @public
|
|
5327
5553
|
*/
|
|
5328
5554
|
HubContentDocument: string | undefined;
|
|
5555
|
+
/**
|
|
5556
|
+
* <p>The ARN of the public hub content.</p>
|
|
5557
|
+
* @public
|
|
5558
|
+
*/
|
|
5559
|
+
SageMakerPublicHubContentArn?: string;
|
|
5560
|
+
/**
|
|
5561
|
+
* <p>The minimum version of the hub content.</p>
|
|
5562
|
+
* @public
|
|
5563
|
+
*/
|
|
5564
|
+
ReferenceMinVersion?: string;
|
|
5565
|
+
/**
|
|
5566
|
+
* <p>The support status of the hub content.</p>
|
|
5567
|
+
* @public
|
|
5568
|
+
*/
|
|
5569
|
+
SupportStatus?: HubContentSupportStatus;
|
|
5329
5570
|
/**
|
|
5330
5571
|
* <p>The searchable keywords for the hub content.</p>
|
|
5331
5572
|
* @public
|
|
@@ -6567,22 +6808,22 @@ export interface RecommendationMetrics {
|
|
|
6567
6808
|
* <p>Defines the cost per hour for the instance. </p>
|
|
6568
6809
|
* @public
|
|
6569
6810
|
*/
|
|
6570
|
-
CostPerHour
|
|
6811
|
+
CostPerHour?: number;
|
|
6571
6812
|
/**
|
|
6572
6813
|
* <p>Defines the cost per inference for the instance .</p>
|
|
6573
6814
|
* @public
|
|
6574
6815
|
*/
|
|
6575
|
-
CostPerInference
|
|
6816
|
+
CostPerInference?: number;
|
|
6576
6817
|
/**
|
|
6577
6818
|
* <p>The expected maximum number of requests per minute for the instance.</p>
|
|
6578
6819
|
* @public
|
|
6579
6820
|
*/
|
|
6580
|
-
MaxInvocations
|
|
6821
|
+
MaxInvocations?: number;
|
|
6581
6822
|
/**
|
|
6582
6823
|
* <p>The expected model latency at maximum invocation per minute for the instance.</p>
|
|
6583
6824
|
* @public
|
|
6584
6825
|
*/
|
|
6585
|
-
ModelLatency
|
|
6826
|
+
ModelLatency?: number;
|
|
6586
6827
|
/**
|
|
6587
6828
|
* <p>The expected CPU utilization at maximum invocations per minute for the instance.</p>
|
|
6588
6829
|
* <p>
|
|
@@ -6663,7 +6904,7 @@ export interface InferenceRecommendation {
|
|
|
6663
6904
|
* <p>The metrics used to decide what recommendation to make.</p>
|
|
6664
6905
|
* @public
|
|
6665
6906
|
*/
|
|
6666
|
-
Metrics
|
|
6907
|
+
Metrics?: RecommendationMetrics;
|
|
6667
6908
|
/**
|
|
6668
6909
|
* <p>Defines the endpoint configuration parameters.</p>
|
|
6669
6910
|
* @public
|
|
@@ -7072,6 +7313,139 @@ export interface DescribeLineageGroupResponse {
|
|
|
7072
7313
|
*/
|
|
7073
7314
|
LastModifiedBy?: UserContext;
|
|
7074
7315
|
}
|
|
7316
|
+
/**
|
|
7317
|
+
* @public
|
|
7318
|
+
*/
|
|
7319
|
+
export interface DescribeMlflowTrackingServerRequest {
|
|
7320
|
+
/**
|
|
7321
|
+
* <p>The name of the MLflow Tracking Server to describe.</p>
|
|
7322
|
+
* @public
|
|
7323
|
+
*/
|
|
7324
|
+
TrackingServerName: string | undefined;
|
|
7325
|
+
}
|
|
7326
|
+
/**
|
|
7327
|
+
* @public
|
|
7328
|
+
* @enum
|
|
7329
|
+
*/
|
|
7330
|
+
export declare const IsTrackingServerActive: {
|
|
7331
|
+
readonly ACTIVE: "Active";
|
|
7332
|
+
readonly INACTIVE: "Inactive";
|
|
7333
|
+
};
|
|
7334
|
+
/**
|
|
7335
|
+
* @public
|
|
7336
|
+
*/
|
|
7337
|
+
export type IsTrackingServerActive = (typeof IsTrackingServerActive)[keyof typeof IsTrackingServerActive];
|
|
7338
|
+
/**
|
|
7339
|
+
* @public
|
|
7340
|
+
* @enum
|
|
7341
|
+
*/
|
|
7342
|
+
export declare const TrackingServerStatus: {
|
|
7343
|
+
readonly CREATED: "Created";
|
|
7344
|
+
readonly CREATE_FAILED: "CreateFailed";
|
|
7345
|
+
readonly CREATING: "Creating";
|
|
7346
|
+
readonly DELETE_FAILED: "DeleteFailed";
|
|
7347
|
+
readonly DELETING: "Deleting";
|
|
7348
|
+
readonly MAINTENANCE_COMPLETE: "MaintenanceComplete";
|
|
7349
|
+
readonly MAINTENANCE_FAILED: "MaintenanceFailed";
|
|
7350
|
+
readonly MAINTENANCE_IN_PROGRESS: "MaintenanceInProgress";
|
|
7351
|
+
readonly STARTED: "Started";
|
|
7352
|
+
readonly STARTING: "Starting";
|
|
7353
|
+
readonly START_FAILED: "StartFailed";
|
|
7354
|
+
readonly STOPPED: "Stopped";
|
|
7355
|
+
readonly STOPPING: "Stopping";
|
|
7356
|
+
readonly STOP_FAILED: "StopFailed";
|
|
7357
|
+
readonly UPDATED: "Updated";
|
|
7358
|
+
readonly UPDATE_FAILED: "UpdateFailed";
|
|
7359
|
+
readonly UPDATING: "Updating";
|
|
7360
|
+
};
|
|
7361
|
+
/**
|
|
7362
|
+
* @public
|
|
7363
|
+
*/
|
|
7364
|
+
export type TrackingServerStatus = (typeof TrackingServerStatus)[keyof typeof TrackingServerStatus];
|
|
7365
|
+
/**
|
|
7366
|
+
* @public
|
|
7367
|
+
*/
|
|
7368
|
+
export interface DescribeMlflowTrackingServerResponse {
|
|
7369
|
+
/**
|
|
7370
|
+
* <p>The ARN of the described tracking server.</p>
|
|
7371
|
+
* @public
|
|
7372
|
+
*/
|
|
7373
|
+
TrackingServerArn?: string;
|
|
7374
|
+
/**
|
|
7375
|
+
* <p>The name of the described tracking server.</p>
|
|
7376
|
+
* @public
|
|
7377
|
+
*/
|
|
7378
|
+
TrackingServerName?: string;
|
|
7379
|
+
/**
|
|
7380
|
+
* <p>The S3 URI of the general purpose bucket used as the MLflow Tracking Server
|
|
7381
|
+
* artifact store.</p>
|
|
7382
|
+
* @public
|
|
7383
|
+
*/
|
|
7384
|
+
ArtifactStoreUri?: string;
|
|
7385
|
+
/**
|
|
7386
|
+
* <p>The size of the described tracking server.</p>
|
|
7387
|
+
* @public
|
|
7388
|
+
*/
|
|
7389
|
+
TrackingServerSize?: TrackingServerSize;
|
|
7390
|
+
/**
|
|
7391
|
+
* <p>The MLflow version used for the described tracking server.</p>
|
|
7392
|
+
* @public
|
|
7393
|
+
*/
|
|
7394
|
+
MlflowVersion?: string;
|
|
7395
|
+
/**
|
|
7396
|
+
* <p>The Amazon Resource Name (ARN) for an IAM role in your account that the described MLflow Tracking Server
|
|
7397
|
+
* uses to access the artifact store in Amazon S3.</p>
|
|
7398
|
+
* @public
|
|
7399
|
+
*/
|
|
7400
|
+
RoleArn?: string;
|
|
7401
|
+
/**
|
|
7402
|
+
* <p>The current creation status of the described MLflow Tracking Server.</p>
|
|
7403
|
+
* @public
|
|
7404
|
+
*/
|
|
7405
|
+
TrackingServerStatus?: TrackingServerStatus;
|
|
7406
|
+
/**
|
|
7407
|
+
* <p>Whether the described MLflow Tracking Server is currently active.</p>
|
|
7408
|
+
* @public
|
|
7409
|
+
*/
|
|
7410
|
+
IsActive?: IsTrackingServerActive;
|
|
7411
|
+
/**
|
|
7412
|
+
* <p>The URL to connect to the MLflow user interface for the described tracking server.</p>
|
|
7413
|
+
* @public
|
|
7414
|
+
*/
|
|
7415
|
+
TrackingServerUrl?: string;
|
|
7416
|
+
/**
|
|
7417
|
+
* <p>The day and time of the week when weekly maintenance occurs on the described tracking server.</p>
|
|
7418
|
+
* @public
|
|
7419
|
+
*/
|
|
7420
|
+
WeeklyMaintenanceWindowStart?: string;
|
|
7421
|
+
/**
|
|
7422
|
+
* <p>Whether automatic registration of new MLflow models to the SageMaker Model Registry is enabled.</p>
|
|
7423
|
+
* @public
|
|
7424
|
+
*/
|
|
7425
|
+
AutomaticModelRegistration?: boolean;
|
|
7426
|
+
/**
|
|
7427
|
+
* <p>The timestamp of when the described MLflow Tracking Server was created.</p>
|
|
7428
|
+
* @public
|
|
7429
|
+
*/
|
|
7430
|
+
CreationTime?: Date;
|
|
7431
|
+
/**
|
|
7432
|
+
* <p>Information about the user who created or modified an experiment, trial, trial
|
|
7433
|
+
* component, lineage group, project, or model card.</p>
|
|
7434
|
+
* @public
|
|
7435
|
+
*/
|
|
7436
|
+
CreatedBy?: UserContext;
|
|
7437
|
+
/**
|
|
7438
|
+
* <p>The timestamp of when the described MLflow Tracking Server was last modified.</p>
|
|
7439
|
+
* @public
|
|
7440
|
+
*/
|
|
7441
|
+
LastModifiedTime?: Date;
|
|
7442
|
+
/**
|
|
7443
|
+
* <p>Information about the user who created or modified an experiment, trial, trial
|
|
7444
|
+
* component, lineage group, project, or model card.</p>
|
|
7445
|
+
* @public
|
|
7446
|
+
*/
|
|
7447
|
+
LastModifiedBy?: UserContext;
|
|
7448
|
+
}
|
|
7075
7449
|
/**
|
|
7076
7450
|
* @public
|
|
7077
7451
|
*/
|
|
@@ -7982,585 +8356,6 @@ export interface MonitoringExecutionSummary {
|
|
|
7982
8356
|
*/
|
|
7983
8357
|
MonitoringType?: MonitoringType;
|
|
7984
8358
|
}
|
|
7985
|
-
/**
|
|
7986
|
-
* @public
|
|
7987
|
-
* @enum
|
|
7988
|
-
*/
|
|
7989
|
-
export declare const ScheduleStatus: {
|
|
7990
|
-
readonly FAILED: "Failed";
|
|
7991
|
-
readonly PENDING: "Pending";
|
|
7992
|
-
readonly SCHEDULED: "Scheduled";
|
|
7993
|
-
readonly STOPPED: "Stopped";
|
|
7994
|
-
};
|
|
7995
|
-
/**
|
|
7996
|
-
* @public
|
|
7997
|
-
*/
|
|
7998
|
-
export type ScheduleStatus = (typeof ScheduleStatus)[keyof typeof ScheduleStatus];
|
|
7999
|
-
/**
|
|
8000
|
-
* @public
|
|
8001
|
-
*/
|
|
8002
|
-
export interface DescribeMonitoringScheduleResponse {
|
|
8003
|
-
/**
|
|
8004
|
-
* <p>The Amazon Resource Name (ARN) of the monitoring schedule.</p>
|
|
8005
|
-
* @public
|
|
8006
|
-
*/
|
|
8007
|
-
MonitoringScheduleArn: string | undefined;
|
|
8008
|
-
/**
|
|
8009
|
-
* <p>Name of the monitoring schedule.</p>
|
|
8010
|
-
* @public
|
|
8011
|
-
*/
|
|
8012
|
-
MonitoringScheduleName: string | undefined;
|
|
8013
|
-
/**
|
|
8014
|
-
* <p>The status of an monitoring job.</p>
|
|
8015
|
-
* @public
|
|
8016
|
-
*/
|
|
8017
|
-
MonitoringScheduleStatus: ScheduleStatus | undefined;
|
|
8018
|
-
/**
|
|
8019
|
-
* <p>The type of the monitoring job that this schedule runs. This is one of the following
|
|
8020
|
-
* values.</p>
|
|
8021
|
-
* <ul>
|
|
8022
|
-
* <li>
|
|
8023
|
-
* <p>
|
|
8024
|
-
* <code>DATA_QUALITY</code> - The schedule is for a data quality monitoring
|
|
8025
|
-
* job.</p>
|
|
8026
|
-
* </li>
|
|
8027
|
-
* <li>
|
|
8028
|
-
* <p>
|
|
8029
|
-
* <code>MODEL_QUALITY</code> - The schedule is for a model quality monitoring
|
|
8030
|
-
* job.</p>
|
|
8031
|
-
* </li>
|
|
8032
|
-
* <li>
|
|
8033
|
-
* <p>
|
|
8034
|
-
* <code>MODEL_BIAS</code> - The schedule is for a bias monitoring job.</p>
|
|
8035
|
-
* </li>
|
|
8036
|
-
* <li>
|
|
8037
|
-
* <p>
|
|
8038
|
-
* <code>MODEL_EXPLAINABILITY</code> - The schedule is for an explainability
|
|
8039
|
-
* monitoring job.</p>
|
|
8040
|
-
* </li>
|
|
8041
|
-
* </ul>
|
|
8042
|
-
* @public
|
|
8043
|
-
*/
|
|
8044
|
-
MonitoringType?: MonitoringType;
|
|
8045
|
-
/**
|
|
8046
|
-
* <p>A string, up to one KB in size, that contains the reason a monitoring job failed, if it
|
|
8047
|
-
* failed.</p>
|
|
8048
|
-
* @public
|
|
8049
|
-
*/
|
|
8050
|
-
FailureReason?: string;
|
|
8051
|
-
/**
|
|
8052
|
-
* <p>The time at which the monitoring job was created.</p>
|
|
8053
|
-
* @public
|
|
8054
|
-
*/
|
|
8055
|
-
CreationTime: Date | undefined;
|
|
8056
|
-
/**
|
|
8057
|
-
* <p>The time at which the monitoring job was last modified.</p>
|
|
8058
|
-
* @public
|
|
8059
|
-
*/
|
|
8060
|
-
LastModifiedTime: Date | undefined;
|
|
8061
|
-
/**
|
|
8062
|
-
* <p>The configuration object that specifies the monitoring schedule and defines the monitoring
|
|
8063
|
-
* job.</p>
|
|
8064
|
-
* @public
|
|
8065
|
-
*/
|
|
8066
|
-
MonitoringScheduleConfig: MonitoringScheduleConfig | undefined;
|
|
8067
|
-
/**
|
|
8068
|
-
* <p> The name of the endpoint for the monitoring job.</p>
|
|
8069
|
-
* @public
|
|
8070
|
-
*/
|
|
8071
|
-
EndpointName?: string;
|
|
8072
|
-
/**
|
|
8073
|
-
* <p>Describes metadata on the last execution to run, if there was one.</p>
|
|
8074
|
-
* @public
|
|
8075
|
-
*/
|
|
8076
|
-
LastMonitoringExecutionSummary?: MonitoringExecutionSummary;
|
|
8077
|
-
}
|
|
8078
|
-
/**
|
|
8079
|
-
* @public
|
|
8080
|
-
*/
|
|
8081
|
-
export interface DescribeNotebookInstanceInput {
|
|
8082
|
-
/**
|
|
8083
|
-
* <p>The name of the notebook instance that you want information about.</p>
|
|
8084
|
-
* @public
|
|
8085
|
-
*/
|
|
8086
|
-
NotebookInstanceName: string | undefined;
|
|
8087
|
-
}
|
|
8088
|
-
/**
|
|
8089
|
-
* @public
|
|
8090
|
-
* @enum
|
|
8091
|
-
*/
|
|
8092
|
-
export declare const NotebookInstanceStatus: {
|
|
8093
|
-
readonly Deleting: "Deleting";
|
|
8094
|
-
readonly Failed: "Failed";
|
|
8095
|
-
readonly InService: "InService";
|
|
8096
|
-
readonly Pending: "Pending";
|
|
8097
|
-
readonly Stopped: "Stopped";
|
|
8098
|
-
readonly Stopping: "Stopping";
|
|
8099
|
-
readonly Updating: "Updating";
|
|
8100
|
-
};
|
|
8101
|
-
/**
|
|
8102
|
-
* @public
|
|
8103
|
-
*/
|
|
8104
|
-
export type NotebookInstanceStatus = (typeof NotebookInstanceStatus)[keyof typeof NotebookInstanceStatus];
|
|
8105
|
-
/**
|
|
8106
|
-
* @public
|
|
8107
|
-
*/
|
|
8108
|
-
export interface DescribeNotebookInstanceOutput {
|
|
8109
|
-
/**
|
|
8110
|
-
* <p>The Amazon Resource Name (ARN) of the notebook instance.</p>
|
|
8111
|
-
* @public
|
|
8112
|
-
*/
|
|
8113
|
-
NotebookInstanceArn?: string;
|
|
8114
|
-
/**
|
|
8115
|
-
* <p>The name of the SageMaker notebook instance. </p>
|
|
8116
|
-
* @public
|
|
8117
|
-
*/
|
|
8118
|
-
NotebookInstanceName?: string;
|
|
8119
|
-
/**
|
|
8120
|
-
* <p>The status of the notebook instance.</p>
|
|
8121
|
-
* @public
|
|
8122
|
-
*/
|
|
8123
|
-
NotebookInstanceStatus?: NotebookInstanceStatus;
|
|
8124
|
-
/**
|
|
8125
|
-
* <p>If status is <code>Failed</code>, the reason it failed.</p>
|
|
8126
|
-
* @public
|
|
8127
|
-
*/
|
|
8128
|
-
FailureReason?: string;
|
|
8129
|
-
/**
|
|
8130
|
-
* <p>The URL that you use to connect to the Jupyter notebook that is running in your
|
|
8131
|
-
* notebook instance. </p>
|
|
8132
|
-
* @public
|
|
8133
|
-
*/
|
|
8134
|
-
Url?: string;
|
|
8135
|
-
/**
|
|
8136
|
-
* <p>The type of ML compute instance running on the notebook instance.</p>
|
|
8137
|
-
* @public
|
|
8138
|
-
*/
|
|
8139
|
-
InstanceType?: _InstanceType;
|
|
8140
|
-
/**
|
|
8141
|
-
* <p>The ID of the VPC subnet.</p>
|
|
8142
|
-
* @public
|
|
8143
|
-
*/
|
|
8144
|
-
SubnetId?: string;
|
|
8145
|
-
/**
|
|
8146
|
-
* <p>The IDs of the VPC security groups.</p>
|
|
8147
|
-
* @public
|
|
8148
|
-
*/
|
|
8149
|
-
SecurityGroups?: string[];
|
|
8150
|
-
/**
|
|
8151
|
-
* <p>The Amazon Resource Name (ARN) of the IAM role associated with the instance.
|
|
8152
|
-
* </p>
|
|
8153
|
-
* @public
|
|
8154
|
-
*/
|
|
8155
|
-
RoleArn?: string;
|
|
8156
|
-
/**
|
|
8157
|
-
* <p>The Amazon Web Services KMS key ID SageMaker uses to encrypt data when storing it on the
|
|
8158
|
-
* ML storage volume attached to the instance. </p>
|
|
8159
|
-
* @public
|
|
8160
|
-
*/
|
|
8161
|
-
KmsKeyId?: string;
|
|
8162
|
-
/**
|
|
8163
|
-
* <p>The network interface IDs that SageMaker created at the time of creating the instance.
|
|
8164
|
-
* </p>
|
|
8165
|
-
* @public
|
|
8166
|
-
*/
|
|
8167
|
-
NetworkInterfaceId?: string;
|
|
8168
|
-
/**
|
|
8169
|
-
* <p>A timestamp. Use this parameter to retrieve the time when the notebook instance was
|
|
8170
|
-
* last modified. </p>
|
|
8171
|
-
* @public
|
|
8172
|
-
*/
|
|
8173
|
-
LastModifiedTime?: Date;
|
|
8174
|
-
/**
|
|
8175
|
-
* <p>A timestamp. Use this parameter to return the time when the notebook instance was
|
|
8176
|
-
* created</p>
|
|
8177
|
-
* @public
|
|
8178
|
-
*/
|
|
8179
|
-
CreationTime?: Date;
|
|
8180
|
-
/**
|
|
8181
|
-
* <p>Returns the name of a notebook instance lifecycle configuration.</p>
|
|
8182
|
-
* <p>For information about notebook instance lifestyle configurations, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/notebook-lifecycle-config.html">Step
|
|
8183
|
-
* 2.1: (Optional) Customize a Notebook Instance</a>
|
|
8184
|
-
* </p>
|
|
8185
|
-
* @public
|
|
8186
|
-
*/
|
|
8187
|
-
NotebookInstanceLifecycleConfigName?: string;
|
|
8188
|
-
/**
|
|
8189
|
-
* <p>Describes whether SageMaker provides internet access to the notebook instance. If this
|
|
8190
|
-
* value is set to <i>Disabled</i>, the notebook instance does not have
|
|
8191
|
-
* internet access, and cannot connect to SageMaker training and endpoint services.</p>
|
|
8192
|
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/appendix-additional-considerations.html#appendix-notebook-and-internet-access">Notebook Instances Are Internet-Enabled by Default</a>.</p>
|
|
8193
|
-
* @public
|
|
8194
|
-
*/
|
|
8195
|
-
DirectInternetAccess?: DirectInternetAccess;
|
|
8196
|
-
/**
|
|
8197
|
-
* <p>The size, in GB, of the ML storage volume attached to the notebook instance.</p>
|
|
8198
|
-
* @public
|
|
8199
|
-
*/
|
|
8200
|
-
VolumeSizeInGB?: number;
|
|
8201
|
-
/**
|
|
8202
|
-
* <p>A list of the Elastic Inference (EI) instance types associated with this notebook
|
|
8203
|
-
* instance. Currently only one EI instance type can be associated with a notebook
|
|
8204
|
-
* instance. For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/ei.html">Using Elastic Inference in
|
|
8205
|
-
* Amazon SageMaker</a>.</p>
|
|
8206
|
-
* @public
|
|
8207
|
-
*/
|
|
8208
|
-
AcceleratorTypes?: NotebookInstanceAcceleratorType[];
|
|
8209
|
-
/**
|
|
8210
|
-
* <p>The Git repository associated with the notebook instance as its default code
|
|
8211
|
-
* repository. This can be either the name of a Git repository stored as a resource in your
|
|
8212
|
-
* account, or the URL of a Git repository in <a href="https://docs.aws.amazon.com/codecommit/latest/userguide/welcome.html">Amazon Web Services CodeCommit</a>
|
|
8213
|
-
* or in any other Git repository. When you open a notebook instance, it opens in the
|
|
8214
|
-
* directory that contains this repository. For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/nbi-git-repo.html">Associating Git
|
|
8215
|
-
* Repositories with SageMaker Notebook Instances</a>.</p>
|
|
8216
|
-
* @public
|
|
8217
|
-
*/
|
|
8218
|
-
DefaultCodeRepository?: string;
|
|
8219
|
-
/**
|
|
8220
|
-
* <p>An array of up to three Git repositories associated with the notebook instance. These
|
|
8221
|
-
* can be either the names of Git repositories stored as resources in your account, or the
|
|
8222
|
-
* URL of Git repositories in <a href="https://docs.aws.amazon.com/codecommit/latest/userguide/welcome.html">Amazon Web Services CodeCommit</a>
|
|
8223
|
-
* or in any other Git repository. These repositories are cloned at the same level as the
|
|
8224
|
-
* default repository of your notebook instance. For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/nbi-git-repo.html">Associating Git
|
|
8225
|
-
* Repositories with SageMaker Notebook Instances</a>.</p>
|
|
8226
|
-
* @public
|
|
8227
|
-
*/
|
|
8228
|
-
AdditionalCodeRepositories?: string[];
|
|
8229
|
-
/**
|
|
8230
|
-
* <p>Whether root access is enabled or disabled for users of the notebook instance.</p>
|
|
8231
|
-
* <note>
|
|
8232
|
-
* <p>Lifecycle configurations need root access to be able to set up a notebook
|
|
8233
|
-
* instance. Because of this, lifecycle configurations associated with a notebook
|
|
8234
|
-
* instance always run with root access even if you disable root access for
|
|
8235
|
-
* users.</p>
|
|
8236
|
-
* </note>
|
|
8237
|
-
* @public
|
|
8238
|
-
*/
|
|
8239
|
-
RootAccess?: RootAccess;
|
|
8240
|
-
/**
|
|
8241
|
-
* <p>The platform identifier of the notebook instance runtime environment.</p>
|
|
8242
|
-
* @public
|
|
8243
|
-
*/
|
|
8244
|
-
PlatformIdentifier?: string;
|
|
8245
|
-
/**
|
|
8246
|
-
* <p>Information on the IMDS configuration of the notebook instance</p>
|
|
8247
|
-
* @public
|
|
8248
|
-
*/
|
|
8249
|
-
InstanceMetadataServiceConfiguration?: InstanceMetadataServiceConfiguration;
|
|
8250
|
-
}
|
|
8251
|
-
/**
|
|
8252
|
-
* @public
|
|
8253
|
-
*/
|
|
8254
|
-
export interface DescribeNotebookInstanceLifecycleConfigInput {
|
|
8255
|
-
/**
|
|
8256
|
-
* <p>The name of the lifecycle configuration to describe.</p>
|
|
8257
|
-
* @public
|
|
8258
|
-
*/
|
|
8259
|
-
NotebookInstanceLifecycleConfigName: string | undefined;
|
|
8260
|
-
}
|
|
8261
|
-
/**
|
|
8262
|
-
* @public
|
|
8263
|
-
*/
|
|
8264
|
-
export interface DescribeNotebookInstanceLifecycleConfigOutput {
|
|
8265
|
-
/**
|
|
8266
|
-
* <p>The Amazon Resource Name (ARN) of the lifecycle configuration.</p>
|
|
8267
|
-
* @public
|
|
8268
|
-
*/
|
|
8269
|
-
NotebookInstanceLifecycleConfigArn?: string;
|
|
8270
|
-
/**
|
|
8271
|
-
* <p>The name of the lifecycle configuration.</p>
|
|
8272
|
-
* @public
|
|
8273
|
-
*/
|
|
8274
|
-
NotebookInstanceLifecycleConfigName?: string;
|
|
8275
|
-
/**
|
|
8276
|
-
* <p>The shell script that runs only once, when you create a notebook instance.</p>
|
|
8277
|
-
* @public
|
|
8278
|
-
*/
|
|
8279
|
-
OnCreate?: NotebookInstanceLifecycleHook[];
|
|
8280
|
-
/**
|
|
8281
|
-
* <p>The shell script that runs every time you start a notebook instance, including when
|
|
8282
|
-
* you create the notebook instance.</p>
|
|
8283
|
-
* @public
|
|
8284
|
-
*/
|
|
8285
|
-
OnStart?: NotebookInstanceLifecycleHook[];
|
|
8286
|
-
/**
|
|
8287
|
-
* <p>A timestamp that tells when the lifecycle configuration was last modified.</p>
|
|
8288
|
-
* @public
|
|
8289
|
-
*/
|
|
8290
|
-
LastModifiedTime?: Date;
|
|
8291
|
-
/**
|
|
8292
|
-
* <p>A timestamp that tells when the lifecycle configuration was created.</p>
|
|
8293
|
-
* @public
|
|
8294
|
-
*/
|
|
8295
|
-
CreationTime?: Date;
|
|
8296
|
-
}
|
|
8297
|
-
/**
|
|
8298
|
-
* @public
|
|
8299
|
-
*/
|
|
8300
|
-
export interface DescribePipelineRequest {
|
|
8301
|
-
/**
|
|
8302
|
-
* <p>The name or Amazon Resource Name (ARN) of the pipeline to describe.</p>
|
|
8303
|
-
* @public
|
|
8304
|
-
*/
|
|
8305
|
-
PipelineName: string | undefined;
|
|
8306
|
-
}
|
|
8307
|
-
/**
|
|
8308
|
-
* @public
|
|
8309
|
-
* @enum
|
|
8310
|
-
*/
|
|
8311
|
-
export declare const PipelineStatus: {
|
|
8312
|
-
readonly ACTIVE: "Active";
|
|
8313
|
-
readonly DELETING: "Deleting";
|
|
8314
|
-
};
|
|
8315
|
-
/**
|
|
8316
|
-
* @public
|
|
8317
|
-
*/
|
|
8318
|
-
export type PipelineStatus = (typeof PipelineStatus)[keyof typeof PipelineStatus];
|
|
8319
|
-
/**
|
|
8320
|
-
* @public
|
|
8321
|
-
*/
|
|
8322
|
-
export interface DescribePipelineResponse {
|
|
8323
|
-
/**
|
|
8324
|
-
* <p>The Amazon Resource Name (ARN) of the pipeline.</p>
|
|
8325
|
-
* @public
|
|
8326
|
-
*/
|
|
8327
|
-
PipelineArn?: string;
|
|
8328
|
-
/**
|
|
8329
|
-
* <p>The name of the pipeline.</p>
|
|
8330
|
-
* @public
|
|
8331
|
-
*/
|
|
8332
|
-
PipelineName?: string;
|
|
8333
|
-
/**
|
|
8334
|
-
* <p>The display name of the pipeline.</p>
|
|
8335
|
-
* @public
|
|
8336
|
-
*/
|
|
8337
|
-
PipelineDisplayName?: string;
|
|
8338
|
-
/**
|
|
8339
|
-
* <p>The JSON pipeline definition.</p>
|
|
8340
|
-
* @public
|
|
8341
|
-
*/
|
|
8342
|
-
PipelineDefinition?: string;
|
|
8343
|
-
/**
|
|
8344
|
-
* <p>The description of the pipeline.</p>
|
|
8345
|
-
* @public
|
|
8346
|
-
*/
|
|
8347
|
-
PipelineDescription?: string;
|
|
8348
|
-
/**
|
|
8349
|
-
* <p>The Amazon Resource Name (ARN) that the pipeline uses to execute.</p>
|
|
8350
|
-
* @public
|
|
8351
|
-
*/
|
|
8352
|
-
RoleArn?: string;
|
|
8353
|
-
/**
|
|
8354
|
-
* <p>The status of the pipeline execution.</p>
|
|
8355
|
-
* @public
|
|
8356
|
-
*/
|
|
8357
|
-
PipelineStatus?: PipelineStatus;
|
|
8358
|
-
/**
|
|
8359
|
-
* <p>The time when the pipeline was created.</p>
|
|
8360
|
-
* @public
|
|
8361
|
-
*/
|
|
8362
|
-
CreationTime?: Date;
|
|
8363
|
-
/**
|
|
8364
|
-
* <p>The time when the pipeline was last modified.</p>
|
|
8365
|
-
* @public
|
|
8366
|
-
*/
|
|
8367
|
-
LastModifiedTime?: Date;
|
|
8368
|
-
/**
|
|
8369
|
-
* <p>The time when the pipeline was last run.</p>
|
|
8370
|
-
* @public
|
|
8371
|
-
*/
|
|
8372
|
-
LastRunTime?: Date;
|
|
8373
|
-
/**
|
|
8374
|
-
* <p>Information about the user who created or modified an experiment, trial, trial
|
|
8375
|
-
* component, lineage group, project, or model card.</p>
|
|
8376
|
-
* @public
|
|
8377
|
-
*/
|
|
8378
|
-
CreatedBy?: UserContext;
|
|
8379
|
-
/**
|
|
8380
|
-
* <p>Information about the user who created or modified an experiment, trial, trial
|
|
8381
|
-
* component, lineage group, project, or model card.</p>
|
|
8382
|
-
* @public
|
|
8383
|
-
*/
|
|
8384
|
-
LastModifiedBy?: UserContext;
|
|
8385
|
-
/**
|
|
8386
|
-
* <p>Lists the parallelism configuration applied to the pipeline.</p>
|
|
8387
|
-
* @public
|
|
8388
|
-
*/
|
|
8389
|
-
ParallelismConfiguration?: ParallelismConfiguration;
|
|
8390
|
-
}
|
|
8391
|
-
/**
|
|
8392
|
-
* @public
|
|
8393
|
-
*/
|
|
8394
|
-
export interface DescribePipelineDefinitionForExecutionRequest {
|
|
8395
|
-
/**
|
|
8396
|
-
* <p>The Amazon Resource Name (ARN) of the pipeline execution.</p>
|
|
8397
|
-
* @public
|
|
8398
|
-
*/
|
|
8399
|
-
PipelineExecutionArn: string | undefined;
|
|
8400
|
-
}
|
|
8401
|
-
/**
|
|
8402
|
-
* @public
|
|
8403
|
-
*/
|
|
8404
|
-
export interface DescribePipelineDefinitionForExecutionResponse {
|
|
8405
|
-
/**
|
|
8406
|
-
* <p>The JSON pipeline definition.</p>
|
|
8407
|
-
* @public
|
|
8408
|
-
*/
|
|
8409
|
-
PipelineDefinition?: string;
|
|
8410
|
-
/**
|
|
8411
|
-
* <p>The time when the pipeline was created.</p>
|
|
8412
|
-
* @public
|
|
8413
|
-
*/
|
|
8414
|
-
CreationTime?: Date;
|
|
8415
|
-
}
|
|
8416
|
-
/**
|
|
8417
|
-
* @public
|
|
8418
|
-
*/
|
|
8419
|
-
export interface DescribePipelineExecutionRequest {
|
|
8420
|
-
/**
|
|
8421
|
-
* <p>The Amazon Resource Name (ARN) of the pipeline execution.</p>
|
|
8422
|
-
* @public
|
|
8423
|
-
*/
|
|
8424
|
-
PipelineExecutionArn: string | undefined;
|
|
8425
|
-
}
|
|
8426
|
-
/**
|
|
8427
|
-
* @public
|
|
8428
|
-
* @enum
|
|
8429
|
-
*/
|
|
8430
|
-
export declare const PipelineExecutionStatus: {
|
|
8431
|
-
readonly EXECUTING: "Executing";
|
|
8432
|
-
readonly FAILED: "Failed";
|
|
8433
|
-
readonly STOPPED: "Stopped";
|
|
8434
|
-
readonly STOPPING: "Stopping";
|
|
8435
|
-
readonly SUCCEEDED: "Succeeded";
|
|
8436
|
-
};
|
|
8437
|
-
/**
|
|
8438
|
-
* @public
|
|
8439
|
-
*/
|
|
8440
|
-
export type PipelineExecutionStatus = (typeof PipelineExecutionStatus)[keyof typeof PipelineExecutionStatus];
|
|
8441
|
-
/**
|
|
8442
|
-
* <p>Specifies the names of the experiment and trial created by a pipeline.</p>
|
|
8443
|
-
* @public
|
|
8444
|
-
*/
|
|
8445
|
-
export interface PipelineExperimentConfig {
|
|
8446
|
-
/**
|
|
8447
|
-
* <p>The name of the experiment.</p>
|
|
8448
|
-
* @public
|
|
8449
|
-
*/
|
|
8450
|
-
ExperimentName?: string;
|
|
8451
|
-
/**
|
|
8452
|
-
* <p>The name of the trial.</p>
|
|
8453
|
-
* @public
|
|
8454
|
-
*/
|
|
8455
|
-
TrialName?: string;
|
|
8456
|
-
}
|
|
8457
|
-
/**
|
|
8458
|
-
* <p>A step selected to run in selective execution mode.</p>
|
|
8459
|
-
* @public
|
|
8460
|
-
*/
|
|
8461
|
-
export interface SelectedStep {
|
|
8462
|
-
/**
|
|
8463
|
-
* <p>The name of the pipeline step.</p>
|
|
8464
|
-
* @public
|
|
8465
|
-
*/
|
|
8466
|
-
StepName: string | undefined;
|
|
8467
|
-
}
|
|
8468
|
-
/**
|
|
8469
|
-
* <p>The selective execution configuration applied to the pipeline run.</p>
|
|
8470
|
-
* @public
|
|
8471
|
-
*/
|
|
8472
|
-
export interface SelectiveExecutionConfig {
|
|
8473
|
-
/**
|
|
8474
|
-
* <p>The ARN from a reference execution of the current pipeline.
|
|
8475
|
-
* Used to copy input collaterals needed for the selected steps to run.
|
|
8476
|
-
* The execution status of the pipeline can be either <code>Failed</code>
|
|
8477
|
-
* or <code>Success</code>.</p>
|
|
8478
|
-
* <p>This field is required if the steps you specify for
|
|
8479
|
-
* <code>SelectedSteps</code> depend on output collaterals from any non-specified pipeline
|
|
8480
|
-
* steps. For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/pipelines-selective-ex.html">Selective
|
|
8481
|
-
* Execution for Pipeline Steps</a>.</p>
|
|
8482
|
-
* @public
|
|
8483
|
-
*/
|
|
8484
|
-
SourcePipelineExecutionArn?: string;
|
|
8485
|
-
/**
|
|
8486
|
-
* <p>A list of pipeline steps to run. All step(s) in all path(s) between
|
|
8487
|
-
* two selected steps should be included.</p>
|
|
8488
|
-
* @public
|
|
8489
|
-
*/
|
|
8490
|
-
SelectedSteps: SelectedStep[] | undefined;
|
|
8491
|
-
}
|
|
8492
|
-
/**
|
|
8493
|
-
* @public
|
|
8494
|
-
*/
|
|
8495
|
-
export interface DescribePipelineExecutionResponse {
|
|
8496
|
-
/**
|
|
8497
|
-
* <p>The Amazon Resource Name (ARN) of the pipeline.</p>
|
|
8498
|
-
* @public
|
|
8499
|
-
*/
|
|
8500
|
-
PipelineArn?: string;
|
|
8501
|
-
/**
|
|
8502
|
-
* <p>The Amazon Resource Name (ARN) of the pipeline execution.</p>
|
|
8503
|
-
* @public
|
|
8504
|
-
*/
|
|
8505
|
-
PipelineExecutionArn?: string;
|
|
8506
|
-
/**
|
|
8507
|
-
* <p>The display name of the pipeline execution.</p>
|
|
8508
|
-
* @public
|
|
8509
|
-
*/
|
|
8510
|
-
PipelineExecutionDisplayName?: string;
|
|
8511
|
-
/**
|
|
8512
|
-
* <p>The status of the pipeline execution.</p>
|
|
8513
|
-
* @public
|
|
8514
|
-
*/
|
|
8515
|
-
PipelineExecutionStatus?: PipelineExecutionStatus;
|
|
8516
|
-
/**
|
|
8517
|
-
* <p>The description of the pipeline execution.</p>
|
|
8518
|
-
* @public
|
|
8519
|
-
*/
|
|
8520
|
-
PipelineExecutionDescription?: string;
|
|
8521
|
-
/**
|
|
8522
|
-
* <p>Specifies the names of the experiment and trial created by a pipeline.</p>
|
|
8523
|
-
* @public
|
|
8524
|
-
*/
|
|
8525
|
-
PipelineExperimentConfig?: PipelineExperimentConfig;
|
|
8526
|
-
/**
|
|
8527
|
-
* <p>If the execution failed, a message describing why.</p>
|
|
8528
|
-
* @public
|
|
8529
|
-
*/
|
|
8530
|
-
FailureReason?: string;
|
|
8531
|
-
/**
|
|
8532
|
-
* <p>The time when the pipeline execution was created.</p>
|
|
8533
|
-
* @public
|
|
8534
|
-
*/
|
|
8535
|
-
CreationTime?: Date;
|
|
8536
|
-
/**
|
|
8537
|
-
* <p>The time when the pipeline execution was modified last.</p>
|
|
8538
|
-
* @public
|
|
8539
|
-
*/
|
|
8540
|
-
LastModifiedTime?: Date;
|
|
8541
|
-
/**
|
|
8542
|
-
* <p>Information about the user who created or modified an experiment, trial, trial
|
|
8543
|
-
* component, lineage group, project, or model card.</p>
|
|
8544
|
-
* @public
|
|
8545
|
-
*/
|
|
8546
|
-
CreatedBy?: UserContext;
|
|
8547
|
-
/**
|
|
8548
|
-
* <p>Information about the user who created or modified an experiment, trial, trial
|
|
8549
|
-
* component, lineage group, project, or model card.</p>
|
|
8550
|
-
* @public
|
|
8551
|
-
*/
|
|
8552
|
-
LastModifiedBy?: UserContext;
|
|
8553
|
-
/**
|
|
8554
|
-
* <p>The parallelism configuration applied to the pipeline.</p>
|
|
8555
|
-
* @public
|
|
8556
|
-
*/
|
|
8557
|
-
ParallelismConfiguration?: ParallelismConfiguration;
|
|
8558
|
-
/**
|
|
8559
|
-
* <p>The selective execution configuration applied to the pipeline run.</p>
|
|
8560
|
-
* @public
|
|
8561
|
-
*/
|
|
8562
|
-
SelectiveExecutionConfig?: SelectiveExecutionConfig;
|
|
8563
|
-
}
|
|
8564
8359
|
/**
|
|
8565
8360
|
* @internal
|
|
8566
8361
|
*/
|