@aws-sdk/client-sagemaker 3.1068.0 → 3.1070.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/auth/httpAuthSchemeProvider.js +9 -15
- package/dist-cjs/endpoint/bdd.js +2 -5
- package/dist-cjs/endpoint/endpointResolver.js +7 -11
- package/dist-cjs/index.js +1473 -1486
- package/dist-cjs/models/SageMakerServiceException.js +4 -8
- package/dist-cjs/models/errors.js +9 -16
- package/dist-cjs/runtimeConfig.browser.js +22 -26
- package/dist-cjs/runtimeConfig.js +30 -34
- package/dist-cjs/runtimeConfig.native.js +4 -7
- package/dist-cjs/runtimeConfig.shared.js +20 -24
- package/dist-cjs/schemas/schemas_0.js +4187 -2671
- package/dist-es/models/enums.js +16 -10
- package/dist-es/schemas/schemas_0.js +33 -14
- package/dist-types/commands/CreateAppCommand.d.ts +1 -1
- package/dist-types/commands/CreateDomainCommand.d.ts +6 -6
- package/dist-types/commands/CreateEndpointConfigCommand.d.ts +1 -0
- package/dist-types/commands/CreateInferenceComponentCommand.d.ts +16 -0
- package/dist-types/commands/CreateModelCommand.d.ts +16 -0
- package/dist-types/commands/CreateSpaceCommand.d.ts +4 -4
- package/dist-types/commands/CreateUserProfileCommand.d.ts +6 -6
- package/dist-types/commands/DescribeAppCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDomainCommand.d.ts +6 -6
- package/dist-types/commands/DescribeEndpointCommand.d.ts +1 -0
- package/dist-types/commands/DescribeEndpointConfigCommand.d.ts +1 -0
- package/dist-types/commands/DescribeImageVersionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInferenceComponentCommand.d.ts +16 -0
- package/dist-types/commands/DescribeModelCommand.d.ts +16 -0
- package/dist-types/commands/DescribeSpaceCommand.d.ts +4 -4
- package/dist-types/commands/DescribeUserProfileCommand.d.ts +6 -6
- package/dist-types/commands/ListAppsCommand.d.ts +1 -1
- package/dist-types/commands/ListInferenceRecommendationsJobsCommand.d.ts +1 -1
- package/dist-types/commands/SearchCommand.d.ts +16 -0
- package/dist-types/commands/UpdateDomainCommand.d.ts +6 -6
- package/dist-types/commands/UpdateInferenceComponentCommand.d.ts +16 -0
- package/dist-types/commands/UpdateMonitoringScheduleCommand.d.ts +2 -1
- package/dist-types/commands/UpdateNotebookInstanceCommand.d.ts +1 -2
- package/dist-types/commands/UpdateSpaceCommand.d.ts +4 -4
- package/dist-types/commands/UpdateUserProfileCommand.d.ts +6 -6
- package/dist-types/models/enums.d.ts +15 -9
- package/dist-types/models/models_1.d.ts +43 -33
- package/dist-types/models/models_2.d.ts +34 -107
- package/dist-types/models/models_3.d.ts +113 -84
- package/dist-types/models/models_4.d.ts +84 -100
- package/dist-types/models/models_5.d.ts +97 -2
- package/dist-types/schemas/schemas_0.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeImageVersionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListInferenceRecommendationsJobsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateMonitoringScheduleCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/UpdateNotebookInstanceCommand.d.ts +4 -2
- package/dist-types/ts3.4/models/enums.d.ts +15 -9
- package/dist-types/ts3.4/models/models_1.d.ts +10 -8
- package/dist-types/ts3.4/models/models_2.d.ts +8 -29
- package/dist-types/ts3.4/models/models_3.d.ts +28 -19
- package/dist-types/ts3.4/models/models_4.d.ts +20 -27
- package/dist-types/ts3.4/models/models_5.d.ts +32 -1
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +2 -0
- package/package.json +10 -10
|
@@ -1,6 +1,38 @@
|
|
|
1
|
-
import type { ActionStatus, ActivationState, AIBenchmarkJobStatus, AIRecommendationJobStatus, AlgorithmStatus, AppNetworkAccessType, AppSecurityGroupManagement, AppStatus, AppType, AuthMode, AutoMLJobSecondaryStatus, AutoMLJobStatus, AutoMLProblemTypeConfigName, BatchStrategy, CapacityReservationPreference, CaptureStatus, ClusterNodeProvisioningMode, ClusterNodeRecovery, ClusterStatus, CompilationJobStatus, CustomizationTechnique, DataDistributionType, DeepHealthCheckType, DomainStatus, EdgePackagingJobStatus, EdgePresetDeploymentStatus, EdgePresetDeploymentType, EnabledOrDisabled, EndpointStatus, EvaluationType, FeatureGroupStatus, FeatureStatus, FeatureType, FlowDefinitionStatus, HomeEfsFileSystemCreation, HubContentStatus, HubContentSupportStatus, HubContentType, HubStatus, HumanTaskUiStatus, HyperParameterTuningJobObjectiveType, HyperParameterTuningJobStatus, ImageStatus,
|
|
1
|
+
import type { ActionStatus, ActivationState, AIBenchmarkJobStatus, AIRecommendationJobStatus, AlgorithmStatus, AppNetworkAccessType, AppSecurityGroupManagement, AppStatus, AppType, AuthMode, AutoMLJobSecondaryStatus, AutoMLJobStatus, AutoMLProblemTypeConfigName, BatchStrategy, CapacityReservationPreference, CaptureStatus, ClusterNodeProvisioningMode, ClusterNodeRecovery, ClusterStatus, CompilationJobStatus, CustomizationTechnique, DataDistributionType, DeepHealthCheckType, DomainStatus, EdgePackagingJobStatus, EdgePresetDeploymentStatus, EdgePresetDeploymentType, EnabledOrDisabled, EndpointStatus, EvaluationType, FeatureGroupStatus, FeatureStatus, FeatureType, FlowDefinitionStatus, HomeEfsFileSystemCreation, HubContentStatus, HubContentSupportStatus, HubContentType, HubStatus, HumanTaskUiStatus, HyperParameterTuningJobObjectiveType, HyperParameterTuningJobStatus, ImageStatus, InputMode, JobCategory, JoinSource, LastUpdateStatusValue, ModelSpeculativeDecodingS3DataType, ModelSpeculativeDecodingTechnique, ObjectiveStatus, OfflineStoreStatusValue, OptimizationJobDeploymentInstanceType, PartnerAppAuthType, PartnerAppType, Peft, ProblemType, ProcessingInstanceType, ProcessingS3CompressionType, ProcessingS3DataDistributionType, ProcessingS3DataType, ProcessingS3InputMode, ProcessingS3UploadMode, ProductionVariantAcceleratorType, ProductionVariantInstanceType, RecommendationStatus, RedshiftResultCompressionType, RedshiftResultFormat, RetentionType, RuleEvaluationStatus, SchedulerConfigComponent, SchedulerResourceStatus, ServerlessJobType, SharingType, StageStatus, Statistic, StudioLifecycleConfigAppType, TagPropagation, ThroughputMode, TrainingJobStatus, TrialComponentPrimaryStatus, VariantStatus, WorkforceIpAddressType } from "./enums";
|
|
2
2
|
import type { ActionSource, AIBenchmarkNetworkConfig, AIBenchmarkOutputResult, AIBenchmarkTarget, AIDatasetConfig, AIModelSource, AIRecommendation, AIRecommendationComputeSpec, AIRecommendationInferenceSpecification, AIRecommendationOutputResult, AIRecommendationPerformanceTarget, AIWorkloadConfigs, AlgorithmSpecification, AlgorithmStatusDetails, AlgorithmValidationSpecification, AppSpecification, ArtifactSource, AsyncInferenceConfig, AthenaDatasetDefinition, AutoMLCandidate, AutoMLChannel, AutoMLComputeConfig, AutoMLDataSplitConfig, AutoMLJobArtifacts, AutoMLJobChannel, AutoMLJobCompletionCriteria, AutoMLJobConfig, AutoMLJobObjective, AutoMLOutputDataConfig, AutoMLPartialFailureReason, AutoMLProblemTypeConfig, AutoMLResolvedAttributes, AutoMLSecurityConfig, Autotune, BatchDataCaptureConfig, CfnCreateTemplateProvider, Channel, CheckpointConfig, ClusterAutoScalingConfigOutput, ClusterEventDetail, ClusterInstanceGroupDetails, ClusterNodeDetails, ClusterOrchestrator, ClusterRestrictedInstanceGroupDetails, ClusterRestrictedInstanceGroupsConfigOutput, ClusterTieredStorageConfig, CodeEditorAppImageConfig, CodeRepository, CognitoConfig, CognitoMemberDefinition, CollectionConfiguration, ComputeQuotaConfig, GitConfig, InferenceSpecification, JupyterLabAppImageConfig, KernelGatewayImageConfig, OutputDataConfig, ResourceConfig, ResourceSpec, StoppingCondition, Tag, TransformInput, TransformOutput, TransformResources, UserContext, VpcConfig } from "./models_0";
|
|
3
|
-
import type { ComputeQuotaTarget, ContextSource, DataCaptureConfig, DataQualityAppSpecification, DataQualityBaselineConfig, DataQualityJobInput, DefaultSpaceSettings, DeploymentConfig, DeviceSelectionConfig, DomainSettings, EdgeDeploymentConfig, EdgeDeploymentModelConfig, EdgeOutputConfig, ExplainerConfig, FeatureDefinition, FlowDefinitionOutputConfig, HubS3StorageConfig, HumanLoopActivationConfig, HumanLoopConfig, HumanLoopRequestSource, HyperParameterTrainingJobDefinition, HyperParameterTuningJobConfig, HyperParameterTuningJobWarmStartConfig, InputConfig, JupyterServerAppSettings, KernelGatewayAppSettings, MetadataProperties, MetricsConfig,
|
|
3
|
+
import type { ComputeQuotaTarget, ContextSource, DataCaptureConfig, DataQualityAppSpecification, DataQualityBaselineConfig, DataQualityJobInput, DefaultSpaceSettings, DeploymentConfig, DeviceSelectionConfig, DomainSettings, EdgeDeploymentConfig, EdgeDeploymentModelConfig, EdgeOutputConfig, ExplainerConfig, FeatureDefinition, FlowDefinitionOutputConfig, HubS3StorageConfig, HumanLoopActivationConfig, HumanLoopConfig, HumanLoopRequestSource, HyperParameterTrainingJobDefinition, HyperParameterTuningJobConfig, HyperParameterTuningJobWarmStartConfig, InputConfig, JupyterServerAppSettings, KernelGatewayAppSettings, MetadataProperties, MetricsConfig, ModelDeployConfig, MonitoringNetworkConfig, MonitoringOutputConfig, MonitoringResources, MonitoringStoppingCondition, NeoVpcConfig, NetworkConfig, OfflineStoreConfig, OnlineStoreConfig, OptimizationJobModelSource, OptimizationSageMakerModel, OutputConfig, ProductionVariant, ProductionVariantManagedInstanceScaling, ProductionVariantRoutingConfig, ProductionVariantServerlessConfig, RetryStrategy, SchedulerConfig, TrainingSpecification, UserSettings } from "./models_1";
|
|
4
|
+
/**
|
|
5
|
+
* <p>Settings for the model compilation technique that's applied by a model optimization job.</p>
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export interface ModelCompilationConfig {
|
|
9
|
+
/**
|
|
10
|
+
* <p>The URI of an LMI DLC in Amazon ECR. SageMaker uses this image to run the optimization.</p>
|
|
11
|
+
* @public
|
|
12
|
+
*/
|
|
13
|
+
Image?: string | undefined;
|
|
14
|
+
/**
|
|
15
|
+
* <p>Environment variables that override the default ones in the model container.</p>
|
|
16
|
+
* @public
|
|
17
|
+
*/
|
|
18
|
+
OverrideEnvironment?: Record<string, string> | undefined;
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* <p>Settings for the model quantization technique that's applied by a model optimization job.</p>
|
|
22
|
+
* @public
|
|
23
|
+
*/
|
|
24
|
+
export interface ModelQuantizationConfig {
|
|
25
|
+
/**
|
|
26
|
+
* <p>The URI of an LMI DLC in Amazon ECR. SageMaker uses this image to run the optimization.</p>
|
|
27
|
+
* @public
|
|
28
|
+
*/
|
|
29
|
+
Image?: string | undefined;
|
|
30
|
+
/**
|
|
31
|
+
* <p>Environment variables that override the default ones in the model container.</p>
|
|
32
|
+
* @public
|
|
33
|
+
*/
|
|
34
|
+
OverrideEnvironment?: Record<string, string> | undefined;
|
|
35
|
+
}
|
|
4
36
|
/**
|
|
5
37
|
* <p>Settings for the model sharding technique that's applied by a model optimization job.</p>
|
|
6
38
|
* @public
|
|
@@ -7100,108 +7132,3 @@ export interface DescribeImageResponse {
|
|
|
7100
7132
|
*/
|
|
7101
7133
|
RoleArn?: string | undefined;
|
|
7102
7134
|
}
|
|
7103
|
-
/**
|
|
7104
|
-
* @public
|
|
7105
|
-
*/
|
|
7106
|
-
export interface DescribeImageVersionRequest {
|
|
7107
|
-
/**
|
|
7108
|
-
* <p>The name of the image.</p>
|
|
7109
|
-
* @public
|
|
7110
|
-
*/
|
|
7111
|
-
ImageName: string | undefined;
|
|
7112
|
-
/**
|
|
7113
|
-
* <p>The version of the image. If not specified, the latest version is described.</p>
|
|
7114
|
-
* @public
|
|
7115
|
-
*/
|
|
7116
|
-
Version?: number | undefined;
|
|
7117
|
-
/**
|
|
7118
|
-
* <p>The alias of the image version.</p>
|
|
7119
|
-
* @public
|
|
7120
|
-
*/
|
|
7121
|
-
Alias?: string | undefined;
|
|
7122
|
-
}
|
|
7123
|
-
/**
|
|
7124
|
-
* @public
|
|
7125
|
-
*/
|
|
7126
|
-
export interface DescribeImageVersionResponse {
|
|
7127
|
-
/**
|
|
7128
|
-
* <p>The registry path of the container image on which this image version is based.</p>
|
|
7129
|
-
* @public
|
|
7130
|
-
*/
|
|
7131
|
-
BaseImage?: string | undefined;
|
|
7132
|
-
/**
|
|
7133
|
-
* <p>The registry path of the container image that contains this image version.</p>
|
|
7134
|
-
* @public
|
|
7135
|
-
*/
|
|
7136
|
-
ContainerImage?: string | undefined;
|
|
7137
|
-
/**
|
|
7138
|
-
* <p>When the version was created.</p>
|
|
7139
|
-
* @public
|
|
7140
|
-
*/
|
|
7141
|
-
CreationTime?: Date | undefined;
|
|
7142
|
-
/**
|
|
7143
|
-
* <p>When a create or delete operation fails, the reason for the failure.</p>
|
|
7144
|
-
* @public
|
|
7145
|
-
*/
|
|
7146
|
-
FailureReason?: string | undefined;
|
|
7147
|
-
/**
|
|
7148
|
-
* <p>The ARN of the image the version is based on.</p>
|
|
7149
|
-
* @public
|
|
7150
|
-
*/
|
|
7151
|
-
ImageArn?: string | undefined;
|
|
7152
|
-
/**
|
|
7153
|
-
* <p>The ARN of the version.</p>
|
|
7154
|
-
* @public
|
|
7155
|
-
*/
|
|
7156
|
-
ImageVersionArn?: string | undefined;
|
|
7157
|
-
/**
|
|
7158
|
-
* <p>The status of the version.</p>
|
|
7159
|
-
* @public
|
|
7160
|
-
*/
|
|
7161
|
-
ImageVersionStatus?: ImageVersionStatus | undefined;
|
|
7162
|
-
/**
|
|
7163
|
-
* <p>When the version was last modified.</p>
|
|
7164
|
-
* @public
|
|
7165
|
-
*/
|
|
7166
|
-
LastModifiedTime?: Date | undefined;
|
|
7167
|
-
/**
|
|
7168
|
-
* <p>The version number.</p>
|
|
7169
|
-
* @public
|
|
7170
|
-
*/
|
|
7171
|
-
Version?: number | undefined;
|
|
7172
|
-
/**
|
|
7173
|
-
* <p>The stability of the image version specified by the maintainer.</p> <ul> <li> <p> <code>NOT_PROVIDED</code>: The maintainers did not provide a status for image version stability.</p> </li> <li> <p> <code>STABLE</code>: The image version is stable.</p> </li> <li> <p> <code>TO_BE_ARCHIVED</code>: The image version is set to be archived. Custom image versions that are set to be archived are automatically archived after three months.</p> </li> <li> <p> <code>ARCHIVED</code>: The image version is archived. Archived image versions are not searchable and are no longer actively supported. </p> </li> </ul>
|
|
7174
|
-
* @public
|
|
7175
|
-
*/
|
|
7176
|
-
VendorGuidance?: VendorGuidance | undefined;
|
|
7177
|
-
/**
|
|
7178
|
-
* <p>Indicates SageMaker AI job type compatibility.</p> <ul> <li> <p> <code>TRAINING</code>: The image version is compatible with SageMaker AI training jobs.</p> </li> <li> <p> <code>INFERENCE</code>: The image version is compatible with SageMaker AI inference jobs.</p> </li> <li> <p> <code>NOTEBOOK_KERNEL</code>: The image version is compatible with SageMaker AI notebook kernels.</p> </li> </ul>
|
|
7179
|
-
* @public
|
|
7180
|
-
*/
|
|
7181
|
-
JobType?: JobType | undefined;
|
|
7182
|
-
/**
|
|
7183
|
-
* <p>The machine learning framework vended in the image version.</p>
|
|
7184
|
-
* @public
|
|
7185
|
-
*/
|
|
7186
|
-
MLFramework?: string | undefined;
|
|
7187
|
-
/**
|
|
7188
|
-
* <p>The supported programming language and its version.</p>
|
|
7189
|
-
* @public
|
|
7190
|
-
*/
|
|
7191
|
-
ProgrammingLang?: string | undefined;
|
|
7192
|
-
/**
|
|
7193
|
-
* <p>Indicates CPU or GPU compatibility.</p> <ul> <li> <p> <code>CPU</code>: The image version is compatible with CPU.</p> </li> <li> <p> <code>GPU</code>: The image version is compatible with GPU.</p> </li> </ul>
|
|
7194
|
-
* @public
|
|
7195
|
-
*/
|
|
7196
|
-
Processor?: Processor | undefined;
|
|
7197
|
-
/**
|
|
7198
|
-
* <p>Indicates Horovod compatibility.</p>
|
|
7199
|
-
* @public
|
|
7200
|
-
*/
|
|
7201
|
-
Horovod?: boolean | undefined;
|
|
7202
|
-
/**
|
|
7203
|
-
* <p>The maintainer description of the image version.</p>
|
|
7204
|
-
* @public
|
|
7205
|
-
*/
|
|
7206
|
-
ReleaseNotes?: string | undefined;
|
|
7207
|
-
}
|
|
@@ -1,7 +1,112 @@
|
|
|
1
|
-
import type { _InstanceType, AccountDefaultStatus, AIBenchmarkJobStatus, AIRecommendationJobStatus, AlgorithmSortBy, AppImageConfigSortKey, AppSortKey, AssociationEdgeType, AutoMLJobStatus, AutoMLSortBy, AutoMLSortOrder, BatchStrategy, CandidateSortBy, CandidateStatus, ClusterEventResourceType, ClusterSortBy, CodeRepositorySortBy, CodeRepositorySortOrder, CompilationJobStatus, DetailedModelPackageStatus, DeviceDeploymentStatus, DirectInternetAccess, 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, IncludedData, InferenceComponentCapacitySizeType, InferenceComponentSortKey, InferenceComponentStatus, InferenceExperimentStatus, InferenceExperimentType, IPAddressType, IsTrackingServerActive, JobCategory, JobSecondaryStatus, JobStatus, LabelingJobStatus, ListAIBenchmarkJobsSortBy, ListAIRecommendationJobsSortBy, ListAIWorkloadConfigsSortBy, ListCompilationJobsSortBy, ListDeviceFleetsSortBy, ListEdgeDeploymentPlansSortBy, ListEdgePackagingJobsSortBy,
|
|
1
|
+
import type { _InstanceType, AccountDefaultStatus, AIBenchmarkJobStatus, AIRecommendationJobStatus, AlgorithmSortBy, AppImageConfigSortKey, AppSortKey, AssociationEdgeType, AutoMLJobStatus, AutoMLSortBy, AutoMLSortOrder, BatchStrategy, CandidateSortBy, CandidateStatus, ClusterEventResourceType, ClusterSortBy, CodeRepositorySortBy, CodeRepositorySortOrder, CompilationJobStatus, DetailedModelPackageStatus, DeviceDeploymentStatus, DirectInternetAccess, 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, IncludedData, InferenceComponentCapacitySizeType, InferenceComponentSortKey, InferenceComponentStatus, InferenceExperimentStatus, InferenceExperimentType, IPAddressType, IsTrackingServerActive, JobCategory, JobSecondaryStatus, JobStatus, JobType, LabelingJobStatus, ListAIBenchmarkJobsSortBy, ListAIRecommendationJobsSortBy, ListAIWorkloadConfigsSortBy, ListCompilationJobsSortBy, ListDeviceFleetsSortBy, ListEdgeDeploymentPlansSortBy, ListEdgePackagingJobsSortBy, MaintenanceStatus, ManagedStorageType, MlflowAppStatus, ModelApprovalStatus, ModelCardExportJobStatus, ModelCardProcessingStatus, ModelCardStatus, ModelPackageGroupStatus, ModelPackageRegistrationType, ModelPackageStatus, ModelRegistrationMode, ModelVariantStatus, MonitoringJobDefinitionSortKey, MonitoringType, NotebookInstanceAcceleratorType, NotebookInstanceStatus, OfflineStoreStatusValue, Operator, OptimizationJobDeploymentInstanceType, OptimizationJobStatus, OrderKey, PartnerAppAuthType, PartnerAppStatus, PartnerAppType, PipelineExecutionStatus, PipelineStatus, ProcessingJobStatus, Processor, ProductionVariantInstanceType, ProfilingStatus, ProjectStatus, RecommendationJobStatus, RecommendationJobType, RecommendationStepType, ReservedCapacityInstanceType, ReservedCapacityStatus, ReservedCapacityType, ResourceType, RootAccess, RuleEvaluationStatus, SageMakerResourceName, SagemakerServicecatalogStatus, SchedulerResourceStatus, ScheduleStatus, SecondaryStatus, SkipModelValidation, SortActionsBy, SortArtifactsBy, SortAssociationsBy, SortClusterSchedulerConfigBy, SortContextsBy, SortExperimentsBy, SortInferenceExperimentsBy, SortOrder, SortQuotaBy, SpaceStatus, StudioLifecycleConfigAppType, TrackingServerMaintenanceStatus, TrackingServerSize, TrackingServerStatus, TrainingJobStatus, TrainingPlanStatus, TransformJobStatus, UserProfileStatus, VendorGuidance, VolumeAttachmentStatus, WarmPoolResourceStatus, WorkforceIpAddressType, WorkforceStatus } from "./enums";
|
|
2
2
|
import type { ActionSummary, AdditionalInferenceSpecificationDefinition, AgentVersion, AIBenchmarkJobSummary, AIRecommendationJobSummary, AIWorkloadConfigSummary, AlgorithmSpecification, AlgorithmSummary, AmazonQSettings, AppDetails, AppImageConfigDetails, AppSpecification, ArtifactSummary, AssociationInfo, AssociationSummary, AutoMLCandidate, AutoMLJobSummary, AutoRollbackConfig, AvailableUpgrade, BatchDataCaptureConfig, CfnTemplateProviderDetail, Channel, CheckpointConfig, ClusterEventSummary, ClusterNodeSummary, ClusterSchedulerConfigSummary, ClusterSummary, CodeRepositorySummary, CognitoConfig, CompilationJobSummary, InferenceSpecification, OutputDataConfig, OutputParameter, ResourceConfig, ResourceSpec, StoppingCondition, Tag, TransformInput, TransformOutput, TransformResources, UserContext, VpcConfig } from "./models_0";
|
|
3
|
-
import type { ComputeQuotaSummary, ContainerDefinition, ContextSummary, DockerSettings, DriftCheckBaselines, EdgeOutputConfig, EndpointInfo, FeatureDefinition, HumanTaskConfig, HyperParameterTrainingJobDefinition, HyperParameterTuningJobConfig, HyperParameterTuningJobWarmStartConfig, InferenceComponentComputeResourceRequirements, InferenceComponentSchedulingConfig, InferenceComponentStartupParameters, InferenceExecutionConfig, InferenceExperimentDataStorageConfig, InferenceExperimentSchedule, InstanceMetadataServiceConfiguration, LabelingJobAlgorithmsConfig, LabelingJobInputConfig, LabelingJobOutputConfig, LabelingJobStoppingConditions, ManagedConfiguration, MetadataProperties, ModelBiasAppSpecification, ModelBiasBaselineConfig, ModelBiasJobInput, ModelCardExportOutputConfig, ModelCardSecurityConfig, ModelExplainabilityAppSpecification, ModelExplainabilityBaselineConfig, ModelExplainabilityJobInput, ModelInfrastructureConfig, ModelLifeCycle, ModelMetrics, ModelPackageModelCard, ModelPackageSecurityConfig, ModelPackageValidationSpecification, ModelQualityAppSpecification, ModelQualityBaselineConfig, ModelQualityJobInput, MonitoringNetworkConfig, MonitoringOutputConfig, MonitoringResources, MonitoringScheduleConfig, MonitoringStoppingCondition, NetworkConfig, NotebookInstanceLifecycleHook, OfflineStoreConfig, OnlineStoreConfig, OptimizationJobModelSource, ProductionVariantServerlessConfig, RecommendationJobInputConfig, RecommendationJobStoppingConditions, ResourceLimits, RetryStrategy, ShadowModeConfig, SourceAlgorithmSpecification, TrustedIdentityPropagationSettings, UnifiedStudioSettings, UserSettings } from "./models_1";
|
|
3
|
+
import type { ComputeQuotaSummary, ContainerDefinition, ContainerMetricsConfig, ContextSummary, DockerSettings, DriftCheckBaselines, EdgeOutputConfig, EndpointInfo, FeatureDefinition, HumanTaskConfig, HyperParameterTrainingJobDefinition, HyperParameterTuningJobConfig, HyperParameterTuningJobWarmStartConfig, InferenceComponentComputeResourceRequirements, InferenceComponentSchedulingConfig, InferenceComponentStartupParameters, InferenceExecutionConfig, InferenceExperimentDataStorageConfig, InferenceExperimentSchedule, InstanceMetadataServiceConfiguration, LabelingJobAlgorithmsConfig, LabelingJobInputConfig, LabelingJobOutputConfig, LabelingJobStoppingConditions, ManagedConfiguration, MetadataProperties, ModelBiasAppSpecification, ModelBiasBaselineConfig, ModelBiasJobInput, ModelCardExportOutputConfig, ModelCardSecurityConfig, ModelExplainabilityAppSpecification, ModelExplainabilityBaselineConfig, ModelExplainabilityJobInput, ModelInfrastructureConfig, ModelLifeCycle, ModelMetrics, ModelPackageModelCard, ModelPackageSecurityConfig, ModelPackageValidationSpecification, ModelQualityAppSpecification, ModelQualityBaselineConfig, ModelQualityJobInput, MonitoringNetworkConfig, MonitoringOutputConfig, MonitoringResources, MonitoringScheduleConfig, MonitoringStoppingCondition, NetworkConfig, NotebookInstanceLifecycleHook, OfflineStoreConfig, OnlineStoreConfig, OptimizationJobModelSource, ProductionVariantServerlessConfig, RecommendationJobInputConfig, RecommendationJobStoppingConditions, ResourceLimits, RetryStrategy, ShadowModeConfig, SourceAlgorithmSpecification, TrustedIdentityPropagationSettings, UnifiedStudioSettings, UserSettings } from "./models_1";
|
|
4
4
|
import type { CustomizedMetricSpecification, DataCaptureConfigSummary, DataProcessing, DebugHookConfig, DebugRuleConfiguration, DebugRuleEvaluationStatus, DeployedImage, DeploymentRecommendation, ExperimentConfig, ExperimentSource, FeatureParameter, HyperParameterTrainingJobSummary, HyperParameterTuningJobCompletionDetails, HyperParameterTuningJobConsumedResources, InfraCheckConfig, LastUpdateStatus, MemberDefinition, MlflowConfig, ModelArtifacts, ModelClientConfig, ModelPackageConfig, NotificationConfiguration, ObjectiveStatusCounters, OfflineStoreStatus, OptimizationConfig, OptimizationJobOutputConfig, OptimizationVpcConfig, OwnershipSettings, ParallelismConfiguration, PartnerAppConfig, PartnerAppMaintenanceConfig, ProcessingInput, ProcessingOutputConfig, ProcessingResources, ProcessingStoppingCondition, ProductionVariantSummary, ProfilerConfig, ProfilerRuleConfiguration, RemoteDebugConfig, ServerlessJobConfig, ServiceCatalogProvisioningDetails, SourceIpConfig, SpaceSettings, SpaceSharingSettings, TensorBoardOutputConfig, TrainingJobStatusCounters, TrialComponentArtifact, TrialComponentParameterValue, TrialComponentStatus, WorkerAccessConfiguration } from "./models_2";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export interface DescribeImageVersionRequest {
|
|
9
|
+
/**
|
|
10
|
+
* <p>The name of the image.</p>
|
|
11
|
+
* @public
|
|
12
|
+
*/
|
|
13
|
+
ImageName: string | undefined;
|
|
14
|
+
/**
|
|
15
|
+
* <p>The version of the image. If not specified, the latest version is described.</p>
|
|
16
|
+
* @public
|
|
17
|
+
*/
|
|
18
|
+
Version?: number | undefined;
|
|
19
|
+
/**
|
|
20
|
+
* <p>The alias of the image version.</p>
|
|
21
|
+
* @public
|
|
22
|
+
*/
|
|
23
|
+
Alias?: string | undefined;
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* @public
|
|
27
|
+
*/
|
|
28
|
+
export interface DescribeImageVersionResponse {
|
|
29
|
+
/**
|
|
30
|
+
* <p>The registry path of the container image on which this image version is based.</p>
|
|
31
|
+
* @public
|
|
32
|
+
*/
|
|
33
|
+
BaseImage?: string | undefined;
|
|
34
|
+
/**
|
|
35
|
+
* <p>The registry path of the container image that contains this image version.</p>
|
|
36
|
+
* @public
|
|
37
|
+
*/
|
|
38
|
+
ContainerImage?: string | undefined;
|
|
39
|
+
/**
|
|
40
|
+
* <p>When the version was created.</p>
|
|
41
|
+
* @public
|
|
42
|
+
*/
|
|
43
|
+
CreationTime?: Date | undefined;
|
|
44
|
+
/**
|
|
45
|
+
* <p>When a create or delete operation fails, the reason for the failure.</p>
|
|
46
|
+
* @public
|
|
47
|
+
*/
|
|
48
|
+
FailureReason?: string | undefined;
|
|
49
|
+
/**
|
|
50
|
+
* <p>The ARN of the image the version is based on.</p>
|
|
51
|
+
* @public
|
|
52
|
+
*/
|
|
53
|
+
ImageArn?: string | undefined;
|
|
54
|
+
/**
|
|
55
|
+
* <p>The ARN of the version.</p>
|
|
56
|
+
* @public
|
|
57
|
+
*/
|
|
58
|
+
ImageVersionArn?: string | undefined;
|
|
59
|
+
/**
|
|
60
|
+
* <p>The status of the version.</p>
|
|
61
|
+
* @public
|
|
62
|
+
*/
|
|
63
|
+
ImageVersionStatus?: ImageVersionStatus | undefined;
|
|
64
|
+
/**
|
|
65
|
+
* <p>When the version was last modified.</p>
|
|
66
|
+
* @public
|
|
67
|
+
*/
|
|
68
|
+
LastModifiedTime?: Date | undefined;
|
|
69
|
+
/**
|
|
70
|
+
* <p>The version number.</p>
|
|
71
|
+
* @public
|
|
72
|
+
*/
|
|
73
|
+
Version?: number | undefined;
|
|
74
|
+
/**
|
|
75
|
+
* <p>The stability of the image version specified by the maintainer.</p> <ul> <li> <p> <code>NOT_PROVIDED</code>: The maintainers did not provide a status for image version stability.</p> </li> <li> <p> <code>STABLE</code>: The image version is stable.</p> </li> <li> <p> <code>TO_BE_ARCHIVED</code>: The image version is set to be archived. Custom image versions that are set to be archived are automatically archived after three months.</p> </li> <li> <p> <code>ARCHIVED</code>: The image version is archived. Archived image versions are not searchable and are no longer actively supported. </p> </li> </ul>
|
|
76
|
+
* @public
|
|
77
|
+
*/
|
|
78
|
+
VendorGuidance?: VendorGuidance | undefined;
|
|
79
|
+
/**
|
|
80
|
+
* <p>Indicates SageMaker AI job type compatibility.</p> <ul> <li> <p> <code>TRAINING</code>: The image version is compatible with SageMaker AI training jobs.</p> </li> <li> <p> <code>INFERENCE</code>: The image version is compatible with SageMaker AI inference jobs.</p> </li> <li> <p> <code>NOTEBOOK_KERNEL</code>: The image version is compatible with SageMaker AI notebook kernels.</p> </li> </ul>
|
|
81
|
+
* @public
|
|
82
|
+
*/
|
|
83
|
+
JobType?: JobType | undefined;
|
|
84
|
+
/**
|
|
85
|
+
* <p>The machine learning framework vended in the image version.</p>
|
|
86
|
+
* @public
|
|
87
|
+
*/
|
|
88
|
+
MLFramework?: string | undefined;
|
|
89
|
+
/**
|
|
90
|
+
* <p>The supported programming language and its version.</p>
|
|
91
|
+
* @public
|
|
92
|
+
*/
|
|
93
|
+
ProgrammingLang?: string | undefined;
|
|
94
|
+
/**
|
|
95
|
+
* <p>Indicates CPU or GPU compatibility.</p> <ul> <li> <p> <code>CPU</code>: The image version is compatible with CPU.</p> </li> <li> <p> <code>GPU</code>: The image version is compatible with GPU.</p> </li> </ul>
|
|
96
|
+
* @public
|
|
97
|
+
*/
|
|
98
|
+
Processor?: Processor | undefined;
|
|
99
|
+
/**
|
|
100
|
+
* <p>Indicates Horovod compatibility.</p>
|
|
101
|
+
* @public
|
|
102
|
+
*/
|
|
103
|
+
Horovod?: boolean | undefined;
|
|
104
|
+
/**
|
|
105
|
+
* <p>The maintainer description of the image version.</p>
|
|
106
|
+
* @public
|
|
107
|
+
*/
|
|
108
|
+
ReleaseNotes?: string | undefined;
|
|
109
|
+
}
|
|
5
110
|
/**
|
|
6
111
|
* @public
|
|
7
112
|
*/
|
|
@@ -127,6 +232,11 @@ export interface InferenceComponentContainerSpecificationSummary {
|
|
|
127
232
|
* @public
|
|
128
233
|
*/
|
|
129
234
|
Environment?: Record<string, string> | undefined;
|
|
235
|
+
/**
|
|
236
|
+
* <p>The container metrics scraping configuration for this inference component, including the metrics endpoint path and publishing frequency.</p>
|
|
237
|
+
* @public
|
|
238
|
+
*/
|
|
239
|
+
ContainerMetricsConfig?: ContainerMetricsConfig | undefined;
|
|
130
240
|
}
|
|
131
241
|
/**
|
|
132
242
|
* <p>Settings that affect how the inference component caches data.</p>
|
|
@@ -6912,8 +7022,7 @@ export interface InferenceRecommendationsJobStep {
|
|
|
6912
7022
|
InferenceBenchmark?: RecommendationJobInferenceBenchmark | undefined;
|
|
6913
7023
|
}
|
|
6914
7024
|
/**
|
|
6915
|
-
*
|
|
6916
|
-
* If you update DescribeJobResponse, update this structure as well.
|
|
7025
|
+
* <p>The properties of a job returned by the <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_Search.html">Search</a> API.</p>
|
|
6917
7026
|
* @public
|
|
6918
7027
|
*/
|
|
6919
7028
|
export interface Job {
|
|
@@ -9753,83 +9862,3 @@ export interface ListInferenceExperimentsResponse {
|
|
|
9753
9862
|
*/
|
|
9754
9863
|
NextToken?: string | undefined;
|
|
9755
9864
|
}
|
|
9756
|
-
/**
|
|
9757
|
-
* @public
|
|
9758
|
-
*/
|
|
9759
|
-
export interface ListInferenceRecommendationsJobsRequest {
|
|
9760
|
-
/**
|
|
9761
|
-
* <p>A filter that returns only jobs created after the specified time (timestamp).</p>
|
|
9762
|
-
* @public
|
|
9763
|
-
*/
|
|
9764
|
-
CreationTimeAfter?: Date | undefined;
|
|
9765
|
-
/**
|
|
9766
|
-
* <p>A filter that returns only jobs created before the specified time (timestamp).</p>
|
|
9767
|
-
* @public
|
|
9768
|
-
*/
|
|
9769
|
-
CreationTimeBefore?: Date | undefined;
|
|
9770
|
-
/**
|
|
9771
|
-
* <p>A filter that returns only jobs that were last modified after the specified time (timestamp).</p>
|
|
9772
|
-
* @public
|
|
9773
|
-
*/
|
|
9774
|
-
LastModifiedTimeAfter?: Date | undefined;
|
|
9775
|
-
/**
|
|
9776
|
-
* <p>A filter that returns only jobs that were last modified before the specified time (timestamp).</p>
|
|
9777
|
-
* @public
|
|
9778
|
-
*/
|
|
9779
|
-
LastModifiedTimeBefore?: Date | undefined;
|
|
9780
|
-
/**
|
|
9781
|
-
* <p>A string in the job name. This filter returns only recommendations whose name contains the specified string.</p>
|
|
9782
|
-
* @public
|
|
9783
|
-
*/
|
|
9784
|
-
NameContains?: string | undefined;
|
|
9785
|
-
/**
|
|
9786
|
-
* <p>A filter that retrieves only inference recommendations jobs with a specific status.</p>
|
|
9787
|
-
* @public
|
|
9788
|
-
*/
|
|
9789
|
-
StatusEquals?: RecommendationJobStatus | undefined;
|
|
9790
|
-
/**
|
|
9791
|
-
* <p>The parameter by which to sort the results.</p>
|
|
9792
|
-
* @public
|
|
9793
|
-
*/
|
|
9794
|
-
SortBy?: ListInferenceRecommendationsJobsSortBy | undefined;
|
|
9795
|
-
/**
|
|
9796
|
-
* <p>The sort order for the results.</p>
|
|
9797
|
-
* @public
|
|
9798
|
-
*/
|
|
9799
|
-
SortOrder?: SortOrder | undefined;
|
|
9800
|
-
/**
|
|
9801
|
-
* <p>If the response to a previous <code>ListInferenceRecommendationsJobsRequest</code> request was truncated, the response includes a <code>NextToken</code>. To retrieve the next set of recommendations, use the token in the next request.</p>
|
|
9802
|
-
* @public
|
|
9803
|
-
*/
|
|
9804
|
-
NextToken?: string | undefined;
|
|
9805
|
-
/**
|
|
9806
|
-
* <p>The maximum number of recommendations to return in the response.</p>
|
|
9807
|
-
* @public
|
|
9808
|
-
*/
|
|
9809
|
-
MaxResults?: number | undefined;
|
|
9810
|
-
/**
|
|
9811
|
-
* <p>A filter that returns only jobs that were created for this model.</p>
|
|
9812
|
-
* @public
|
|
9813
|
-
*/
|
|
9814
|
-
ModelNameEquals?: string | undefined;
|
|
9815
|
-
/**
|
|
9816
|
-
* <p>A filter that returns only jobs that were created for this versioned model package.</p>
|
|
9817
|
-
* @public
|
|
9818
|
-
*/
|
|
9819
|
-
ModelPackageVersionArnEquals?: string | undefined;
|
|
9820
|
-
}
|
|
9821
|
-
/**
|
|
9822
|
-
* @public
|
|
9823
|
-
*/
|
|
9824
|
-
export interface ListInferenceRecommendationsJobsResponse {
|
|
9825
|
-
/**
|
|
9826
|
-
* <p>The recommendations created from the Amazon SageMaker Inference Recommender job.</p>
|
|
9827
|
-
* @public
|
|
9828
|
-
*/
|
|
9829
|
-
InferenceRecommendationsJobs: InferenceRecommendationsJob[] | undefined;
|
|
9830
|
-
/**
|
|
9831
|
-
* <p>A token for getting the next set of recommendations, if there are any.</p>
|
|
9832
|
-
* @public
|
|
9833
|
-
*/
|
|
9834
|
-
NextToken?: string | undefined;
|
|
9835
|
-
}
|
|
@@ -1,8 +1,88 @@
|
|
|
1
|
-
import type { _InstanceType, AccountDefaultStatus, ActionStatus, ActivationState, AppNetworkAccessType, AppSecurityGroupManagement, AppType, BatchStrategy, ClusterNodeProvisioningMode, ClusterNodeRecovery, CrossAccountFilterOption, Direction, EndpointStatus, ExecutionStatus, FeatureStatus, HomeEfsFileSystemCreation, HubContentSupportStatus, HubContentType, InferenceExperimentStopDesiredState,
|
|
1
|
+
import type { _InstanceType, AccountDefaultStatus, ActionStatus, ActivationState, AppNetworkAccessType, AppSecurityGroupManagement, AppType, BatchStrategy, ClusterNodeProvisioningMode, ClusterNodeRecovery, CrossAccountFilterOption, Direction, EndpointStatus, ExecutionStatus, FeatureStatus, HomeEfsFileSystemCreation, HubContentSupportStatus, HubContentType, InferenceExperimentStopDesiredState, IsTrackingServerActive, JobCategory, JobStatus, JobType, LabelingJobStatus, LineageType, ListInferenceRecommendationsJobsSortBy, ListLabelingJobsForWorkteamSortByOptions, ListOptimizationJobsSortBy, ListWorkforcesSortByOptions, ListWorkteamsSortByOptions, MlflowAppStatus, ModelApprovalStatus, ModelCardExportJobSortBy, ModelCardExportJobSortOrder, ModelCardExportJobStatus, ModelCardSortBy, ModelCardSortOrder, ModelCardStatus, ModelCardVersionSortBy, ModelMetadataFilterType, ModelPackageGroupSortBy, ModelPackageGroupStatus, ModelPackageRegistrationType, ModelPackageSortBy, ModelPackageStatus, ModelPackageType, ModelRegistrationMode, ModelSortKey, ModelVariantAction, MonitoringAlertHistorySortKey, MonitoringAlertStatus, MonitoringExecutionSortKey, MonitoringJobDefinitionSortKey, MonitoringScheduleSortKey, MonitoringType, NotebookInstanceLifecycleConfigSortKey, NotebookInstanceLifecycleConfigSortOrder, NotebookInstanceSortKey, NotebookInstanceSortOrder, NotebookInstanceStatus, OptimizationJobDeploymentInstanceType, OptimizationJobStatus, OrderKey, PartnerAppStatus, PartnerAppType, PipelineExecutionStatus, PipelineStatus, ProcessingJobStatus, Processor, ProjectSortBy, ProjectSortOrder, ProjectStatus, RecommendationJobStatus, RecommendationStepType, Relation, ReservedCapacityInstanceType, ReservedCapacityType, ResourceCatalogSortBy, ResourceCatalogSortOrder, SageMakerResourceName, ScheduleStatus, SecondaryStatus, SharingType, SkipModelValidation, SortBy, SortLineageGroupsBy, SortMlflowAppBy, SortOrder, SortPipelineExecutionsBy, SortPipelinesBy, SortTrackingServerBy, SortTrialComponentsBy, SortTrialsBy, SpaceSortKey, SpaceStatus, StepStatus, StudioLifecycleConfigAppType, StudioLifecycleConfigSortKey, TagPropagation, ThroughputMode, TrackingServerSize, TrackingServerStatus, TrainingJobSortByOptions, TrainingJobStatus, TrainingPlanFilterName, TrainingPlanSortBy, TrainingPlanSortOrder, TrainingPlanStatus, TransformJobStatus, UltraServerHealthStatus, UserProfileSortKey, UserProfileStatus, VariantPropertyType, VendorGuidance, WarmPoolResourceStatus } from "./enums";
|
|
2
2
|
import type { AdditionalInferenceSpecificationDefinition, AlgorithmSpecification, AppSpecification, AutoMLJobStepMetadata, BatchDataCaptureConfig, BatchTransformInput, BedrockCustomModelDeploymentMetadata, BedrockCustomModelMetadata, BedrockModelImportMetadata, BedrockProvisionedModelThroughputMetadata, CacheHitResult, CallbackStepMetadata, Channel, CheckpointConfig, ClarifyCheckStepMetadata, ClusterAutoScalingConfig, ClusterInstanceGroupSpecification, ClusterOrchestrator, ClusterRestrictedInstanceGroupsConfig, ClusterRestrictedInstanceGroupSpecification, ClusterTieredStorageConfig, CodeEditorAppImageConfig, ComputeQuotaConfig, DeploymentConfiguration, InferenceSpecification, JupyterLabAppImageConfig, KernelGatewayImageConfig, OutputDataConfig, OutputParameter, ResourceConfig, StoppingCondition, Tag, TransformInput, TransformOutput, TransformResources, UserContext, VpcConfig } from "./models_0";
|
|
3
|
-
import type { ComputeQuotaTarget, ConditionStepMetadata, ContainerDefinition, DefaultSpaceSettings, DeploymentConfig, DriftCheckBaselines, EdgeOutputConfig, FeatureDefinition, InferenceComponentRuntimeConfig, InferenceComponentSpecification, InferenceExecutionConfig, InferenceExperimentDataStorageConfig, InferenceExperimentSchedule,
|
|
3
|
+
import type { ComputeQuotaTarget, ConditionStepMetadata, ContainerDefinition, DefaultSpaceSettings, DeploymentConfig, DriftCheckBaselines, EdgeOutputConfig, FeatureDefinition, InferenceComponentRuntimeConfig, InferenceComponentSpecification, InferenceExecutionConfig, InferenceExperimentDataStorageConfig, InferenceExperimentSchedule, ManagedConfiguration, MetadataProperties, ModelCardSecurityConfig, ModelLifeCycle, ModelMetrics, ModelPackageModelCard, ModelPackageSecurityConfig, ModelPackageValidationSpecification, ModelVariantConfig, MonitoringScheduleConfig, NetworkConfig, RetryStrategy, SchedulerConfig, ShadowModeConfig, SourceAlgorithmSpecification, TtlDuration, UiTemplate, UserSettings } from "./models_1";
|
|
4
4
|
import type { DataProcessing, DebugHookConfig, DebugRuleConfiguration, DebugRuleEvaluationStatus, DeploymentRecommendation, ExperimentConfig, FeatureParameter, HyperParameterTrainingJobSummary, InstanceGroupHealthCheckConfiguration, ModelArtifacts, ModelClientConfig, ModelPackageConfig, ParallelismConfiguration, ProcessingInput, ProcessingOutputConfig, ProcessingResources, ProcessingStoppingCondition, ProfilerConfig, ServiceCatalogProvisioningDetails, SpaceStorageSettings, TensorBoardOutputConfig, TrialComponentArtifact, TrialComponentParameterValue, TrialComponentStatus } from "./models_2";
|
|
5
|
-
import type { DesiredWeightAndCapacity, Device, DeviceDeploymentSummary, DomainSettingsForUpdate, Edge, EMRStepMetadata, Endpoint, EndpointConfigStepMetadata, EndpointStepMetadata, Experiment, FailStepMetadata, FeatureGroup, FeatureMetadata, Filter, GitConfigForUpdate, HyperParameterTuningJobSearchEntity, InferenceComponentDeploymentConfig, InferenceComponentMetadata, InferenceRecommendationsJobStep, Job, JobConfigSchemaVersionSummary, JobStepMetadata, JobSummary, LabelingJobForWorkteamSummary, LabelingJobSummary, LambdaStepMetadata, LineageGroupSummary, LineageMetadata, MetricData, ModelPackageStatusDetails, MonitoringExecutionSummary, MonitoringJobDefinitionSummary, PipelineExperimentConfig, ReservedCapacitySummary, SecondaryStatusTransition, SelectiveExecutionConfig, ServiceCatalogProvisionedProductDetails, SubscribedWorkteam, TemplateProviderDetail, TrialComponentMetricSummary, TrialComponentSource, TrialSource, WarmPoolStatus, Workforce, Workteam } from "./models_3";
|
|
5
|
+
import type { DesiredWeightAndCapacity, Device, DeviceDeploymentSummary, DomainSettingsForUpdate, Edge, EMRStepMetadata, Endpoint, EndpointConfigStepMetadata, EndpointStepMetadata, Experiment, FailStepMetadata, FeatureGroup, FeatureMetadata, Filter, GitConfigForUpdate, HyperParameterTuningJobSearchEntity, InferenceComponentDeploymentConfig, InferenceComponentMetadata, InferenceRecommendationsJob, InferenceRecommendationsJobStep, Job, JobConfigSchemaVersionSummary, JobStepMetadata, JobSummary, LabelingJobForWorkteamSummary, LabelingJobSummary, LambdaStepMetadata, LineageGroupSummary, LineageMetadata, MetricData, ModelPackageStatusDetails, MonitoringExecutionSummary, MonitoringJobDefinitionSummary, PipelineExperimentConfig, ReservedCapacitySummary, SecondaryStatusTransition, SelectiveExecutionConfig, ServiceCatalogProvisionedProductDetails, SubscribedWorkteam, TemplateProviderDetail, TrialComponentMetricSummary, TrialComponentSource, TrialSource, WarmPoolStatus, Workforce, Workteam } from "./models_3";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export interface ListInferenceRecommendationsJobsRequest {
|
|
10
|
+
/**
|
|
11
|
+
* <p>A filter that returns only jobs created after the specified time (timestamp).</p>
|
|
12
|
+
* @public
|
|
13
|
+
*/
|
|
14
|
+
CreationTimeAfter?: Date | undefined;
|
|
15
|
+
/**
|
|
16
|
+
* <p>A filter that returns only jobs created before the specified time (timestamp).</p>
|
|
17
|
+
* @public
|
|
18
|
+
*/
|
|
19
|
+
CreationTimeBefore?: Date | undefined;
|
|
20
|
+
/**
|
|
21
|
+
* <p>A filter that returns only jobs that were last modified after the specified time (timestamp).</p>
|
|
22
|
+
* @public
|
|
23
|
+
*/
|
|
24
|
+
LastModifiedTimeAfter?: Date | undefined;
|
|
25
|
+
/**
|
|
26
|
+
* <p>A filter that returns only jobs that were last modified before the specified time (timestamp).</p>
|
|
27
|
+
* @public
|
|
28
|
+
*/
|
|
29
|
+
LastModifiedTimeBefore?: Date | undefined;
|
|
30
|
+
/**
|
|
31
|
+
* <p>A string in the job name. This filter returns only recommendations whose name contains the specified string.</p>
|
|
32
|
+
* @public
|
|
33
|
+
*/
|
|
34
|
+
NameContains?: string | undefined;
|
|
35
|
+
/**
|
|
36
|
+
* <p>A filter that retrieves only inference recommendations jobs with a specific status.</p>
|
|
37
|
+
* @public
|
|
38
|
+
*/
|
|
39
|
+
StatusEquals?: RecommendationJobStatus | undefined;
|
|
40
|
+
/**
|
|
41
|
+
* <p>The parameter by which to sort the results.</p>
|
|
42
|
+
* @public
|
|
43
|
+
*/
|
|
44
|
+
SortBy?: ListInferenceRecommendationsJobsSortBy | undefined;
|
|
45
|
+
/**
|
|
46
|
+
* <p>The sort order for the results.</p>
|
|
47
|
+
* @public
|
|
48
|
+
*/
|
|
49
|
+
SortOrder?: SortOrder | undefined;
|
|
50
|
+
/**
|
|
51
|
+
* <p>If the response to a previous <code>ListInferenceRecommendationsJobsRequest</code> request was truncated, the response includes a <code>NextToken</code>. To retrieve the next set of recommendations, use the token in the next request.</p>
|
|
52
|
+
* @public
|
|
53
|
+
*/
|
|
54
|
+
NextToken?: string | undefined;
|
|
55
|
+
/**
|
|
56
|
+
* <p>The maximum number of recommendations to return in the response.</p>
|
|
57
|
+
* @public
|
|
58
|
+
*/
|
|
59
|
+
MaxResults?: number | undefined;
|
|
60
|
+
/**
|
|
61
|
+
* <p>A filter that returns only jobs that were created for this model.</p>
|
|
62
|
+
* @public
|
|
63
|
+
*/
|
|
64
|
+
ModelNameEquals?: string | undefined;
|
|
65
|
+
/**
|
|
66
|
+
* <p>A filter that returns only jobs that were created for this versioned model package.</p>
|
|
67
|
+
* @public
|
|
68
|
+
*/
|
|
69
|
+
ModelPackageVersionArnEquals?: string | undefined;
|
|
70
|
+
}
|
|
71
|
+
/**
|
|
72
|
+
* @public
|
|
73
|
+
*/
|
|
74
|
+
export interface ListInferenceRecommendationsJobsResponse {
|
|
75
|
+
/**
|
|
76
|
+
* <p>The recommendations created from the Amazon SageMaker Inference Recommender job.</p>
|
|
77
|
+
* @public
|
|
78
|
+
*/
|
|
79
|
+
InferenceRecommendationsJobs: InferenceRecommendationsJob[] | undefined;
|
|
80
|
+
/**
|
|
81
|
+
* <p>A token for getting the next set of recommendations, if there are any.</p>
|
|
82
|
+
* @public
|
|
83
|
+
*/
|
|
84
|
+
NextToken?: string | undefined;
|
|
85
|
+
}
|
|
6
86
|
/**
|
|
7
87
|
* @public
|
|
8
88
|
*/
|
|
@@ -6550,8 +6630,7 @@ export interface SearchRecord {
|
|
|
6550
6630
|
*/
|
|
6551
6631
|
Model?: ModelDashboardModel | undefined;
|
|
6552
6632
|
/**
|
|
6553
|
-
*
|
|
6554
|
-
* If you update DescribeJobResponse, update this structure as well.
|
|
6633
|
+
* <p>The properties of a job.</p>
|
|
6555
6634
|
* @public
|
|
6556
6635
|
*/
|
|
6557
6636
|
Job?: Job | undefined;
|
|
@@ -8587,98 +8666,3 @@ export interface UpdateMonitoringScheduleRequest {
|
|
|
8587
8666
|
*/
|
|
8588
8667
|
MonitoringScheduleConfig: MonitoringScheduleConfig | undefined;
|
|
8589
8668
|
}
|
|
8590
|
-
/**
|
|
8591
|
-
* @public
|
|
8592
|
-
*/
|
|
8593
|
-
export interface UpdateMonitoringScheduleResponse {
|
|
8594
|
-
/**
|
|
8595
|
-
* <p>The Amazon Resource Name (ARN) of the monitoring schedule.</p>
|
|
8596
|
-
* @public
|
|
8597
|
-
*/
|
|
8598
|
-
MonitoringScheduleArn: string | undefined;
|
|
8599
|
-
}
|
|
8600
|
-
/**
|
|
8601
|
-
* @public
|
|
8602
|
-
*/
|
|
8603
|
-
export interface UpdateNotebookInstanceInput {
|
|
8604
|
-
/**
|
|
8605
|
-
* <p>The name of the notebook instance to update.</p>
|
|
8606
|
-
* @public
|
|
8607
|
-
*/
|
|
8608
|
-
NotebookInstanceName: string | undefined;
|
|
8609
|
-
/**
|
|
8610
|
-
* <p>The Amazon ML compute instance type.</p>
|
|
8611
|
-
* @public
|
|
8612
|
-
*/
|
|
8613
|
-
InstanceType?: _InstanceType | undefined;
|
|
8614
|
-
/**
|
|
8615
|
-
* <p>The IP address type for the notebook instance. Specify <code>ipv4</code> for IPv4-only connectivity or <code>dualstack</code> for both IPv4 and IPv6 connectivity. The notebook instance must be stopped before updating this setting. When you specify <code>dualstack</code>, the subnet must support IPv6 addressing.</p>
|
|
8616
|
-
* @public
|
|
8617
|
-
*/
|
|
8618
|
-
IpAddressType?: IPAddressType | undefined;
|
|
8619
|
-
/**
|
|
8620
|
-
* <p>The platform identifier of the notebook instance runtime environment.</p>
|
|
8621
|
-
* @public
|
|
8622
|
-
*/
|
|
8623
|
-
PlatformIdentifier?: string | undefined;
|
|
8624
|
-
/**
|
|
8625
|
-
* <p>The Amazon Resource Name (ARN) of the IAM role that SageMaker AI can assume to access the notebook instance. For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/sagemaker-roles.html">SageMaker AI Roles</a>. </p> <note> <p>To be able to pass this role to SageMaker AI, the caller of this API must have the <code>iam:PassRole</code> permission.</p> </note>
|
|
8626
|
-
* @public
|
|
8627
|
-
*/
|
|
8628
|
-
RoleArn?: string | undefined;
|
|
8629
|
-
/**
|
|
8630
|
-
* <p>The name of a lifecycle configuration to associate with the notebook instance. For information about lifestyle configurations, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/notebook-lifecycle-config.html">Step 2.1: (Optional) Customize a Notebook Instance</a>.</p>
|
|
8631
|
-
* @public
|
|
8632
|
-
*/
|
|
8633
|
-
LifecycleConfigName?: string | undefined;
|
|
8634
|
-
/**
|
|
8635
|
-
* <p>Set to <code>true</code> to remove the notebook instance lifecycle configuration currently associated with the notebook instance. This operation is idempotent. If you specify a lifecycle configuration that is not associated with the notebook instance when you call this method, it does not throw an error.</p>
|
|
8636
|
-
* @public
|
|
8637
|
-
*/
|
|
8638
|
-
DisassociateLifecycleConfig?: boolean | undefined;
|
|
8639
|
-
/**
|
|
8640
|
-
* <p>The size, in GB, of the ML storage volume to attach to the notebook instance. The default value is 5 GB. ML storage volumes are encrypted, so SageMaker AI can't determine the amount of available free space on the volume. Because of this, you can increase the volume size when you update a notebook instance, but you can't decrease the volume size. If you want to decrease the size of the ML storage volume in use, create a new notebook instance with the desired size.</p>
|
|
8641
|
-
* @public
|
|
8642
|
-
*/
|
|
8643
|
-
VolumeSizeInGB?: number | undefined;
|
|
8644
|
-
/**
|
|
8645
|
-
* <p>The Git repository to associate with the notebook instance as its default code repository. This can be either the name of a Git repository stored as a resource in your account, or the URL of a Git repository in <a href="https://docs.aws.amazon.com/codecommit/latest/userguide/welcome.html">Amazon Web Services CodeCommit</a> or in any other Git repository. When you open a notebook instance, it opens in the directory that contains this repository. For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/nbi-git-repo.html">Associating Git Repositories with SageMaker AI Notebook Instances</a>.</p>
|
|
8646
|
-
* @public
|
|
8647
|
-
*/
|
|
8648
|
-
DefaultCodeRepository?: string | undefined;
|
|
8649
|
-
/**
|
|
8650
|
-
* <p>An array of up to three Git repositories to associate with the notebook instance. These can be either the names of Git repositories stored as resources in your account, or the URL of Git repositories in <a href="https://docs.aws.amazon.com/codecommit/latest/userguide/welcome.html">Amazon Web Services CodeCommit</a> or in any other Git repository. These repositories are cloned at the same level as the default repository of your notebook instance. For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/nbi-git-repo.html">Associating Git Repositories with SageMaker AI Notebook Instances</a>.</p>
|
|
8651
|
-
* @public
|
|
8652
|
-
*/
|
|
8653
|
-
AdditionalCodeRepositories?: string[] | undefined;
|
|
8654
|
-
/**
|
|
8655
|
-
* <p>This parameter is no longer supported. Elastic Inference (EI) is no longer available.</p> <p>This parameter was used to specify a list of the EI instance types to associate with this notebook instance.</p>
|
|
8656
|
-
* @public
|
|
8657
|
-
*/
|
|
8658
|
-
AcceleratorTypes?: NotebookInstanceAcceleratorType[] | undefined;
|
|
8659
|
-
/**
|
|
8660
|
-
* <p>This parameter is no longer supported. Elastic Inference (EI) is no longer available.</p> <p>This parameter was used to specify a list of the EI instance types to remove from this notebook instance.</p>
|
|
8661
|
-
* @public
|
|
8662
|
-
*/
|
|
8663
|
-
DisassociateAcceleratorTypes?: boolean | undefined;
|
|
8664
|
-
/**
|
|
8665
|
-
* <p>The name or URL of the default Git repository to remove from this notebook instance. This operation is idempotent. If you specify a Git repository that is not associated with the notebook instance when you call this method, it does not throw an error.</p>
|
|
8666
|
-
* @public
|
|
8667
|
-
*/
|
|
8668
|
-
DisassociateDefaultCodeRepository?: boolean | undefined;
|
|
8669
|
-
/**
|
|
8670
|
-
* <p>A list of names or URLs of the default Git repositories to remove from this notebook instance. This operation is idempotent. If you specify a Git repository that is not associated with the notebook instance when you call this method, it does not throw an error.</p>
|
|
8671
|
-
* @public
|
|
8672
|
-
*/
|
|
8673
|
-
DisassociateAdditionalCodeRepositories?: boolean | undefined;
|
|
8674
|
-
/**
|
|
8675
|
-
* <p>Whether root access is enabled or disabled for users of the notebook instance. The default value is <code>Enabled</code>.</p> <note> <p>If you set this to <code>Disabled</code>, users don't have root access on the notebook instance, but lifecycle configuration scripts still run with root permissions.</p> </note>
|
|
8676
|
-
* @public
|
|
8677
|
-
*/
|
|
8678
|
-
RootAccess?: RootAccess | undefined;
|
|
8679
|
-
/**
|
|
8680
|
-
* <p>Information on the IMDS configuration of the notebook instance</p>
|
|
8681
|
-
* @public
|
|
8682
|
-
*/
|
|
8683
|
-
InstanceMetadataServiceConfiguration?: InstanceMetadataServiceConfiguration | undefined;
|
|
8684
|
-
}
|