@aws-sdk/client-sagemaker 3.1019.0 → 3.1021.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.
Files changed (148) hide show
  1. package/dist-cjs/index.js +14 -0
  2. package/dist-cjs/schemas/schemas_0.js +69 -43
  3. package/dist-es/SageMaker.js +22 -22
  4. package/dist-es/models/enums.js +11 -0
  5. package/dist-es/schemas/schemas_0.js +46 -20
  6. package/dist-es/waiters/waitForEndpointDeleted.js +1 -1
  7. package/dist-es/waiters/waitForEndpointInService.js +1 -1
  8. package/dist-es/waiters/waitForImageCreated.js +1 -1
  9. package/dist-es/waiters/waitForImageDeleted.js +1 -1
  10. package/dist-es/waiters/waitForImageUpdated.js +1 -1
  11. package/dist-es/waiters/waitForImageVersionCreated.js +2 -2
  12. package/dist-es/waiters/waitForImageVersionDeleted.js +2 -2
  13. package/dist-es/waiters/waitForNotebookInstanceDeleted.js +1 -1
  14. package/dist-es/waiters/waitForNotebookInstanceInService.js +1 -1
  15. package/dist-es/waiters/waitForNotebookInstanceStopped.js +1 -1
  16. package/dist-es/waiters/waitForProcessingJobCompletedOrStopped.js +1 -1
  17. package/dist-es/waiters/waitForTrainingJobCompletedOrStopped.js +2 -2
  18. package/dist-es/waiters/waitForTransformJobCompletedOrStopped.js +2 -2
  19. package/dist-types/SageMaker.d.ts +381 -381
  20. package/dist-types/SageMakerClient.d.ts +384 -384
  21. package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  22. package/dist-types/commands/CreateEndpointConfigCommand.d.ts +10 -0
  23. package/dist-types/commands/CreateInferenceComponentCommand.d.ts +7 -0
  24. package/dist-types/commands/DescribeEndpointCommand.d.ts +20 -0
  25. package/dist-types/commands/DescribeEndpointConfigCommand.d.ts +10 -0
  26. package/dist-types/commands/DescribeInferenceComponentCommand.d.ts +7 -0
  27. package/dist-types/commands/ListPipelineParametersForExecutionCommand.d.ts +2 -1
  28. package/dist-types/commands/ListPipelinesCommand.d.ts +1 -2
  29. package/dist-types/commands/SearchCommand.d.ts +10 -0
  30. package/dist-types/commands/UpdateInferenceComponentCommand.d.ts +7 -0
  31. package/dist-types/index.d.ts +1 -1
  32. package/dist-types/models/enums.d.ts +35 -0
  33. package/dist-types/models/models_0.d.ts +1 -1
  34. package/dist-types/models/models_1.d.ts +65 -93
  35. package/dist-types/models/models_2.d.ts +99 -46
  36. package/dist-types/models/models_3.d.ts +47 -105
  37. package/dist-types/models/models_4.d.ts +106 -5
  38. package/dist-types/pagination/CreateHubContentPresignedUrlsPaginator.d.ts +1 -1
  39. package/dist-types/pagination/DescribeTrainingPlanExtensionHistoryPaginator.d.ts +1 -1
  40. package/dist-types/pagination/ListActionsPaginator.d.ts +1 -1
  41. package/dist-types/pagination/ListAlgorithmsPaginator.d.ts +1 -1
  42. package/dist-types/pagination/ListAliasesPaginator.d.ts +1 -1
  43. package/dist-types/pagination/ListAppImageConfigsPaginator.d.ts +1 -1
  44. package/dist-types/pagination/ListAppsPaginator.d.ts +1 -1
  45. package/dist-types/pagination/ListArtifactsPaginator.d.ts +1 -1
  46. package/dist-types/pagination/ListAssociationsPaginator.d.ts +1 -1
  47. package/dist-types/pagination/ListAutoMLJobsPaginator.d.ts +1 -1
  48. package/dist-types/pagination/ListCandidatesForAutoMLJobPaginator.d.ts +1 -1
  49. package/dist-types/pagination/ListClusterEventsPaginator.d.ts +1 -1
  50. package/dist-types/pagination/ListClusterNodesPaginator.d.ts +1 -1
  51. package/dist-types/pagination/ListClusterSchedulerConfigsPaginator.d.ts +1 -1
  52. package/dist-types/pagination/ListClustersPaginator.d.ts +1 -1
  53. package/dist-types/pagination/ListCodeRepositoriesPaginator.d.ts +1 -1
  54. package/dist-types/pagination/ListCompilationJobsPaginator.d.ts +1 -1
  55. package/dist-types/pagination/ListComputeQuotasPaginator.d.ts +1 -1
  56. package/dist-types/pagination/ListContextsPaginator.d.ts +1 -1
  57. package/dist-types/pagination/ListDataQualityJobDefinitionsPaginator.d.ts +1 -1
  58. package/dist-types/pagination/ListDeviceFleetsPaginator.d.ts +1 -1
  59. package/dist-types/pagination/ListDevicesPaginator.d.ts +1 -1
  60. package/dist-types/pagination/ListDomainsPaginator.d.ts +1 -1
  61. package/dist-types/pagination/ListEdgeDeploymentPlansPaginator.d.ts +1 -1
  62. package/dist-types/pagination/ListEdgePackagingJobsPaginator.d.ts +1 -1
  63. package/dist-types/pagination/ListEndpointConfigsPaginator.d.ts +1 -1
  64. package/dist-types/pagination/ListEndpointsPaginator.d.ts +1 -1
  65. package/dist-types/pagination/ListExperimentsPaginator.d.ts +1 -1
  66. package/dist-types/pagination/ListFeatureGroupsPaginator.d.ts +1 -1
  67. package/dist-types/pagination/ListFlowDefinitionsPaginator.d.ts +1 -1
  68. package/dist-types/pagination/ListHumanTaskUisPaginator.d.ts +1 -1
  69. package/dist-types/pagination/ListHyperParameterTuningJobsPaginator.d.ts +1 -1
  70. package/dist-types/pagination/ListImageVersionsPaginator.d.ts +1 -1
  71. package/dist-types/pagination/ListImagesPaginator.d.ts +1 -1
  72. package/dist-types/pagination/ListInferenceComponentsPaginator.d.ts +1 -1
  73. package/dist-types/pagination/ListInferenceExperimentsPaginator.d.ts +1 -1
  74. package/dist-types/pagination/ListInferenceRecommendationsJobStepsPaginator.d.ts +1 -1
  75. package/dist-types/pagination/ListInferenceRecommendationsJobsPaginator.d.ts +1 -1
  76. package/dist-types/pagination/ListLabelingJobsForWorkteamPaginator.d.ts +1 -1
  77. package/dist-types/pagination/ListLabelingJobsPaginator.d.ts +1 -1
  78. package/dist-types/pagination/ListLineageGroupsPaginator.d.ts +1 -1
  79. package/dist-types/pagination/ListMlflowAppsPaginator.d.ts +1 -1
  80. package/dist-types/pagination/ListMlflowTrackingServersPaginator.d.ts +1 -1
  81. package/dist-types/pagination/ListModelBiasJobDefinitionsPaginator.d.ts +1 -1
  82. package/dist-types/pagination/ListModelCardExportJobsPaginator.d.ts +1 -1
  83. package/dist-types/pagination/ListModelCardVersionsPaginator.d.ts +1 -1
  84. package/dist-types/pagination/ListModelCardsPaginator.d.ts +1 -1
  85. package/dist-types/pagination/ListModelExplainabilityJobDefinitionsPaginator.d.ts +1 -1
  86. package/dist-types/pagination/ListModelMetadataPaginator.d.ts +1 -1
  87. package/dist-types/pagination/ListModelPackageGroupsPaginator.d.ts +1 -1
  88. package/dist-types/pagination/ListModelPackagesPaginator.d.ts +1 -1
  89. package/dist-types/pagination/ListModelQualityJobDefinitionsPaginator.d.ts +1 -1
  90. package/dist-types/pagination/ListModelsPaginator.d.ts +1 -1
  91. package/dist-types/pagination/ListMonitoringAlertHistoryPaginator.d.ts +1 -1
  92. package/dist-types/pagination/ListMonitoringAlertsPaginator.d.ts +1 -1
  93. package/dist-types/pagination/ListMonitoringExecutionsPaginator.d.ts +1 -1
  94. package/dist-types/pagination/ListMonitoringSchedulesPaginator.d.ts +1 -1
  95. package/dist-types/pagination/ListNotebookInstanceLifecycleConfigsPaginator.d.ts +1 -1
  96. package/dist-types/pagination/ListNotebookInstancesPaginator.d.ts +1 -1
  97. package/dist-types/pagination/ListOptimizationJobsPaginator.d.ts +1 -1
  98. package/dist-types/pagination/ListPartnerAppsPaginator.d.ts +1 -1
  99. package/dist-types/pagination/ListPipelineExecutionStepsPaginator.d.ts +1 -1
  100. package/dist-types/pagination/ListPipelineExecutionsPaginator.d.ts +1 -1
  101. package/dist-types/pagination/ListPipelineParametersForExecutionPaginator.d.ts +1 -1
  102. package/dist-types/pagination/ListPipelineVersionsPaginator.d.ts +1 -1
  103. package/dist-types/pagination/ListPipelinesPaginator.d.ts +1 -1
  104. package/dist-types/pagination/ListProcessingJobsPaginator.d.ts +1 -1
  105. package/dist-types/pagination/ListProjectsPaginator.d.ts +1 -1
  106. package/dist-types/pagination/ListResourceCatalogsPaginator.d.ts +1 -1
  107. package/dist-types/pagination/ListSpacesPaginator.d.ts +1 -1
  108. package/dist-types/pagination/ListStageDevicesPaginator.d.ts +1 -1
  109. package/dist-types/pagination/ListStudioLifecycleConfigsPaginator.d.ts +1 -1
  110. package/dist-types/pagination/ListSubscribedWorkteamsPaginator.d.ts +1 -1
  111. package/dist-types/pagination/ListTagsPaginator.d.ts +1 -1
  112. package/dist-types/pagination/ListTrainingJobsForHyperParameterTuningJobPaginator.d.ts +1 -1
  113. package/dist-types/pagination/ListTrainingJobsPaginator.d.ts +1 -1
  114. package/dist-types/pagination/ListTrainingPlansPaginator.d.ts +1 -1
  115. package/dist-types/pagination/ListTransformJobsPaginator.d.ts +1 -1
  116. package/dist-types/pagination/ListTrialComponentsPaginator.d.ts +1 -1
  117. package/dist-types/pagination/ListTrialsPaginator.d.ts +1 -1
  118. package/dist-types/pagination/ListUltraServersByReservedCapacityPaginator.d.ts +1 -1
  119. package/dist-types/pagination/ListUserProfilesPaginator.d.ts +1 -1
  120. package/dist-types/pagination/ListWorkforcesPaginator.d.ts +1 -1
  121. package/dist-types/pagination/ListWorkteamsPaginator.d.ts +1 -1
  122. package/dist-types/pagination/QueryLineagePaginator.d.ts +1 -1
  123. package/dist-types/pagination/SearchPaginator.d.ts +1 -1
  124. package/dist-types/schemas/schemas_0.d.ts +3 -0
  125. package/dist-types/ts3.4/SageMakerClient.d.ts +2 -3
  126. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  127. package/dist-types/ts3.4/commands/ListPipelineParametersForExecutionCommand.d.ts +2 -4
  128. package/dist-types/ts3.4/commands/ListPipelinesCommand.d.ts +4 -2
  129. package/dist-types/ts3.4/models/enums.d.ts +17 -0
  130. package/dist-types/ts3.4/models/models_1.d.ts +35 -58
  131. package/dist-types/ts3.4/models/models_2.d.ts +68 -30
  132. package/dist-types/ts3.4/models/models_3.d.ts +45 -61
  133. package/dist-types/ts3.4/models/models_4.d.ts +55 -32
  134. package/dist-types/ts3.4/schemas/schemas_0.d.ts +3 -0
  135. package/dist-types/waiters/waitForEndpointDeleted.d.ts +3 -3
  136. package/dist-types/waiters/waitForEndpointInService.d.ts +3 -3
  137. package/dist-types/waiters/waitForImageCreated.d.ts +3 -3
  138. package/dist-types/waiters/waitForImageDeleted.d.ts +3 -3
  139. package/dist-types/waiters/waitForImageUpdated.d.ts +3 -3
  140. package/dist-types/waiters/waitForImageVersionCreated.d.ts +3 -3
  141. package/dist-types/waiters/waitForImageVersionDeleted.d.ts +3 -3
  142. package/dist-types/waiters/waitForNotebookInstanceDeleted.d.ts +3 -3
  143. package/dist-types/waiters/waitForNotebookInstanceInService.d.ts +3 -3
  144. package/dist-types/waiters/waitForNotebookInstanceStopped.d.ts +3 -3
  145. package/dist-types/waiters/waitForProcessingJobCompletedOrStopped.d.ts +3 -3
  146. package/dist-types/waiters/waitForTrainingJobCompletedOrStopped.d.ts +3 -3
  147. package/dist-types/waiters/waitForTransformJobCompletedOrStopped.d.ts +3 -3
  148. package/package.json +16 -16
