@aws-sdk/client-sagemaker 3.598.0 → 3.600.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 +64 -0
- package/dist-cjs/index.js +523 -57
- package/dist-es/SageMaker.js +16 -0
- package/dist-es/commands/CreateMlflowTrackingServerCommand.js +24 -0
- package/dist-es/commands/CreatePresignedMlflowTrackingServerUrlCommand.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 +8 -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 +35 -11
- package/dist-es/models/models_3.js +16 -24
- package/dist-es/models/models_4.js +24 -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 +261 -0
- package/dist-types/SageMaker.d.ts +57 -0
- package/dist-types/SageMakerClient.d.ts +10 -2
- package/dist-types/commands/CreateClusterCommand.d.ts +9 -1
- package/dist-types/commands/CreateMlflowTrackingServerCommand.d.ts +78 -0
- package/dist-types/commands/CreatePresignedMlflowTrackingServerUrlCommand.d.ts +66 -0
- package/dist-types/commands/DeleteMlflowTrackingServerCommand.d.ts +63 -0
- package/dist-types/commands/DeleteWorkforceCommand.d.ts +1 -1
- package/dist-types/commands/DescribeClusterCommand.d.ts +7 -0
- package/dist-types/commands/DescribeClusterNodeCommand.d.ts +7 -0
- package/dist-types/commands/DescribeMlflowTrackingServerCommand.d.ts +95 -0
- 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/ListMlflowTrackingServersCommand.d.ts +78 -0
- package/dist-types/commands/ListMonitoringAlertsCommand.d.ts +2 -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/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/UpdateMlflowTrackingServerCommand.d.ts +75 -0
- package/dist-types/commands/index.d.ts +8 -0
- package/dist-types/models/models_0.d.ts +85 -407
- package/dist-types/models/models_1.d.ts +507 -137
- package/dist-types/models/models_2.d.ts +295 -318
- package/dist-types/models/models_3.d.ts +460 -512
- package/dist-types/models/models_4.d.ts +576 -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 +72 -0
- package/dist-types/ts3.4/SageMaker.d.ts +143 -0
- package/dist-types/ts3.4/SageMakerClient.d.ts +48 -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/DeleteMlflowTrackingServerCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/DescribeMlflowTrackingServerCommand.d.ts +40 -0
- 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/ListMonitoringAlertsCommand.d.ts +2 -4
- 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 +8 -0
- package/dist-types/ts3.4/models/models_0.d.ts +27 -18
- package/dist-types/ts3.4/models/models_1.d.ts +46 -47
- package/dist-types/ts3.4/models/models_2.d.ts +105 -85
- package/dist-types/ts3.4/models/models_3.d.ts +116 -127
- package/dist-types/ts3.4/models/models_4.d.ts +156 -9
- 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 +96 -0
- package/package.json +4 -4
|
@@ -1,5 +1,141 @@
|
|
|
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 { _InstanceType, DataCaptureConfig, DataQualityAppSpecification, DataQualityBaselineConfig, DataQualityJobInput, DefaultSpaceSettings, DeploymentConfig, DeviceSelectionConfig, DirectInternetAccess, 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, InstanceMetadataServiceConfiguration, JobType, LabelingJobAlgorithmsConfig, LabelingJobInputConfig, LabelingJobOutputConfig, LabelingJobStoppingConditions, ModelBiasAppSpecification, ModelBiasBaselineConfig, ModelBiasJobInput, ModelCardExportOutputConfig, ModelCardSecurityConfig, ModelCardStatus, ModelExplainabilityAppSpecification, ModelExplainabilityBaselineConfig, ModelExplainabilityJobInput, ModelInfrastructureConfig, ModelMetrics, ModelPackageModelCard, ModelPackageSecurityConfig, ModelPackageValidationSpecification, ModelQualityAppSpecification, ModelQualityBaselineConfig, ModelQualityJobInput, MonitoringNetworkConfig, MonitoringOutputConfig, MonitoringResources, MonitoringScheduleConfig, MonitoringStoppingCondition, MonitoringType, NeoVpcConfig, NotebookInstanceAcceleratorType,
|
|
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 { _InstanceType, DataCaptureConfig, DataQualityAppSpecification, DataQualityBaselineConfig, DataQualityJobInput, DefaultSpaceSettings, DeploymentConfig, DeviceSelectionConfig, DirectInternetAccess, DomainSettings, DriftCheckBaselines, EdgeDeploymentConfig, EdgeDeploymentModelConfig, EdgeOutputConfig, EdgePresetDeploymentType, EFSFileSystem, EndpointInfo, ExperimentConfig, ExplainerConfig, FeatureDefinition, FeatureType, FlowDefinitionOutputConfig, HubS3StorageConfig, HumanLoopActivationConfig, HumanLoopConfig, HumanLoopRequestSource, HumanTaskConfig, HyperParameterTrainingJobDefinition, HyperParameterTuningJobConfig, HyperParameterTuningJobWarmStartConfig, InferenceComponentComputeResourceRequirements, InferenceComponentStartupParameters, InferenceExecutionConfig, InferenceExperimentDataStorageConfig, InferenceExperimentSchedule, InferenceExperimentType, InputConfig, InstanceMetadataServiceConfiguration, 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, MonitoringScheduleConfig, MonitoringStoppingCondition, MonitoringType, NeoVpcConfig, NotebookInstanceAcceleratorType, OfflineStoreConfig, OnlineStoreConfig, OutputConfig, OwnershipSettings, ProcessingInstanceType, Processor, ProductionVariant, ProductionVariantAcceleratorType, ProductionVariantManagedInstanceScaling, ProductionVariantRoutingConfig, ProductionVariantServerlessConfig, RecommendationJobInputConfig, RecommendationJobStoppingConditions, RecommendationJobType, RetryStrategy, RootAccess, ShadowModeConfig, SkipModelValidation, SourceAlgorithmSpecification, SpaceCodeEditorAppSettings, ThroughputMode, TrackingServerSize, UserSettings, VendorGuidance } from "./models_1";
|
|
3
|
+
/**
|
|
4
|
+
* <p>A file system, created by you, that you assign to a user profile or space for an
|
|
5
|
+
* Amazon SageMaker Domain. Permitted users can access this file system in Amazon SageMaker Studio.</p>
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type CustomFileSystem = CustomFileSystem.EFSFileSystemMember | CustomFileSystem.$UnknownMember;
|
|
9
|
+
/**
|
|
10
|
+
* @public
|
|
11
|
+
*/
|
|
12
|
+
export declare namespace CustomFileSystem {
|
|
13
|
+
/**
|
|
14
|
+
* <p>A custom file system in Amazon EFS.</p>
|
|
15
|
+
* @public
|
|
16
|
+
*/
|
|
17
|
+
interface EFSFileSystemMember {
|
|
18
|
+
EFSFileSystem: EFSFileSystem;
|
|
19
|
+
$unknown?: never;
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* @public
|
|
23
|
+
*/
|
|
24
|
+
interface $UnknownMember {
|
|
25
|
+
EFSFileSystem?: never;
|
|
26
|
+
$unknown: [string, any];
|
|
27
|
+
}
|
|
28
|
+
interface Visitor<T> {
|
|
29
|
+
EFSFileSystem: (value: EFSFileSystem) => T;
|
|
30
|
+
_: (name: string, value: any) => T;
|
|
31
|
+
}
|
|
32
|
+
const visit: <T>(value: CustomFileSystem, visitor: Visitor<T>) => T;
|
|
33
|
+
}
|
|
34
|
+
/**
|
|
35
|
+
* <p>The settings for the JupyterLab application within a space.</p>
|
|
36
|
+
* @public
|
|
37
|
+
*/
|
|
38
|
+
export interface SpaceJupyterLabAppSettings {
|
|
39
|
+
/**
|
|
40
|
+
* <p>Specifies the ARN's of a SageMaker image and SageMaker image version, and the instance type that
|
|
41
|
+
* the version runs on.</p>
|
|
42
|
+
* @public
|
|
43
|
+
*/
|
|
44
|
+
DefaultResourceSpec?: ResourceSpec;
|
|
45
|
+
/**
|
|
46
|
+
* <p>A list of Git repositories that SageMaker automatically displays to users for cloning in the JupyterLab application.</p>
|
|
47
|
+
* @public
|
|
48
|
+
*/
|
|
49
|
+
CodeRepositories?: CodeRepository[];
|
|
50
|
+
}
|
|
51
|
+
/**
|
|
52
|
+
* <p>A collection of EBS storage settings that apply to both private and shared spaces.</p>
|
|
53
|
+
* @public
|
|
54
|
+
*/
|
|
55
|
+
export interface EbsStorageSettings {
|
|
56
|
+
/**
|
|
57
|
+
* <p>The size of an EBS storage volume for a space.</p>
|
|
58
|
+
* @public
|
|
59
|
+
*/
|
|
60
|
+
EbsVolumeSizeInGb: number | undefined;
|
|
61
|
+
}
|
|
62
|
+
/**
|
|
63
|
+
* <p>The storage settings for a space.</p>
|
|
64
|
+
* @public
|
|
65
|
+
*/
|
|
66
|
+
export interface SpaceStorageSettings {
|
|
67
|
+
/**
|
|
68
|
+
* <p>A collection of EBS storage settings for a space.</p>
|
|
69
|
+
* @public
|
|
70
|
+
*/
|
|
71
|
+
EbsStorageSettings?: EbsStorageSettings;
|
|
72
|
+
}
|
|
73
|
+
/**
|
|
74
|
+
* <p>A collection of space settings.</p>
|
|
75
|
+
* @public
|
|
76
|
+
*/
|
|
77
|
+
export interface SpaceSettings {
|
|
78
|
+
/**
|
|
79
|
+
* <p>The JupyterServer app settings.</p>
|
|
80
|
+
* @public
|
|
81
|
+
*/
|
|
82
|
+
JupyterServerAppSettings?: JupyterServerAppSettings;
|
|
83
|
+
/**
|
|
84
|
+
* <p>The KernelGateway app settings.</p>
|
|
85
|
+
* @public
|
|
86
|
+
*/
|
|
87
|
+
KernelGatewayAppSettings?: KernelGatewayAppSettings;
|
|
88
|
+
/**
|
|
89
|
+
* <p>The Code Editor application settings.</p>
|
|
90
|
+
* @public
|
|
91
|
+
*/
|
|
92
|
+
CodeEditorAppSettings?: SpaceCodeEditorAppSettings;
|
|
93
|
+
/**
|
|
94
|
+
* <p>The settings for the JupyterLab application.</p>
|
|
95
|
+
* @public
|
|
96
|
+
*/
|
|
97
|
+
JupyterLabAppSettings?: SpaceJupyterLabAppSettings;
|
|
98
|
+
/**
|
|
99
|
+
* <p>The type of app created within the space.</p>
|
|
100
|
+
* @public
|
|
101
|
+
*/
|
|
102
|
+
AppType?: AppType;
|
|
103
|
+
/**
|
|
104
|
+
* <p>The storage settings for a space.</p>
|
|
105
|
+
* @public
|
|
106
|
+
*/
|
|
107
|
+
SpaceStorageSettings?: SpaceStorageSettings;
|
|
108
|
+
/**
|
|
109
|
+
* <p>A file system, created by you, that you assign to a space for an Amazon SageMaker
|
|
110
|
+
* Domain. Permitted users can access this file system in Amazon SageMaker
|
|
111
|
+
* Studio.</p>
|
|
112
|
+
* @public
|
|
113
|
+
*/
|
|
114
|
+
CustomFileSystems?: CustomFileSystem[];
|
|
115
|
+
}
|
|
116
|
+
/**
|
|
117
|
+
* @public
|
|
118
|
+
* @enum
|
|
119
|
+
*/
|
|
120
|
+
export declare const SharingType: {
|
|
121
|
+
readonly Private: "Private";
|
|
122
|
+
readonly Shared: "Shared";
|
|
123
|
+
};
|
|
124
|
+
/**
|
|
125
|
+
* @public
|
|
126
|
+
*/
|
|
127
|
+
export type SharingType = (typeof SharingType)[keyof typeof SharingType];
|
|
128
|
+
/**
|
|
129
|
+
* <p>A collection of space sharing settings.</p>
|
|
130
|
+
* @public
|
|
131
|
+
*/
|
|
132
|
+
export interface SpaceSharingSettings {
|
|
133
|
+
/**
|
|
134
|
+
* <p>Specifies the sharing type of the space.</p>
|
|
135
|
+
* @public
|
|
136
|
+
*/
|
|
137
|
+
SharingType: SharingType | undefined;
|
|
138
|
+
}
|
|
3
139
|
/**
|
|
4
140
|
* @public
|
|
5
141
|
*/
|
|
@@ -1129,7 +1265,7 @@ export interface OidcConfig {
|
|
|
1129
1265
|
}
|
|
1130
1266
|
/**
|
|
1131
1267
|
* <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
|
|
1268
|
+
* list of IP addresses for a private workforce. Workers will only be able to log in to their worker portal from an
|
|
1133
1269
|
* IP address within this range. By default, a workforce isn't restricted to specific IP addresses.</p>
|
|
1134
1270
|
* @public
|
|
1135
1271
|
*/
|
|
@@ -1156,7 +1292,7 @@ export interface WorkforceVpcConfigRequest {
|
|
|
1156
1292
|
*/
|
|
1157
1293
|
VpcId?: string;
|
|
1158
1294
|
/**
|
|
1159
|
-
* <p>The VPC security group IDs, in the form sg-xxxxxxxx
|
|
1295
|
+
* <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
1296
|
* @public
|
|
1161
1297
|
*/
|
|
1162
1298
|
SecurityGroupIds?: string[];
|
|
@@ -1189,7 +1325,7 @@ export interface CreateWorkforceRequest {
|
|
|
1189
1325
|
OidcConfig?: OidcConfig;
|
|
1190
1326
|
/**
|
|
1191
1327
|
* <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
|
|
1328
|
+
* list of IP addresses for a private workforce. Workers will only be able to log in to their worker portal from an
|
|
1193
1329
|
* IP address within this range. By default, a workforce isn't restricted to specific IP addresses.</p>
|
|
1194
1330
|
* @public
|
|
1195
1331
|
*/
|
|
@@ -1999,6 +2135,27 @@ export interface DeleteInferenceExperimentResponse {
|
|
|
1999
2135
|
*/
|
|
2000
2136
|
InferenceExperimentArn: string | undefined;
|
|
2001
2137
|
}
|
|
2138
|
+
/**
|
|
2139
|
+
* @public
|
|
2140
|
+
*/
|
|
2141
|
+
export interface DeleteMlflowTrackingServerRequest {
|
|
2142
|
+
/**
|
|
2143
|
+
* <p>The name of the the tracking server to delete.</p>
|
|
2144
|
+
* @public
|
|
2145
|
+
*/
|
|
2146
|
+
TrackingServerName: string | undefined;
|
|
2147
|
+
}
|
|
2148
|
+
/**
|
|
2149
|
+
* @public
|
|
2150
|
+
*/
|
|
2151
|
+
export interface DeleteMlflowTrackingServerResponse {
|
|
2152
|
+
/**
|
|
2153
|
+
* <p>A <code>TrackingServerArn</code> object, the ARN of the tracking server that is deleted if
|
|
2154
|
+
* successfully found.</p>
|
|
2155
|
+
* @public
|
|
2156
|
+
*/
|
|
2157
|
+
TrackingServerArn?: string;
|
|
2158
|
+
}
|
|
2002
2159
|
/**
|
|
2003
2160
|
* @public
|
|
2004
2161
|
*/
|
|
@@ -7072,6 +7229,139 @@ export interface DescribeLineageGroupResponse {
|
|
|
7072
7229
|
*/
|
|
7073
7230
|
LastModifiedBy?: UserContext;
|
|
7074
7231
|
}
|
|
7232
|
+
/**
|
|
7233
|
+
* @public
|
|
7234
|
+
*/
|
|
7235
|
+
export interface DescribeMlflowTrackingServerRequest {
|
|
7236
|
+
/**
|
|
7237
|
+
* <p>The name of the MLflow Tracking Server to describe.</p>
|
|
7238
|
+
* @public
|
|
7239
|
+
*/
|
|
7240
|
+
TrackingServerName: string | undefined;
|
|
7241
|
+
}
|
|
7242
|
+
/**
|
|
7243
|
+
* @public
|
|
7244
|
+
* @enum
|
|
7245
|
+
*/
|
|
7246
|
+
export declare const IsTrackingServerActive: {
|
|
7247
|
+
readonly ACTIVE: "Active";
|
|
7248
|
+
readonly INACTIVE: "Inactive";
|
|
7249
|
+
};
|
|
7250
|
+
/**
|
|
7251
|
+
* @public
|
|
7252
|
+
*/
|
|
7253
|
+
export type IsTrackingServerActive = (typeof IsTrackingServerActive)[keyof typeof IsTrackingServerActive];
|
|
7254
|
+
/**
|
|
7255
|
+
* @public
|
|
7256
|
+
* @enum
|
|
7257
|
+
*/
|
|
7258
|
+
export declare const TrackingServerStatus: {
|
|
7259
|
+
readonly CREATED: "Created";
|
|
7260
|
+
readonly CREATE_FAILED: "CreateFailed";
|
|
7261
|
+
readonly CREATING: "Creating";
|
|
7262
|
+
readonly DELETE_FAILED: "DeleteFailed";
|
|
7263
|
+
readonly DELETING: "Deleting";
|
|
7264
|
+
readonly MAINTENANCE_COMPLETE: "MaintenanceComplete";
|
|
7265
|
+
readonly MAINTENANCE_FAILED: "MaintenanceFailed";
|
|
7266
|
+
readonly MAINTENANCE_IN_PROGRESS: "MaintenanceInProgress";
|
|
7267
|
+
readonly STARTED: "Started";
|
|
7268
|
+
readonly STARTING: "Starting";
|
|
7269
|
+
readonly START_FAILED: "StartFailed";
|
|
7270
|
+
readonly STOPPED: "Stopped";
|
|
7271
|
+
readonly STOPPING: "Stopping";
|
|
7272
|
+
readonly STOP_FAILED: "StopFailed";
|
|
7273
|
+
readonly UPDATED: "Updated";
|
|
7274
|
+
readonly UPDATE_FAILED: "UpdateFailed";
|
|
7275
|
+
readonly UPDATING: "Updating";
|
|
7276
|
+
};
|
|
7277
|
+
/**
|
|
7278
|
+
* @public
|
|
7279
|
+
*/
|
|
7280
|
+
export type TrackingServerStatus = (typeof TrackingServerStatus)[keyof typeof TrackingServerStatus];
|
|
7281
|
+
/**
|
|
7282
|
+
* @public
|
|
7283
|
+
*/
|
|
7284
|
+
export interface DescribeMlflowTrackingServerResponse {
|
|
7285
|
+
/**
|
|
7286
|
+
* <p>The ARN of the described tracking server.</p>
|
|
7287
|
+
* @public
|
|
7288
|
+
*/
|
|
7289
|
+
TrackingServerArn?: string;
|
|
7290
|
+
/**
|
|
7291
|
+
* <p>The name of the described tracking server.</p>
|
|
7292
|
+
* @public
|
|
7293
|
+
*/
|
|
7294
|
+
TrackingServerName?: string;
|
|
7295
|
+
/**
|
|
7296
|
+
* <p>The S3 URI of the general purpose bucket used as the MLflow Tracking Server
|
|
7297
|
+
* artifact store.</p>
|
|
7298
|
+
* @public
|
|
7299
|
+
*/
|
|
7300
|
+
ArtifactStoreUri?: string;
|
|
7301
|
+
/**
|
|
7302
|
+
* <p>The size of the described tracking server.</p>
|
|
7303
|
+
* @public
|
|
7304
|
+
*/
|
|
7305
|
+
TrackingServerSize?: TrackingServerSize;
|
|
7306
|
+
/**
|
|
7307
|
+
* <p>The MLflow version used for the described tracking server.</p>
|
|
7308
|
+
* @public
|
|
7309
|
+
*/
|
|
7310
|
+
MlflowVersion?: string;
|
|
7311
|
+
/**
|
|
7312
|
+
* <p>The Amazon Resource Name (ARN) for an IAM role in your account that the described MLflow Tracking Server
|
|
7313
|
+
* uses to access the artifact store in Amazon S3.</p>
|
|
7314
|
+
* @public
|
|
7315
|
+
*/
|
|
7316
|
+
RoleArn?: string;
|
|
7317
|
+
/**
|
|
7318
|
+
* <p>The current creation status of the described MLflow Tracking Server.</p>
|
|
7319
|
+
* @public
|
|
7320
|
+
*/
|
|
7321
|
+
TrackingServerStatus?: TrackingServerStatus;
|
|
7322
|
+
/**
|
|
7323
|
+
* <p>Whether the described MLflow Tracking Server is currently active.</p>
|
|
7324
|
+
* @public
|
|
7325
|
+
*/
|
|
7326
|
+
IsActive?: IsTrackingServerActive;
|
|
7327
|
+
/**
|
|
7328
|
+
* <p>The URL to connect to the MLflow user interface for the described tracking server.</p>
|
|
7329
|
+
* @public
|
|
7330
|
+
*/
|
|
7331
|
+
TrackingServerUrl?: string;
|
|
7332
|
+
/**
|
|
7333
|
+
* <p>The day and time of the week when weekly maintenance occurs on the described tracking server.</p>
|
|
7334
|
+
* @public
|
|
7335
|
+
*/
|
|
7336
|
+
WeeklyMaintenanceWindowStart?: string;
|
|
7337
|
+
/**
|
|
7338
|
+
* <p>Whether automatic registration of new MLflow models to the SageMaker Model Registry is enabled.</p>
|
|
7339
|
+
* @public
|
|
7340
|
+
*/
|
|
7341
|
+
AutomaticModelRegistration?: boolean;
|
|
7342
|
+
/**
|
|
7343
|
+
* <p>The timestamp of when the described MLflow Tracking Server was created.</p>
|
|
7344
|
+
* @public
|
|
7345
|
+
*/
|
|
7346
|
+
CreationTime?: Date;
|
|
7347
|
+
/**
|
|
7348
|
+
* <p>Information about the user who created or modified an experiment, trial, trial
|
|
7349
|
+
* component, lineage group, project, or model card.</p>
|
|
7350
|
+
* @public
|
|
7351
|
+
*/
|
|
7352
|
+
CreatedBy?: UserContext;
|
|
7353
|
+
/**
|
|
7354
|
+
* <p>The timestamp of when the described MLflow Tracking Server was last modified.</p>
|
|
7355
|
+
* @public
|
|
7356
|
+
*/
|
|
7357
|
+
LastModifiedTime?: Date;
|
|
7358
|
+
/**
|
|
7359
|
+
* <p>Information about the user who created or modified an experiment, trial, trial
|
|
7360
|
+
* component, lineage group, project, or model card.</p>
|
|
7361
|
+
* @public
|
|
7362
|
+
*/
|
|
7363
|
+
LastModifiedBy?: UserContext;
|
|
7364
|
+
}
|
|
7075
7365
|
/**
|
|
7076
7366
|
* @public
|
|
7077
7367
|
*/
|
|
@@ -8248,319 +8538,6 @@ export interface DescribeNotebookInstanceOutput {
|
|
|
8248
8538
|
*/
|
|
8249
8539
|
InstanceMetadataServiceConfiguration?: InstanceMetadataServiceConfiguration;
|
|
8250
8540
|
}
|
|
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
8541
|
/**
|
|
8565
8542
|
* @internal
|
|
8566
8543
|
*/
|