@aws-sdk/client-sagemaker 3.1019.0 → 3.1020.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/dist-cjs/index.js +14 -0
- package/dist-cjs/schemas/schemas_0.js +69 -43
- package/dist-es/SageMaker.js +22 -22
- package/dist-es/models/enums.js +11 -0
- package/dist-es/schemas/schemas_0.js +46 -20
- package/dist-es/waiters/waitForEndpointDeleted.js +1 -1
- package/dist-es/waiters/waitForEndpointInService.js +1 -1
- package/dist-es/waiters/waitForImageCreated.js +1 -1
- package/dist-es/waiters/waitForImageDeleted.js +1 -1
- package/dist-es/waiters/waitForImageUpdated.js +1 -1
- package/dist-es/waiters/waitForImageVersionCreated.js +2 -2
- package/dist-es/waiters/waitForImageVersionDeleted.js +2 -2
- package/dist-es/waiters/waitForNotebookInstanceDeleted.js +1 -1
- package/dist-es/waiters/waitForNotebookInstanceInService.js +1 -1
- package/dist-es/waiters/waitForNotebookInstanceStopped.js +1 -1
- package/dist-es/waiters/waitForProcessingJobCompletedOrStopped.js +1 -1
- package/dist-es/waiters/waitForTrainingJobCompletedOrStopped.js +2 -2
- package/dist-es/waiters/waitForTransformJobCompletedOrStopped.js +2 -2
- package/dist-types/SageMaker.d.ts +381 -381
- package/dist-types/SageMakerClient.d.ts +384 -384
- package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/commands/CreateEndpointConfigCommand.d.ts +10 -0
- package/dist-types/commands/CreateInferenceComponentCommand.d.ts +7 -0
- package/dist-types/commands/DescribeEndpointCommand.d.ts +20 -0
- package/dist-types/commands/DescribeEndpointConfigCommand.d.ts +10 -0
- package/dist-types/commands/DescribeInferenceComponentCommand.d.ts +7 -0
- package/dist-types/commands/ListPipelineParametersForExecutionCommand.d.ts +2 -1
- package/dist-types/commands/ListPipelinesCommand.d.ts +1 -2
- package/dist-types/commands/SearchCommand.d.ts +10 -0
- package/dist-types/commands/UpdateInferenceComponentCommand.d.ts +7 -0
- package/dist-types/index.d.ts +1 -1
- package/dist-types/models/enums.d.ts +35 -0
- package/dist-types/models/models_0.d.ts +1 -1
- package/dist-types/models/models_1.d.ts +65 -93
- package/dist-types/models/models_2.d.ts +99 -46
- package/dist-types/models/models_3.d.ts +47 -105
- package/dist-types/models/models_4.d.ts +106 -5
- package/dist-types/pagination/CreateHubContentPresignedUrlsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeTrainingPlanExtensionHistoryPaginator.d.ts +1 -1
- package/dist-types/pagination/ListActionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAlgorithmsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAliasesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAppImageConfigsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAppsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListArtifactsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAssociationsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAutoMLJobsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListCandidatesForAutoMLJobPaginator.d.ts +1 -1
- package/dist-types/pagination/ListClusterEventsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListClusterNodesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListClusterSchedulerConfigsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListClustersPaginator.d.ts +1 -1
- package/dist-types/pagination/ListCodeRepositoriesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListCompilationJobsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListComputeQuotasPaginator.d.ts +1 -1
- package/dist-types/pagination/ListContextsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListDataQualityJobDefinitionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListDeviceFleetsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListDevicesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListDomainsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListEdgeDeploymentPlansPaginator.d.ts +1 -1
- package/dist-types/pagination/ListEdgePackagingJobsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListEndpointConfigsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListEndpointsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListExperimentsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListFeatureGroupsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListFlowDefinitionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListHumanTaskUisPaginator.d.ts +1 -1
- package/dist-types/pagination/ListHyperParameterTuningJobsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListImageVersionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListImagesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListInferenceComponentsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListInferenceExperimentsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListInferenceRecommendationsJobStepsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListInferenceRecommendationsJobsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListLabelingJobsForWorkteamPaginator.d.ts +1 -1
- package/dist-types/pagination/ListLabelingJobsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListLineageGroupsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListMlflowAppsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListMlflowTrackingServersPaginator.d.ts +1 -1
- package/dist-types/pagination/ListModelBiasJobDefinitionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListModelCardExportJobsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListModelCardVersionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListModelCardsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListModelExplainabilityJobDefinitionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListModelMetadataPaginator.d.ts +1 -1
- package/dist-types/pagination/ListModelPackageGroupsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListModelPackagesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListModelQualityJobDefinitionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListModelsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListMonitoringAlertHistoryPaginator.d.ts +1 -1
- package/dist-types/pagination/ListMonitoringAlertsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListMonitoringExecutionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListMonitoringSchedulesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListNotebookInstanceLifecycleConfigsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListNotebookInstancesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListOptimizationJobsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListPartnerAppsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListPipelineExecutionStepsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListPipelineExecutionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListPipelineParametersForExecutionPaginator.d.ts +1 -1
- package/dist-types/pagination/ListPipelineVersionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListPipelinesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListProcessingJobsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListProjectsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListResourceCatalogsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListSpacesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListStageDevicesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListStudioLifecycleConfigsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListSubscribedWorkteamsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListTagsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListTrainingJobsForHyperParameterTuningJobPaginator.d.ts +1 -1
- package/dist-types/pagination/ListTrainingJobsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListTrainingPlansPaginator.d.ts +1 -1
- package/dist-types/pagination/ListTransformJobsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListTrialComponentsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListTrialsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListUltraServersByReservedCapacityPaginator.d.ts +1 -1
- package/dist-types/pagination/ListUserProfilesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListWorkforcesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListWorkteamsPaginator.d.ts +1 -1
- package/dist-types/pagination/QueryLineagePaginator.d.ts +1 -1
- package/dist-types/pagination/SearchPaginator.d.ts +1 -1
- package/dist-types/schemas/schemas_0.d.ts +3 -0
- package/dist-types/ts3.4/SageMakerClient.d.ts +2 -3
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListPipelineParametersForExecutionCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListPipelinesCommand.d.ts +4 -2
- package/dist-types/ts3.4/models/enums.d.ts +17 -0
- package/dist-types/ts3.4/models/models_1.d.ts +35 -58
- package/dist-types/ts3.4/models/models_2.d.ts +68 -30
- package/dist-types/ts3.4/models/models_3.d.ts +45 -61
- package/dist-types/ts3.4/models/models_4.d.ts +55 -32
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +3 -0
- package/dist-types/waiters/waitForEndpointDeleted.d.ts +3 -3
- package/dist-types/waiters/waitForEndpointInService.d.ts +3 -3
- package/dist-types/waiters/waitForImageCreated.d.ts +3 -3
- package/dist-types/waiters/waitForImageDeleted.d.ts +3 -3
- package/dist-types/waiters/waitForImageUpdated.d.ts +3 -3
- package/dist-types/waiters/waitForImageVersionCreated.d.ts +3 -3
- package/dist-types/waiters/waitForImageVersionDeleted.d.ts +3 -3
- package/dist-types/waiters/waitForNotebookInstanceDeleted.d.ts +3 -3
- package/dist-types/waiters/waitForNotebookInstanceInService.d.ts +3 -3
- package/dist-types/waiters/waitForNotebookInstanceStopped.d.ts +3 -3
- package/dist-types/waiters/waitForProcessingJobCompletedOrStopped.d.ts +3 -3
- package/dist-types/waiters/waitForTrainingJobCompletedOrStopped.d.ts +3 -3
- package/dist-types/waiters/waitForTransformJobCompletedOrStopped.d.ts +3 -3
- package/package.json +15 -15
|
@@ -1,6 +1,97 @@
|
|
|
1
|
-
import { _InstanceType, AccountDefaultStatus, ActionStatus, ActivationState, AlgorithmStatus, AppNetworkAccessType, AppSecurityGroupManagement, AppStatus, AppType, AuthMode, AutoMLJobSecondaryStatus, AutoMLJobStatus, AutoMLProblemTypeConfigName, BatchStrategy, CapacityReservationPreference, CaptureStatus, ClusterNodeProvisioningMode, ClusterNodeRecovery, ClusterStatus, CompilationJobStatus, CustomizationTechnique, DetailedModelPackageStatus, DirectInternetAccess, DomainStatus, EdgePackagingJobStatus, EdgePresetDeploymentStatus, EdgePresetDeploymentType, EnabledOrDisabled, EndpointStatus, EvaluationType, ExecutionStatus, FeatureGroupStatus, FeatureStatus, FeatureType, FlowDefinitionStatus, HubContentStatus, HubContentSupportStatus, HubContentType, HubStatus, HumanTaskUiStatus, HyperParameterTuningJobObjectiveType, HyperParameterTuningJobStatus, ImageStatus, ImageVersionStatus, InferenceComponentCapacitySizeType, InferenceComponentStatus, InferenceExperimentStatus, InferenceExperimentType, IPAddressType, IsTrackingServerActive, JobType, JoinSource, LabelingJobStatus, LastUpdateStatusValue, MaintenanceStatus, MlflowAppStatus, ModelApprovalStatus, ModelCardExportJobStatus, ModelCardProcessingStatus, ModelCardStatus, ModelPackageGroupStatus, ModelPackageRegistrationType, ModelPackageStatus, ModelRegistrationMode, ModelVariantStatus, MonitoringType, NotebookInstanceAcceleratorType, NotebookInstanceStatus, ObjectiveStatus, OfflineStoreStatusValue, OptimizationJobDeploymentInstanceType, OptimizationJobStatus, PartnerAppAuthType, PartnerAppStatus, PartnerAppType, Peft, PipelineStatus, ProblemType, ProcessingInstanceType, Processor, ProductionVariantAcceleratorType, ProductionVariantInstanceType, RecommendationJobStatus, RecommendationJobType, RecommendationStatus, RetentionType, RootAccess, RuleEvaluationStatus, SchedulerConfigComponent, SchedulerResourceStatus, ScheduleStatus, ServerlessJobType, SharingType, SkipModelValidation, StageStatus, Statistic, StudioLifecycleConfigAppType, TagPropagation, ThroughputMode, TrackingServerMaintenanceStatus, TrackingServerSize, TrackingServerStatus, TrainingJobStatus, TrialComponentPrimaryStatus, VariantStatus, VendorGuidance, WorkforceIpAddressType } from "./enums";
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
1
|
+
import type { _InstanceType, AccountDefaultStatus, ActionStatus, ActivationState, AlgorithmStatus, AppNetworkAccessType, AppSecurityGroupManagement, AppStatus, AppType, AuthMode, AutoMLJobSecondaryStatus, AutoMLJobStatus, AutoMLProblemTypeConfigName, BatchStrategy, CapacityReservationPreference, CaptureStatus, ClusterNodeProvisioningMode, ClusterNodeRecovery, ClusterStatus, CompilationJobStatus, CustomizationTechnique, DetailedModelPackageStatus, DirectInternetAccess, DomainStatus, EdgePackagingJobStatus, EdgePresetDeploymentStatus, EdgePresetDeploymentType, EnabledOrDisabled, EndpointStatus, EvaluationType, ExecutionStatus, FeatureGroupStatus, FeatureStatus, FeatureType, FlowDefinitionStatus, HubContentStatus, HubContentSupportStatus, HubContentType, HubStatus, HumanTaskUiStatus, HyperParameterTuningJobObjectiveType, HyperParameterTuningJobStatus, ImageStatus, ImageVersionStatus, InferenceComponentCapacitySizeType, InferenceComponentStatus, InferenceExperimentStatus, InferenceExperimentType, IPAddressType, IsTrackingServerActive, JobType, JoinSource, LabelingJobStatus, LastUpdateStatusValue, MaintenanceStatus, MlflowAppStatus, ModelApprovalStatus, ModelCardExportJobStatus, ModelCardProcessingStatus, ModelCardStatus, ModelPackageGroupStatus, ModelPackageRegistrationType, ModelPackageStatus, ModelRegistrationMode, ModelVariantStatus, MonitoringType, NotebookInstanceAcceleratorType, NotebookInstanceStatus, ObjectiveStatus, OfflineStoreStatusValue, OptimizationJobDeploymentInstanceType, OptimizationJobStatus, PartnerAppAuthType, PartnerAppStatus, PartnerAppType, Peft, PipelineStatus, ProblemType, ProcessingInstanceType, Processor, ProductionVariantAcceleratorType, ProductionVariantInstanceType, RecommendationJobStatus, RecommendationJobType, RecommendationStatus, RetentionType, RootAccess, RuleEvaluationStatus, SchedulerConfigComponent, SchedulerResourceStatus, ScheduleStatus, ServerlessJobType, SharingType, SkipModelValidation, StageStatus, Statistic, StudioLifecycleConfigAppType, TagPropagation, ThroughputMode, TrackingServerMaintenanceStatus, TrackingServerSize, TrackingServerStatus, TrainingJobStatus, TrialComponentPrimaryStatus, VariantStatus, VendorGuidance, WorkforceIpAddressType } from "./enums";
|
|
2
|
+
import type { ActionSource, AdditionalInferenceSpecificationDefinition, AlgorithmSpecification, AlgorithmStatusDetails, AlgorithmValidationSpecification, ArtifactSource, AsyncInferenceConfig, AutoMLCandidate, AutoMLChannel, AutoMLComputeConfig, AutoMLDataSplitConfig, AutoMLJobArtifacts, AutoMLJobChannel, AutoMLJobCompletionCriteria, AutoMLJobConfig, AutoMLJobObjective, AutoMLOutputDataConfig, AutoMLPartialFailureReason, AutoMLProblemTypeConfig, AutoMLResolvedAttributes, AutoMLSecurityConfig, AutoRollbackConfig, Autotune, AvailableUpgrade, BatchDataCaptureConfig, Channel, CheckpointConfig, ClusterAutoScalingConfigOutput, ClusterEventDetail, ClusterInstanceGroupDetails, ClusterNodeDetails, ClusterOrchestrator, ClusterRestrictedInstanceGroupDetails, ClusterTieredStorageConfig, CodeEditorAppImageConfig, CodeRepository, CognitoConfig, CognitoMemberDefinition, CollectionConfiguration, ComputeQuotaConfig, ComputeQuotaTarget, ContainerDefinition, ContextSource, GitConfig, InferenceSpecification, InputConfig, JupyterLabAppImageConfig, KernelGatewayImageConfig, MetadataProperties, ModelDeployConfig, OutputDataConfig, ResourceConfig, ResourceSpec, SchedulerConfig, StoppingCondition, Tag, TrainingSpecification, TransformInput, TransformOutput, TransformResources, UserContext, VpcConfig } from "./models_0";
|
|
3
|
+
import type { DataCaptureConfig, DataQualityAppSpecification, DataQualityBaselineConfig, DataQualityJobInput, DefaultSpaceSettings, DeploymentConfig, DeviceSelectionConfig, DomainSettings, DriftCheckBaselines, EdgeDeploymentConfig, EdgeDeploymentModelConfig, EdgeOutputConfig, EFSFileSystem, EndpointInfo, ExperimentConfig, ExplainerConfig, FeatureDefinition, FlowDefinitionOutputConfig, FSxLustreFileSystem, HubS3StorageConfig, HumanLoopActivationConfig, HumanLoopConfig, HumanLoopRequestSource, HumanTaskConfig, HyperParameterTrainingJobDefinition, HyperParameterTuningJobConfig, HyperParameterTuningJobWarmStartConfig, InferenceComponentComputeResourceRequirements, InferenceComponentSchedulingConfig, InferenceComponentStartupParameters, InferenceExecutionConfig, InferenceExperimentDataStorageConfig, InferenceExperimentSchedule, InstanceMetadataServiceConfiguration, JupyterServerAppSettings, KernelGatewayAppSettings, LabelingJobAlgorithmsConfig, LabelingJobInputConfig, LabelingJobOutputConfig, LabelingJobStoppingConditions, MetricsConfig, ModelBiasAppSpecification, ModelBiasBaselineConfig, ModelBiasJobInput, ModelCardExportOutputConfig, ModelCardSecurityConfig, ModelExplainabilityAppSpecification, ModelExplainabilityBaselineConfig, ModelExplainabilityJobInput, ModelInfrastructureConfig, ModelLifeCycle, ModelMetrics, ModelPackageModelCard, ModelPackageSecurityConfig, ModelPackageValidationSpecification, ModelQualityAppSpecification, ModelQualityBaselineConfig, ModelQualityJobInput, MonitoringNetworkConfig, MonitoringOutputConfig, MonitoringResources, MonitoringScheduleConfig, MonitoringStoppingCondition, NeoVpcConfig, NotebookInstanceLifecycleHook, OfflineStoreConfig, OnlineStoreConfig, OptimizationConfig, OptimizationJobModelSource, OptimizationJobOutputConfig, OptimizationVpcConfig, OutputConfig, OwnershipSettings, ParallelismConfiguration, PartnerAppConfig, PartnerAppMaintenanceConfig, ProductionVariant, ProductionVariantManagedInstanceScaling, ProductionVariantRoutingConfig, ProductionVariantServerlessConfig, RecommendationJobInputConfig, RecommendationJobStoppingConditions, RetryStrategy, S3FileSystem, ShadowModeConfig, SourceAlgorithmSpecification, SpaceAppLifecycleManagement, SpaceCodeEditorAppSettings, UserSettings } from "./models_1";
|
|
4
|
+
/**
|
|
5
|
+
* <p>A file system, created by you, that you assign to a user profile or space for an Amazon SageMaker AI Domain. Permitted users can access this file system in Amazon SageMaker AI Studio.</p>
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type CustomFileSystem = CustomFileSystem.EFSFileSystemMember | CustomFileSystem.FSxLustreFileSystemMember | CustomFileSystem.S3FileSystemMember | 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
|
+
FSxLustreFileSystem?: never;
|
|
20
|
+
S3FileSystem?: never;
|
|
21
|
+
$unknown?: never;
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* <p>A custom file system in Amazon FSx for Lustre.</p>
|
|
25
|
+
* @public
|
|
26
|
+
*/
|
|
27
|
+
interface FSxLustreFileSystemMember {
|
|
28
|
+
EFSFileSystem?: never;
|
|
29
|
+
FSxLustreFileSystem: FSxLustreFileSystem;
|
|
30
|
+
S3FileSystem?: never;
|
|
31
|
+
$unknown?: never;
|
|
32
|
+
}
|
|
33
|
+
/**
|
|
34
|
+
* <p>A custom file system in Amazon S3. This is only supported in Amazon SageMaker Unified Studio.</p>
|
|
35
|
+
* @public
|
|
36
|
+
*/
|
|
37
|
+
interface S3FileSystemMember {
|
|
38
|
+
EFSFileSystem?: never;
|
|
39
|
+
FSxLustreFileSystem?: never;
|
|
40
|
+
S3FileSystem: S3FileSystem;
|
|
41
|
+
$unknown?: never;
|
|
42
|
+
}
|
|
43
|
+
/**
|
|
44
|
+
* @public
|
|
45
|
+
*/
|
|
46
|
+
interface $UnknownMember {
|
|
47
|
+
EFSFileSystem?: never;
|
|
48
|
+
FSxLustreFileSystem?: never;
|
|
49
|
+
S3FileSystem?: never;
|
|
50
|
+
$unknown: [string, any];
|
|
51
|
+
}
|
|
52
|
+
/**
|
|
53
|
+
* @deprecated unused in schema-serde mode.
|
|
54
|
+
*
|
|
55
|
+
*/
|
|
56
|
+
interface Visitor<T> {
|
|
57
|
+
EFSFileSystem: (value: EFSFileSystem) => T;
|
|
58
|
+
FSxLustreFileSystem: (value: FSxLustreFileSystem) => T;
|
|
59
|
+
S3FileSystem: (value: S3FileSystem) => T;
|
|
60
|
+
_: (name: string, value: any) => T;
|
|
61
|
+
}
|
|
62
|
+
}
|
|
63
|
+
/**
|
|
64
|
+
* <p>The settings for the JupyterLab application within a space.</p>
|
|
65
|
+
* @public
|
|
66
|
+
*/
|
|
67
|
+
export interface SpaceJupyterLabAppSettings {
|
|
68
|
+
/**
|
|
69
|
+
* <p>Specifies the ARN's of a SageMaker AI image and SageMaker AI image version, and the instance type that the version runs on.</p> <note> <p>When both <code>SageMakerImageVersionArn</code> and <code>SageMakerImageArn</code> are passed, <code>SageMakerImageVersionArn</code> is used. Any updates to <code>SageMakerImageArn</code> will not take effect if <code>SageMakerImageVersionArn</code> already exists in the <code>ResourceSpec</code> because <code>SageMakerImageVersionArn</code> always takes precedence. To clear the value set for <code>SageMakerImageVersionArn</code>, pass <code>None</code> as the value.</p> </note>
|
|
70
|
+
* @public
|
|
71
|
+
*/
|
|
72
|
+
DefaultResourceSpec?: ResourceSpec | undefined;
|
|
73
|
+
/**
|
|
74
|
+
* <p>A list of Git repositories that SageMaker automatically displays to users for cloning in the JupyterLab application.</p>
|
|
75
|
+
* @public
|
|
76
|
+
*/
|
|
77
|
+
CodeRepositories?: CodeRepository[] | undefined;
|
|
78
|
+
/**
|
|
79
|
+
* <p>Settings that are used to configure and manage the lifecycle of JupyterLab applications in a space.</p>
|
|
80
|
+
* @public
|
|
81
|
+
*/
|
|
82
|
+
AppLifecycleManagement?: SpaceAppLifecycleManagement | undefined;
|
|
83
|
+
}
|
|
84
|
+
/**
|
|
85
|
+
* <p>A collection of EBS storage settings that apply to both private and shared spaces.</p>
|
|
86
|
+
* @public
|
|
87
|
+
*/
|
|
88
|
+
export interface EbsStorageSettings {
|
|
89
|
+
/**
|
|
90
|
+
* <p>The size of an EBS storage volume for a space.</p>
|
|
91
|
+
* @public
|
|
92
|
+
*/
|
|
93
|
+
EbsVolumeSizeInGb: number | undefined;
|
|
94
|
+
}
|
|
4
95
|
/**
|
|
5
96
|
* <p>The storage settings for a space.</p>
|
|
6
97
|
* @public
|
|
@@ -5751,6 +5842,11 @@ export interface InferenceComponentSpecificationSummary {
|
|
|
5751
5842
|
* @public
|
|
5752
5843
|
*/
|
|
5753
5844
|
DataCacheConfig?: InferenceComponentDataCacheConfigSummary | undefined;
|
|
5845
|
+
/**
|
|
5846
|
+
* <p>The scheduling configuration that determines how inference component copies are placed across available instances when copies are added or removed.</p>
|
|
5847
|
+
* @public
|
|
5848
|
+
*/
|
|
5849
|
+
SchedulingConfig?: InferenceComponentSchedulingConfig | undefined;
|
|
5754
5850
|
}
|
|
5755
5851
|
/**
|
|
5756
5852
|
* @public
|
|
@@ -7984,46 +8080,3 @@ export interface DescribePipelineExecutionRequest {
|
|
|
7984
8080
|
*/
|
|
7985
8081
|
PipelineExecutionArn: string | undefined;
|
|
7986
8082
|
}
|
|
7987
|
-
/**
|
|
7988
|
-
* <p> The MLflow configuration. </p>
|
|
7989
|
-
* @public
|
|
7990
|
-
*/
|
|
7991
|
-
export interface MLflowConfiguration {
|
|
7992
|
-
/**
|
|
7993
|
-
* <p> The Amazon Resource Name (ARN) of MLflow configuration resource. </p>
|
|
7994
|
-
* @public
|
|
7995
|
-
*/
|
|
7996
|
-
MlflowResourceArn?: string | undefined;
|
|
7997
|
-
/**
|
|
7998
|
-
* <p> The name of the MLflow configuration. </p>
|
|
7999
|
-
* @public
|
|
8000
|
-
*/
|
|
8001
|
-
MlflowExperimentName?: string | undefined;
|
|
8002
|
-
}
|
|
8003
|
-
/**
|
|
8004
|
-
* <p>Specifies the names of the experiment and trial created by a pipeline.</p>
|
|
8005
|
-
* @public
|
|
8006
|
-
*/
|
|
8007
|
-
export interface PipelineExperimentConfig {
|
|
8008
|
-
/**
|
|
8009
|
-
* <p>The name of the experiment.</p>
|
|
8010
|
-
* @public
|
|
8011
|
-
*/
|
|
8012
|
-
ExperimentName?: string | undefined;
|
|
8013
|
-
/**
|
|
8014
|
-
* <p>The name of the trial.</p>
|
|
8015
|
-
* @public
|
|
8016
|
-
*/
|
|
8017
|
-
TrialName?: string | undefined;
|
|
8018
|
-
}
|
|
8019
|
-
/**
|
|
8020
|
-
* <p>A step selected to run in selective execution mode.</p>
|
|
8021
|
-
* @public
|
|
8022
|
-
*/
|
|
8023
|
-
export interface SelectedStep {
|
|
8024
|
-
/**
|
|
8025
|
-
* <p>The name of the pipeline step.</p>
|
|
8026
|
-
* @public
|
|
8027
|
-
*/
|
|
8028
|
-
StepName: string | undefined;
|
|
8029
|
-
}
|
|
@@ -1,7 +1,50 @@
|
|
|
1
|
-
import { _InstanceType, AccountDefaultStatus, AlgorithmSortBy, AppImageConfigSortKey, AppSortKey, AssociationEdgeType, AutoMLJobStatus, AutoMLSortBy, AutoMLSortOrder, BatchStrategy, CandidateSortBy, CandidateStatus, ClusterEventResourceType, ClusterSortBy, CodeRepositorySortBy, CodeRepositorySortOrder, CompilationJobStatus, CrossAccountFilterOption, DeviceDeploymentStatus, DomainStatus, EdgePackagingJobStatus, EndpointConfigSortKey, EndpointSortKey, EndpointStatus, EventSortBy, ExecutionRoleIdentityConfig, ExecutionStatus, FeatureGroupSortBy, FeatureGroupSortOrder, FeatureGroupStatus, FeatureType, FlowDefinitionStatus, HubContentSortBy, HubContentStatus, HubContentSupportStatus, HubContentType, HubSortBy, HubStatus, HyperParameterTuningJobSortByOptions, HyperParameterTuningJobStatus, HyperParameterTuningJobStrategyType, ImageSortBy, ImageSortOrder, ImageStatus, ImageVersionSortBy, ImageVersionSortOrder, ImageVersionStatus, InferenceComponentSortKey, InferenceComponentStatus, InferenceExperimentStatus, InferenceExperimentType, IPAddressType, IsTrackingServerActive, LabelingJobStatus, ListCompilationJobsSortBy, ListDeviceFleetsSortBy, ListEdgeDeploymentPlansSortBy, ListEdgePackagingJobsSortBy, ListInferenceRecommendationsJobsSortBy, ListLabelingJobsForWorkteamSortByOptions, ListOptimizationJobsSortBy, MlflowAppStatus, ModelApprovalStatus, ModelCardExportJobSortBy, ModelCardExportJobSortOrder, ModelCardExportJobStatus, ModelCardSortBy, ModelCardSortOrder, ModelCardStatus, ModelCardVersionSortBy, ModelMetadataFilterType, ModelPackageGroupSortBy, ModelPackageGroupStatus, ModelPackageRegistrationType, ModelPackageSortBy, ModelPackageStatus, ModelPackageType, ModelSortKey, MonitoringAlertHistorySortKey, MonitoringAlertStatus, MonitoringExecutionSortKey, MonitoringJobDefinitionSortKey, MonitoringScheduleSortKey, MonitoringType, NotebookInstanceLifecycleConfigSortKey, NotebookInstanceLifecycleConfigSortOrder, NotebookInstanceSortKey, NotebookInstanceSortOrder, NotebookInstanceStatus, OfflineStoreStatusValue, Operator, OptimizationJobDeploymentInstanceType, OptimizationJobStatus, OrderKey, PartnerAppStatus, PartnerAppType, PipelineExecutionStatus, ProcessingJobStatus, ProfilingStatus, ProjectStatus, RecommendationJobStatus, RecommendationJobType, RecommendationStepType, ReservedCapacityInstanceType, ReservedCapacityStatus, ReservedCapacityType, ResourceType, RuleEvaluationStatus, SageMakerResourceName, SagemakerServicecatalogStatus, SchedulerResourceStatus, ScheduleStatus, SecondaryStatus, SortActionsBy, SortArtifactsBy, SortAssociationsBy, SortBy, SortClusterSchedulerConfigBy, SortContextsBy, SortExperimentsBy, SortInferenceExperimentsBy, SortLineageGroupsBy, SortMlflowAppBy, SortOrder, SortPipelineExecutionsBy,
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
1
|
+
import type { _InstanceType, AccountDefaultStatus, AlgorithmSortBy, AppImageConfigSortKey, AppSortKey, AssociationEdgeType, AutoMLJobStatus, AutoMLSortBy, AutoMLSortOrder, BatchStrategy, CandidateSortBy, CandidateStatus, ClusterEventResourceType, ClusterSortBy, CodeRepositorySortBy, CodeRepositorySortOrder, CompilationJobStatus, CrossAccountFilterOption, DeviceDeploymentStatus, DomainStatus, EdgePackagingJobStatus, EndpointConfigSortKey, EndpointSortKey, EndpointStatus, EventSortBy, ExecutionRoleIdentityConfig, ExecutionStatus, FeatureGroupSortBy, FeatureGroupSortOrder, FeatureGroupStatus, FeatureType, FlowDefinitionStatus, HubContentSortBy, HubContentStatus, HubContentSupportStatus, HubContentType, HubSortBy, HubStatus, HyperParameterTuningJobSortByOptions, HyperParameterTuningJobStatus, HyperParameterTuningJobStrategyType, ImageSortBy, ImageSortOrder, ImageStatus, ImageVersionSortBy, ImageVersionSortOrder, ImageVersionStatus, InferenceComponentSortKey, InferenceComponentStatus, InferenceExperimentStatus, InferenceExperimentType, IPAddressType, IsTrackingServerActive, LabelingJobStatus, ListCompilationJobsSortBy, ListDeviceFleetsSortBy, ListEdgeDeploymentPlansSortBy, ListEdgePackagingJobsSortBy, ListInferenceRecommendationsJobsSortBy, ListLabelingJobsForWorkteamSortByOptions, ListOptimizationJobsSortBy, MlflowAppStatus, ModelApprovalStatus, ModelCardExportJobSortBy, ModelCardExportJobSortOrder, ModelCardExportJobStatus, ModelCardSortBy, ModelCardSortOrder, ModelCardStatus, ModelCardVersionSortBy, ModelMetadataFilterType, ModelPackageGroupSortBy, ModelPackageGroupStatus, ModelPackageRegistrationType, ModelPackageSortBy, ModelPackageStatus, ModelPackageType, ModelSortKey, MonitoringAlertHistorySortKey, MonitoringAlertStatus, MonitoringExecutionSortKey, MonitoringJobDefinitionSortKey, MonitoringScheduleSortKey, MonitoringType, NotebookInstanceLifecycleConfigSortKey, NotebookInstanceLifecycleConfigSortOrder, NotebookInstanceSortKey, NotebookInstanceSortOrder, NotebookInstanceStatus, OfflineStoreStatusValue, Operator, OptimizationJobDeploymentInstanceType, OptimizationJobStatus, OrderKey, PartnerAppStatus, PartnerAppType, PipelineExecutionStatus, ProcessingJobStatus, ProfilingStatus, ProjectStatus, RecommendationJobStatus, RecommendationJobType, RecommendationStepType, ReservedCapacityInstanceType, ReservedCapacityStatus, ReservedCapacityType, ResourceType, RuleEvaluationStatus, SageMakerResourceName, SagemakerServicecatalogStatus, SchedulerResourceStatus, ScheduleStatus, SecondaryStatus, SortActionsBy, SortArtifactsBy, SortAssociationsBy, SortBy, SortClusterSchedulerConfigBy, SortContextsBy, SortExperimentsBy, SortInferenceExperimentsBy, SortLineageGroupsBy, SortMlflowAppBy, SortOrder, SortPipelineExecutionsBy, SortQuotaBy, SortTrackingServerBy, SpaceStatus, StepStatus, StudioLifecycleConfigAppType, TrackingServerStatus, TrainingJobStatus, TrainingPlanStatus, TransformJobStatus, UserProfileStatus, VolumeAttachmentStatus, WarmPoolResourceStatus, WorkforceIpAddressType, WorkforceStatus } from "./enums";
|
|
2
|
+
import type { ActionSummary, AgentVersion, AlgorithmSpecification, AlgorithmSummary, AmazonQSettings, AppDetails, AppImageConfigDetails, AppSpecification, ArtifactSummary, AssociationInfo, AssociationSummary, AutoMLCandidate, AutoMLJobStepMetadata, AutoMLJobSummary, BatchDataCaptureConfig, BedrockCustomModelDeploymentMetadata, BedrockCustomModelMetadata, BedrockModelImportMetadata, BedrockProvisionedModelThroughputMetadata, CacheHitResult, CallbackStepMetadata, CfnTemplateProviderDetail, Channel, CheckpointConfig, ClarifyCheckStepMetadata, ClusterEventSummary, ClusterNodeSummary, ClusterSchedulerConfigSummary, ClusterSummary, CodeRepositorySummary, CognitoConfig, CompilationJobSummary, ComputeQuotaSummary, ConditionStepMetadata, ContextSummary, MetadataProperties, OutputDataConfig, OutputParameter, ResourceConfig, ResourceSpec, StoppingCondition, Tag, TransformInput, TransformOutput, TransformResources, UserContext, VpcConfig } from "./models_0";
|
|
3
|
+
import type { DockerSettings, EdgeOutputConfig, ExperimentConfig, FeatureDefinition, HyperParameterTrainingJobDefinition, HyperParameterTuningJobConfig, HyperParameterTuningJobWarmStartConfig, InferenceExperimentSchedule, LabelingJobInputConfig, ModelLifeCycle, MonitoringScheduleConfig, NetworkConfig, OfflineStoreConfig, OnlineStoreConfig, OwnershipSettings, ParallelismConfiguration, ProcessingInput, ProcessingOutputConfig, ProcessingResources, ProcessingStoppingCondition, ResourceLimits, RetryStrategy, ServiceCatalogProvisioningDetails, TrustedIdentityPropagationSettings, UnifiedStudioSettings, UserSettings } from "./models_1";
|
|
4
|
+
import type { CustomizedMetricSpecification, DataCaptureConfigSummary, DataProcessing, DebugHookConfig, DebugRuleConfiguration, DebugRuleEvaluationStatus, EndpointOutputConfiguration, ExperimentSource, FeatureParameter, HyperParameterTrainingJobSummary, HyperParameterTuningJobCompletionDetails, HyperParameterTuningJobConsumedResources, InferenceMetrics, InfraCheckConfig, LabelCounters, LabelingJobOutput, LastUpdateStatus, MemberDefinition, MlflowConfig, ModelArtifacts, ModelClientConfig, ModelConfiguration, ModelPackageConfig, MonitoringExecutionSummary, NotificationConfiguration, ObjectiveStatusCounters, OfflineStoreStatus, ProductionVariantSummary, ProfilerConfig, ProfilerRuleConfiguration, RecommendationMetrics, RemoteDebugConfig, ServerlessJobConfig, SourceIpConfig, SpaceSettings, SpaceSharingSettings, TensorBoardOutputConfig, TrainingJobStatusCounters, TrialComponentArtifact, TrialComponentParameterValue, TrialComponentStatus, WorkerAccessConfiguration } from "./models_2";
|
|
5
|
+
/**
|
|
6
|
+
* <p> The MLflow configuration. </p>
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export interface MLflowConfiguration {
|
|
10
|
+
/**
|
|
11
|
+
* <p> The Amazon Resource Name (ARN) of MLflow configuration resource. </p>
|
|
12
|
+
* @public
|
|
13
|
+
*/
|
|
14
|
+
MlflowResourceArn?: string | undefined;
|
|
15
|
+
/**
|
|
16
|
+
* <p> The name of the MLflow configuration. </p>
|
|
17
|
+
* @public
|
|
18
|
+
*/
|
|
19
|
+
MlflowExperimentName?: string | undefined;
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* <p>Specifies the names of the experiment and trial created by a pipeline.</p>
|
|
23
|
+
* @public
|
|
24
|
+
*/
|
|
25
|
+
export interface PipelineExperimentConfig {
|
|
26
|
+
/**
|
|
27
|
+
* <p>The name of the experiment.</p>
|
|
28
|
+
* @public
|
|
29
|
+
*/
|
|
30
|
+
ExperimentName?: string | undefined;
|
|
31
|
+
/**
|
|
32
|
+
* <p>The name of the trial.</p>
|
|
33
|
+
* @public
|
|
34
|
+
*/
|
|
35
|
+
TrialName?: string | undefined;
|
|
36
|
+
}
|
|
37
|
+
/**
|
|
38
|
+
* <p>A step selected to run in selective execution mode.</p>
|
|
39
|
+
* @public
|
|
40
|
+
*/
|
|
41
|
+
export interface SelectedStep {
|
|
42
|
+
/**
|
|
43
|
+
* <p>The name of the pipeline step.</p>
|
|
44
|
+
* @public
|
|
45
|
+
*/
|
|
46
|
+
StepName: string | undefined;
|
|
47
|
+
}
|
|
5
48
|
/**
|
|
6
49
|
* <p>The selective execution configuration applied to the pipeline run.</p>
|
|
7
50
|
* @public
|
|
@@ -9486,104 +9529,3 @@ export interface Parameter {
|
|
|
9486
9529
|
*/
|
|
9487
9530
|
Value: string | undefined;
|
|
9488
9531
|
}
|
|
9489
|
-
/**
|
|
9490
|
-
* @public
|
|
9491
|
-
*/
|
|
9492
|
-
export interface ListPipelineParametersForExecutionResponse {
|
|
9493
|
-
/**
|
|
9494
|
-
* <p>Contains a list of pipeline parameters. This list can be empty. </p>
|
|
9495
|
-
* @public
|
|
9496
|
-
*/
|
|
9497
|
-
PipelineParameters?: Parameter[] | undefined;
|
|
9498
|
-
/**
|
|
9499
|
-
* <p>If the result of the previous <code>ListPipelineParametersForExecution</code> request was truncated, the response includes a <code>NextToken</code>. To retrieve the next set of parameters, use the token in the next request.</p>
|
|
9500
|
-
* @public
|
|
9501
|
-
*/
|
|
9502
|
-
NextToken?: string | undefined;
|
|
9503
|
-
}
|
|
9504
|
-
/**
|
|
9505
|
-
* @public
|
|
9506
|
-
*/
|
|
9507
|
-
export interface ListPipelinesRequest {
|
|
9508
|
-
/**
|
|
9509
|
-
* <p>The prefix of the pipeline name.</p>
|
|
9510
|
-
* @public
|
|
9511
|
-
*/
|
|
9512
|
-
PipelineNamePrefix?: string | undefined;
|
|
9513
|
-
/**
|
|
9514
|
-
* <p>A filter that returns the pipelines that were created after a specified time.</p>
|
|
9515
|
-
* @public
|
|
9516
|
-
*/
|
|
9517
|
-
CreatedAfter?: Date | undefined;
|
|
9518
|
-
/**
|
|
9519
|
-
* <p>A filter that returns the pipelines that were created before a specified time.</p>
|
|
9520
|
-
* @public
|
|
9521
|
-
*/
|
|
9522
|
-
CreatedBefore?: Date | undefined;
|
|
9523
|
-
/**
|
|
9524
|
-
* <p>The field by which to sort results. The default is <code>CreatedTime</code>.</p>
|
|
9525
|
-
* @public
|
|
9526
|
-
*/
|
|
9527
|
-
SortBy?: SortPipelinesBy | undefined;
|
|
9528
|
-
/**
|
|
9529
|
-
* <p>The sort order for results.</p>
|
|
9530
|
-
* @public
|
|
9531
|
-
*/
|
|
9532
|
-
SortOrder?: SortOrder | undefined;
|
|
9533
|
-
/**
|
|
9534
|
-
* <p>If the result of the previous <code>ListPipelines</code> request was truncated, the response includes a <code>NextToken</code>. To retrieve the next set of pipelines, use the token in the next request.</p>
|
|
9535
|
-
* @public
|
|
9536
|
-
*/
|
|
9537
|
-
NextToken?: string | undefined;
|
|
9538
|
-
/**
|
|
9539
|
-
* <p>The maximum number of pipelines to return in the response.</p>
|
|
9540
|
-
* @public
|
|
9541
|
-
*/
|
|
9542
|
-
MaxResults?: number | undefined;
|
|
9543
|
-
}
|
|
9544
|
-
/**
|
|
9545
|
-
* <p>A summary of a pipeline.</p>
|
|
9546
|
-
* @public
|
|
9547
|
-
*/
|
|
9548
|
-
export interface PipelineSummary {
|
|
9549
|
-
/**
|
|
9550
|
-
* <p> The Amazon Resource Name (ARN) of the pipeline.</p>
|
|
9551
|
-
* @public
|
|
9552
|
-
*/
|
|
9553
|
-
PipelineArn?: string | undefined;
|
|
9554
|
-
/**
|
|
9555
|
-
* <p>The name of the pipeline.</p>
|
|
9556
|
-
* @public
|
|
9557
|
-
*/
|
|
9558
|
-
PipelineName?: string | undefined;
|
|
9559
|
-
/**
|
|
9560
|
-
* <p>The display name of the pipeline.</p>
|
|
9561
|
-
* @public
|
|
9562
|
-
*/
|
|
9563
|
-
PipelineDisplayName?: string | undefined;
|
|
9564
|
-
/**
|
|
9565
|
-
* <p>The description of the pipeline.</p>
|
|
9566
|
-
* @public
|
|
9567
|
-
*/
|
|
9568
|
-
PipelineDescription?: string | undefined;
|
|
9569
|
-
/**
|
|
9570
|
-
* <p>The Amazon Resource Name (ARN) that the pipeline used to execute.</p>
|
|
9571
|
-
* @public
|
|
9572
|
-
*/
|
|
9573
|
-
RoleArn?: string | undefined;
|
|
9574
|
-
/**
|
|
9575
|
-
* <p>The creation time of the pipeline.</p>
|
|
9576
|
-
* @public
|
|
9577
|
-
*/
|
|
9578
|
-
CreationTime?: Date | undefined;
|
|
9579
|
-
/**
|
|
9580
|
-
* <p>The time that the pipeline was last modified.</p>
|
|
9581
|
-
* @public
|
|
9582
|
-
*/
|
|
9583
|
-
LastModifiedTime?: Date | undefined;
|
|
9584
|
-
/**
|
|
9585
|
-
* <p>The last time that a pipeline execution began.</p>
|
|
9586
|
-
* @public
|
|
9587
|
-
*/
|
|
9588
|
-
LastExecutionTime?: Date | undefined;
|
|
9589
|
-
}
|
|
@@ -1,8 +1,109 @@
|
|
|
1
|
-
import { _InstanceType, AccountDefaultStatus, ActionStatus, ActivationState, AppNetworkAccessType, AppSecurityGroupManagement, AppType, BatchStrategy, BooleanOperator, ClusterNodeProvisioningMode, ClusterNodeRecovery, CrossAccountFilterOption, Direction, EndpointStatus, FeatureStatus, HubContentSupportStatus, HubContentType, InferenceExperimentStopDesiredState, IPAddressType, JobType, LineageType, ListWorkforcesSortByOptions, ListWorkteamsSortByOptions, ModelApprovalStatus, ModelCardStatus, ModelPackageGroupStatus, ModelPackageRegistrationType, ModelPackageStatus, ModelRegistrationMode, ModelVariantAction, MonitoringType, NotebookInstanceAcceleratorType, PipelineExecutionStatus, PipelineStatus, ProcessingJobStatus, Processor, ProjectSortBy, ProjectSortOrder, ProjectStatus, Relation, ReservedCapacityInstanceType, ReservedCapacityType, ResourceCatalogSortBy, ResourceCatalogSortOrder, ResourceType, RootAccess, SageMakerResourceName, ScheduleStatus, SearchSortOrder, SecondaryStatus, SharingType, SkipModelValidation, SortBy, SortOrder, SortTrialComponentsBy, SortTrialsBy, SpaceSortKey, SpaceStatus, StudioLifecycleConfigAppType, StudioLifecycleConfigSortKey, TagPropagation, ThroughputMode, TrackingServerSize, TrainingJobSortByOptions, TrainingJobStatus, TrainingPlanFilterName, TrainingPlanSortBy, TrainingPlanSortOrder, TrainingPlanStatus, TransformJobStatus, UltraServerHealthStatus, UserProfileSortKey, UserProfileStatus, VariantPropertyType, VendorGuidance, WarmPoolResourceStatus, WorkforceIpAddressType } from "./enums";
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
1
|
+
import type { _InstanceType, AccountDefaultStatus, ActionStatus, ActivationState, AppNetworkAccessType, AppSecurityGroupManagement, AppType, BatchStrategy, BooleanOperator, ClusterNodeProvisioningMode, ClusterNodeRecovery, CrossAccountFilterOption, Direction, EndpointStatus, FeatureStatus, HubContentSupportStatus, HubContentType, InferenceExperimentStopDesiredState, IPAddressType, JobType, LineageType, ListWorkforcesSortByOptions, ListWorkteamsSortByOptions, ModelApprovalStatus, ModelCardStatus, ModelPackageGroupStatus, ModelPackageRegistrationType, ModelPackageStatus, ModelRegistrationMode, ModelVariantAction, MonitoringType, NotebookInstanceAcceleratorType, PipelineExecutionStatus, PipelineStatus, ProcessingJobStatus, Processor, ProjectSortBy, ProjectSortOrder, ProjectStatus, Relation, ReservedCapacityInstanceType, ReservedCapacityType, ResourceCatalogSortBy, ResourceCatalogSortOrder, ResourceType, RootAccess, SageMakerResourceName, ScheduleStatus, SearchSortOrder, SecondaryStatus, SharingType, SkipModelValidation, SortBy, SortOrder, SortPipelinesBy, SortTrialComponentsBy, SortTrialsBy, SpaceSortKey, SpaceStatus, StudioLifecycleConfigAppType, StudioLifecycleConfigSortKey, TagPropagation, ThroughputMode, TrackingServerSize, TrainingJobSortByOptions, TrainingJobStatus, TrainingPlanFilterName, TrainingPlanSortBy, TrainingPlanSortOrder, TrainingPlanStatus, TransformJobStatus, UltraServerHealthStatus, UserProfileSortKey, UserProfileStatus, VariantPropertyType, VendorGuidance, WarmPoolResourceStatus, WorkforceIpAddressType } from "./enums";
|
|
2
|
+
import type { AdditionalInferenceSpecificationDefinition, AlgorithmSpecification, AppSpecification, BatchDataCaptureConfig, BatchTransformInput, CfnUpdateTemplateProvider, Channel, CheckpointConfig, ClusterAutoScalingConfig, ClusterInstanceGroupSpecification, ClusterOrchestrator, ClusterRestrictedInstanceGroupSpecification, ClusterTieredStorageConfig, CodeEditorAppImageConfig, ComputeQuotaConfig, ComputeQuotaTarget, ContainerDefinition, DeploymentConfiguration, InferenceSpecification, JupyterLabAppImageConfig, KernelGatewayImageConfig, MetadataProperties, OutputDataConfig, OutputParameter, ResourceConfig, SchedulerConfig, StoppingCondition, Tag, TransformInput, TransformOutput, TransformResources, UserContext, VpcConfig } from "./models_0";
|
|
3
|
+
import type { DefaultSpaceSettings, DeploymentConfig, DriftCheckBaselines, EdgeOutputConfig, ExperimentConfig, FeatureDefinition, InferenceComponentRuntimeConfig, InferenceComponentSpecification, InferenceExecutionConfig, InferenceExperimentDataStorageConfig, InferenceExperimentSchedule, InstanceMetadataServiceConfiguration, ModelCardSecurityConfig, ModelLifeCycle, ModelMetrics, ModelPackageModelCard, ModelPackageSecurityConfig, ModelPackageValidationSpecification, ModelVariantConfig, MonitoringScheduleConfig, NetworkConfig, NotebookInstanceLifecycleHook, ParallelismConfiguration, PartnerAppConfig, PartnerAppMaintenanceConfig, PipelineDefinitionS3Location, ProcessingInput, ProcessingOutputConfig, ProcessingResources, ProcessingStoppingCondition, ProvisioningParameter, RetryStrategy, ServiceCatalogProvisioningDetails, ShadowModeConfig, SourceAlgorithmSpecification, TtlDuration, UiTemplate, UserSettings } from "./models_1";
|
|
4
|
+
import type { DataProcessing, DebugHookConfig, DebugRuleConfiguration, DebugRuleEvaluationStatus, DeploymentRecommendation, FeatureParameter, HyperParameterTrainingJobSummary, InferenceComponentDeploymentConfig, MemberDefinition, ModelArtifacts, ModelClientConfig, ModelPackageConfig, ModelPackageStatusDetails, MonitoringExecutionSummary, NotificationConfiguration, OidcConfig, ProfilerConfig, ProfilerRuleConfiguration, SourceIpConfig, SpaceSettings, SpaceStorageSettings, TensorBoardOutputConfig, TrialComponentArtifact, TrialComponentParameterValue, TrialComponentStatus, WorkerAccessConfiguration, WorkforceVpcConfigRequest } from "./models_2";
|
|
5
|
+
import type { DesiredWeightAndCapacity, Device, DeviceDeploymentSummary, DomainSettingsForUpdate, Edge, Endpoint, Experiment, FeatureGroup, FeatureMetadata, Filter, GitConfigForUpdate, HyperParameterTuningJobSearchEntity, MetricData, MonitoringAlertSummary, Parameter, PipelineExperimentConfig, ReservedCapacitySummary, SecondaryStatusTransition, SelectiveExecutionConfig, ServiceCatalogProvisionedProductDetails, SubscribedWorkteam, TemplateProviderDetail, TrialComponentMetricSummary, TrialComponentSource, TrialSource, WarmPoolStatus, Workforce, Workteam } from "./models_3";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export interface ListPipelineParametersForExecutionResponse {
|
|
10
|
+
/**
|
|
11
|
+
* <p>Contains a list of pipeline parameters. This list can be empty. </p>
|
|
12
|
+
* @public
|
|
13
|
+
*/
|
|
14
|
+
PipelineParameters?: Parameter[] | undefined;
|
|
15
|
+
/**
|
|
16
|
+
* <p>If the result of the previous <code>ListPipelineParametersForExecution</code> request was truncated, the response includes a <code>NextToken</code>. To retrieve the next set of parameters, use the token in the next request.</p>
|
|
17
|
+
* @public
|
|
18
|
+
*/
|
|
19
|
+
NextToken?: string | undefined;
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* @public
|
|
23
|
+
*/
|
|
24
|
+
export interface ListPipelinesRequest {
|
|
25
|
+
/**
|
|
26
|
+
* <p>The prefix of the pipeline name.</p>
|
|
27
|
+
* @public
|
|
28
|
+
*/
|
|
29
|
+
PipelineNamePrefix?: string | undefined;
|
|
30
|
+
/**
|
|
31
|
+
* <p>A filter that returns the pipelines that were created after a specified time.</p>
|
|
32
|
+
* @public
|
|
33
|
+
*/
|
|
34
|
+
CreatedAfter?: Date | undefined;
|
|
35
|
+
/**
|
|
36
|
+
* <p>A filter that returns the pipelines that were created before a specified time.</p>
|
|
37
|
+
* @public
|
|
38
|
+
*/
|
|
39
|
+
CreatedBefore?: Date | undefined;
|
|
40
|
+
/**
|
|
41
|
+
* <p>The field by which to sort results. The default is <code>CreatedTime</code>.</p>
|
|
42
|
+
* @public
|
|
43
|
+
*/
|
|
44
|
+
SortBy?: SortPipelinesBy | undefined;
|
|
45
|
+
/**
|
|
46
|
+
* <p>The sort order for results.</p>
|
|
47
|
+
* @public
|
|
48
|
+
*/
|
|
49
|
+
SortOrder?: SortOrder | undefined;
|
|
50
|
+
/**
|
|
51
|
+
* <p>If the result of the previous <code>ListPipelines</code> request was truncated, the response includes a <code>NextToken</code>. To retrieve the next set of pipelines, use the token in the next request.</p>
|
|
52
|
+
* @public
|
|
53
|
+
*/
|
|
54
|
+
NextToken?: string | undefined;
|
|
55
|
+
/**
|
|
56
|
+
* <p>The maximum number of pipelines to return in the response.</p>
|
|
57
|
+
* @public
|
|
58
|
+
*/
|
|
59
|
+
MaxResults?: number | undefined;
|
|
60
|
+
}
|
|
61
|
+
/**
|
|
62
|
+
* <p>A summary of a pipeline.</p>
|
|
63
|
+
* @public
|
|
64
|
+
*/
|
|
65
|
+
export interface PipelineSummary {
|
|
66
|
+
/**
|
|
67
|
+
* <p> The Amazon Resource Name (ARN) of the pipeline.</p>
|
|
68
|
+
* @public
|
|
69
|
+
*/
|
|
70
|
+
PipelineArn?: string | undefined;
|
|
71
|
+
/**
|
|
72
|
+
* <p>The name of the pipeline.</p>
|
|
73
|
+
* @public
|
|
74
|
+
*/
|
|
75
|
+
PipelineName?: string | undefined;
|
|
76
|
+
/**
|
|
77
|
+
* <p>The display name of the pipeline.</p>
|
|
78
|
+
* @public
|
|
79
|
+
*/
|
|
80
|
+
PipelineDisplayName?: string | undefined;
|
|
81
|
+
/**
|
|
82
|
+
* <p>The description of the pipeline.</p>
|
|
83
|
+
* @public
|
|
84
|
+
*/
|
|
85
|
+
PipelineDescription?: string | undefined;
|
|
86
|
+
/**
|
|
87
|
+
* <p>The Amazon Resource Name (ARN) that the pipeline used to execute.</p>
|
|
88
|
+
* @public
|
|
89
|
+
*/
|
|
90
|
+
RoleArn?: string | undefined;
|
|
91
|
+
/**
|
|
92
|
+
* <p>The creation time of the pipeline.</p>
|
|
93
|
+
* @public
|
|
94
|
+
*/
|
|
95
|
+
CreationTime?: Date | undefined;
|
|
96
|
+
/**
|
|
97
|
+
* <p>The time that the pipeline was last modified.</p>
|
|
98
|
+
* @public
|
|
99
|
+
*/
|
|
100
|
+
LastModifiedTime?: Date | undefined;
|
|
101
|
+
/**
|
|
102
|
+
* <p>The last time that a pipeline execution began.</p>
|
|
103
|
+
* @public
|
|
104
|
+
*/
|
|
105
|
+
LastExecutionTime?: Date | undefined;
|
|
106
|
+
}
|
|
6
107
|
/**
|
|
7
108
|
* @public
|
|
8
109
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { CreateHubContentPresignedUrlsCommandInput, CreateHubContentPresignedUrlsCommandOutput } from "../commands/CreateHubContentPresignedUrlsCommand";
|
|
3
|
-
import { SageMakerPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { SageMakerPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { DescribeTrainingPlanExtensionHistoryCommandInput, DescribeTrainingPlanExtensionHistoryCommandOutput } from "../commands/DescribeTrainingPlanExtensionHistoryCommand";
|
|
3
|
-
import { SageMakerPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { SageMakerPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListActionsCommandInput, ListActionsCommandOutput } from "../commands/ListActionsCommand";
|
|
3
|
-
import { SageMakerPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { SageMakerPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListAlgorithmsCommandInput, ListAlgorithmsCommandOutput } from "../commands/ListAlgorithmsCommand";
|
|
3
|
-
import { SageMakerPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { SageMakerPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListAliasesCommandInput, ListAliasesCommandOutput } from "../commands/ListAliasesCommand";
|
|
3
|
-
import { SageMakerPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { SageMakerPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListAppImageConfigsCommandInput, ListAppImageConfigsCommandOutput } from "../commands/ListAppImageConfigsCommand";
|
|
3
|
-
import { SageMakerPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { SageMakerPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListAppsCommandInput, ListAppsCommandOutput } from "../commands/ListAppsCommand";
|
|
3
|
-
import { SageMakerPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { SageMakerPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListArtifactsCommandInput, ListArtifactsCommandOutput } from "../commands/ListArtifactsCommand";
|
|
3
|
-
import { SageMakerPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { SageMakerPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListAssociationsCommandInput, ListAssociationsCommandOutput } from "../commands/ListAssociationsCommand";
|
|
3
|
-
import { SageMakerPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { SageMakerPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListAutoMLJobsCommandInput, ListAutoMLJobsCommandOutput } from "../commands/ListAutoMLJobsCommand";
|
|
3
|
-
import { SageMakerPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { SageMakerPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListCandidatesForAutoMLJobCommandInput, ListCandidatesForAutoMLJobCommandOutput } from "../commands/ListCandidatesForAutoMLJobCommand";
|
|
3
|
-
import { SageMakerPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { SageMakerPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListClusterEventsCommandInput, ListClusterEventsCommandOutput } from "../commands/ListClusterEventsCommand";
|
|
3
|
-
import { SageMakerPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { SageMakerPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListClusterNodesCommandInput, ListClusterNodesCommandOutput } from "../commands/ListClusterNodesCommand";
|
|
3
|
-
import { SageMakerPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { SageMakerPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListClusterSchedulerConfigsCommandInput, ListClusterSchedulerConfigsCommandOutput } from "../commands/ListClusterSchedulerConfigsCommand";
|
|
3
|
-
import { SageMakerPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { SageMakerPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListClustersCommandInput, ListClustersCommandOutput } from "../commands/ListClustersCommand";
|
|
3
|
-
import { SageMakerPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { SageMakerPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListCodeRepositoriesCommandInput, ListCodeRepositoriesCommandOutput } from "../commands/ListCodeRepositoriesCommand";
|
|
3
|
-
import { SageMakerPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { SageMakerPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|