@@ -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 { type ActionSource, type AlgorithmSpecification, type AlgorithmStatusDetails, type AlgorithmValidationSpecification, type ArtifactSource, type AsyncInferenceConfig, type AutoMLCandidate, type AutoMLComputeConfig, type AutoMLDataSplitConfig, type AutoMLJobArtifacts, type AutoMLJobCompletionCriteria, type AutoMLJobConfig, type AutoMLJobObjective, type AutoMLOutputDataConfig, type AutoMLProblemTypeConfig, type AutoMLResolvedAttributes, type AutoMLSecurityConfig, type AutoRollbackConfig, type Autotune, type AvailableUpgrade, type BatchDataCaptureConfig, type CheckpointConfig, type ClusterAutoScalingConfigOutput, type ClusterEventDetail, type ClusterNodeDetails, type ClusterOrchestrator, type ClusterTieredStorageConfig, type CodeEditorAppImageConfig, type CognitoConfig, type CognitoMemberDefinition, type ComputeQuotaConfig, type ComputeQuotaTarget, type ContextSource, type GitConfig, type InferenceSpecification, type InputConfig, type JupyterLabAppImageConfig, type KernelGatewayImageConfig, type MetadataProperties, type ModelDeployConfig, type OutputDataConfig, type ResourceConfig, type ResourceSpec, type SchedulerConfig, type StoppingCondition, type TrainingSpecification, type TransformInput, type TransformOutput, type TransformResources, type UserContext, type VpcConfig, AdditionalInferenceSpecificationDefinition, AutoMLChannel, AutoMLJobChannel, AutoMLPartialFailureReason, Channel, ClusterInstanceGroupDetails, ClusterRestrictedInstanceGroupDetails, CollectionConfiguration, ContainerDefinition, Tag } from "./models_0";
3
- import { type DataCaptureConfig, type DataQualityAppSpecification, type DataQualityBaselineConfig, type DataQualityJobInput, type DefaultSpaceSettings, type DeploymentConfig, type DeviceSelectionConfig, type DomainSettings, type DriftCheckBaselines, type EbsStorageSettings, type EdgeDeploymentConfig, type EdgeOutputConfig, type EndpointInfo, type ExperimentConfig, type ExplainerConfig, type FlowDefinitionOutputConfig, type HubS3StorageConfig, type HumanLoopActivationConfig, type HumanLoopConfig, type HumanLoopRequestSource, type HumanTaskConfig, type HyperParameterTuningJobConfig, type HyperParameterTuningJobWarmStartConfig, type InferenceComponentComputeResourceRequirements, type InferenceComponentStartupParameters, type InferenceExecutionConfig, type InferenceExperimentDataStorageConfig, type InferenceExperimentSchedule, type InstanceMetadataServiceConfiguration, type JupyterServerAppSettings, type KernelGatewayAppSettings, type LabelingJobAlgorithmsConfig, type LabelingJobInputConfig, type LabelingJobOutputConfig, type LabelingJobStoppingConditions, type MetricsConfig, type ModelBiasAppSpecification, type ModelBiasBaselineConfig, type ModelBiasJobInput, type ModelCardExportOutputConfig, type ModelCardSecurityConfig, type ModelExplainabilityAppSpecification, type ModelExplainabilityBaselineConfig, type ModelExplainabilityJobInput, type ModelInfrastructureConfig, type ModelLifeCycle, type ModelMetrics, type ModelPackageModelCard, type ModelPackageSecurityConfig, type ModelPackageValidationSpecification, type ModelQualityAppSpecification, type ModelQualityBaselineConfig, type ModelQualityJobInput, type MonitoringNetworkConfig, type MonitoringOutputConfig, type MonitoringResources, type MonitoringScheduleConfig, type MonitoringStoppingCondition, type NeoVpcConfig, type OfflineStoreConfig, type OnlineStoreConfig, type OptimizationJobModelSource, type OptimizationJobOutputConfig, type OptimizationVpcConfig, type OutputConfig, type OwnershipSettings, type ParallelismConfiguration, type PartnerAppConfig, type PartnerAppMaintenanceConfig, type ProductionVariantManagedInstanceScaling, type ProductionVariantRoutingConfig, type ProductionVariantServerlessConfig, type RecommendationJobInputConfig, type RecommendationJobStoppingConditions, type RetryStrategy, type ShadowModeConfig, type SourceAlgorithmSpecification, type SpaceCodeEditorAppSettings, type SpaceJupyterLabAppSettings, type UserSettings, CustomFileSystem, EdgeDeploymentModelConfig, FeatureDefinition, HyperParameterTrainingJobDefinition, NotebookInstanceLifecycleHook, OptimizationConfig, ProductionVariant } from "./models_1";
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, SortPipelinesBy, SortQuotaBy, SortTrackingServerBy, SpaceStatus, StepStatus, StudioLifecycleConfigAppType, TrackingServerStatus, TrainingJobStatus, TrainingPlanStatus, TransformJobStatus, UserProfileStatus, VolumeAttachmentStatus, WarmPoolResourceStatus, WorkforceIpAddressType, WorkforceStatus } from "./enums";
2
- import { type AlgorithmSpecification, type AmazonQSettings, type AppSpecification, type AutoMLJobStepMetadata, type BatchDataCaptureConfig, type BedrockCustomModelDeploymentMetadata, type BedrockCustomModelMetadata, type BedrockModelImportMetadata, type BedrockProvisionedModelThroughputMetadata, type CacheHitResult, type CallbackStepMetadata, type CfnTemplateProviderDetail, type CheckpointConfig, type ClarifyCheckStepMetadata, type CognitoConfig, type ConditionStepMetadata, type MetadataProperties, type OutputDataConfig, type ResourceConfig, type ResourceSpec, type StoppingCondition, type TransformInput, type TransformOutput, type TransformResources, type UserContext, type VpcConfig, ActionSummary, AgentVersion, AlgorithmSummary, AppDetails, AppImageConfigDetails, ArtifactSummary, AssociationInfo, AssociationSummary, AutoMLCandidate, AutoMLJobSummary, Channel, ClusterEventSummary, ClusterNodeSummary, ClusterSchedulerConfigSummary, ClusterSummary, CodeRepositorySummary, CompilationJobSummary, ComputeQuotaSummary, ContextSummary, OutputParameter, Tag } from "./models_0";
3
- import { type DockerSettings, type EdgeOutputConfig, type ExperimentConfig, type HyperParameterTuningJobConfig, type HyperParameterTuningJobWarmStartConfig, type InferenceExperimentSchedule, type LabelingJobInputConfig, type ModelLifeCycle, type MonitoringScheduleConfig, type NetworkConfig, type OfflineStoreConfig, type OnlineStoreConfig, type OwnershipSettings, type ParallelismConfiguration, type ProcessingOutputConfig, type ProcessingResources, type ProcessingStoppingCondition, type ResourceLimits, type RetryStrategy, type ServiceCatalogProvisioningDetails, type TrustedIdentityPropagationSettings, type UnifiedStudioSettings, type UserSettings, FeatureDefinition, HyperParameterTrainingJobDefinition, ProcessingInput } from "./models_1";
4
- import { type DataCaptureConfigSummary, type DataProcessing, type DebugHookConfig, type EndpointOutputConfiguration, type ExperimentSource, type HyperParameterTrainingJobSummary, type HyperParameterTuningJobCompletionDetails, type HyperParameterTuningJobConsumedResources, type InferenceMetrics, type InfraCheckConfig, type LabelCounters, type LabelingJobOutput, type LastUpdateStatus, type MlflowConfig, type MLflowConfiguration, type ModelArtifacts, type ModelClientConfig, type ModelConfiguration, type ModelPackageConfig, type NotificationConfiguration, type ObjectiveStatusCounters, type OfflineStoreStatus, type PipelineExperimentConfig, type ProfilerConfig, type RecommendationMetrics, type RemoteDebugConfig, type ServerlessJobConfig, type SourceIpConfig, type SpaceSettings, type SpaceSharingSettings, type TensorBoardOutputConfig, type TrainingJobStatusCounters, type TrialComponentStatus, type WorkerAccessConfiguration, CustomizedMetricSpecification, DebugRuleConfiguration, DebugRuleEvaluationStatus, FeatureParameter, MemberDefinition, MonitoringExecutionSummary, ProductionVariantSummary, ProfilerRuleConfiguration, SelectedStep, TrialComponentArtifact, TrialComponentParameterValue } from "./models_2";
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 { type AlgorithmSpecification, type AppSpecification, type BatchDataCaptureConfig, type BatchTransformInput, type CfnUpdateTemplateProvider, type CheckpointConfig, type ClusterAutoScalingConfig, type ClusterOrchestrator, type ClusterTieredStorageConfig, type CodeEditorAppImageConfig, type ComputeQuotaConfig, type ComputeQuotaTarget, type DeploymentConfiguration, type InferenceSpecification, type JupyterLabAppImageConfig, type KernelGatewayImageConfig, type MetadataProperties, type OutputDataConfig, type ResourceConfig, type SchedulerConfig, type StoppingCondition, type TransformInput, type TransformOutput, type TransformResources, type UserContext, type VpcConfig, AdditionalInferenceSpecificationDefinition, Channel, ClusterInstanceGroupSpecification, ClusterRestrictedInstanceGroupSpecification, ContainerDefinition, OutputParameter, Tag } from "./models_0";
3
- import { type DefaultSpaceSettings, type DeploymentConfig, type DriftCheckBaselines, type EdgeOutputConfig, type ExperimentConfig, type InferenceComponentRuntimeConfig, type InferenceComponentSpecification, type InferenceExecutionConfig, type InferenceExperimentDataStorageConfig, type InferenceExperimentSchedule, type InstanceMetadataServiceConfiguration, type ModelCardSecurityConfig, type ModelLifeCycle, type ModelMetrics, type ModelPackageModelCard, type ModelPackageSecurityConfig, type ModelPackageValidationSpecification, type MonitoringScheduleConfig, type NetworkConfig, type ParallelismConfiguration, type PartnerAppConfig, type PartnerAppMaintenanceConfig, type PipelineDefinitionS3Location, type ProcessingOutputConfig, type ProcessingResources, type ProcessingStoppingCondition, type RetryStrategy, type ServiceCatalogProvisioningDetails, type ShadowModeConfig, type SourceAlgorithmSpecification, type TtlDuration, type UiTemplate, type UserSettings, FeatureDefinition, ModelVariantConfig, NotebookInstanceLifecycleHook, ProcessingInput, ProvisioningParameter } from "./models_1";
4
- import { type DataProcessing, type DebugHookConfig, type DeploymentRecommendation, type InferenceComponentDeploymentConfig, type ModelArtifacts, type ModelClientConfig, type ModelPackageConfig, type ModelPackageStatusDetails, type MonitoringExecutionSummary, type NotificationConfiguration, type OidcConfig, type PipelineExperimentConfig, type ProfilerConfig, type SourceIpConfig, type SpaceSettings, type SpaceStorageSettings, type TensorBoardOutputConfig, type TrialComponentStatus, type WorkerAccessConfiguration, type WorkforceVpcConfigRequest, DebugRuleConfiguration, DebugRuleEvaluationStatus, FeatureParameter, HyperParameterTrainingJobSummary, MemberDefinition, ProfilerRuleConfiguration, TrialComponentArtifact, TrialComponentParameterValue } from "./models_2";
5
- import { type DomainSettingsForUpdate, type Endpoint, type Experiment, type FeatureGroup, type FeatureMetadata, type GitConfigForUpdate, type HyperParameterTuningJobSearchEntity, type SelectiveExecutionConfig, type ServiceCatalogProvisionedProductDetails, type TrialComponentSource, type TrialSource, type WarmPoolStatus, DesiredWeightAndCapacity, Device, DeviceDeploymentSummary, Edge, Filter, MetricData, MonitoringAlertSummary, Parameter, PipelineSummary, ReservedCapacitySummary, SecondaryStatusTransition, SubscribedWorkteam, TemplateProviderDetail, TrialComponentMetricSummary, Workforce, Workteam } from "./models_3";
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
  */