@aws-sdk/client-sagemaker 3.1033.0 → 3.1034.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +98 -0
- package/dist-cjs/index.js +317 -8
- package/dist-cjs/schemas/schemas_0.js +718 -214
- package/dist-es/SageMaker.js +34 -0
- package/dist-es/commands/CreateAIBenchmarkJobCommand.js +16 -0
- package/dist-es/commands/CreateAIRecommendationJobCommand.js +16 -0
- package/dist-es/commands/CreateAIWorkloadConfigCommand.js +16 -0
- package/dist-es/commands/DeleteAIBenchmarkJobCommand.js +16 -0
- package/dist-es/commands/DeleteAIRecommendationJobCommand.js +16 -0
- package/dist-es/commands/DeleteAIWorkloadConfigCommand.js +16 -0
- package/dist-es/commands/DescribeAIBenchmarkJobCommand.js +16 -0
- package/dist-es/commands/DescribeAIRecommendationJobCommand.js +16 -0
- package/dist-es/commands/DescribeAIWorkloadConfigCommand.js +16 -0
- package/dist-es/commands/ListAIBenchmarkJobsCommand.js +16 -0
- package/dist-es/commands/ListAIRecommendationJobsCommand.js +16 -0
- package/dist-es/commands/ListAIWorkloadConfigsCommand.js +16 -0
- package/dist-es/commands/StopAIBenchmarkJobCommand.js +16 -0
- package/dist-es/commands/StopAIRecommendationJobCommand.js +16 -0
- package/dist-es/commands/index.js +14 -0
- package/dist-es/index.js +1 -0
- package/dist-es/models/enums.js +99 -8
- package/dist-es/models/models_5.js +1 -0
- package/dist-es/pagination/ListAIBenchmarkJobsPaginator.js +4 -0
- package/dist-es/pagination/ListAIRecommendationJobsPaginator.js +4 -0
- package/dist-es/pagination/ListAIWorkloadConfigsPaginator.js +4 -0
- package/dist-es/pagination/index.js +3 -0
- package/dist-es/schemas/schemas_0.js +679 -177
- package/dist-types/SageMaker.d.ts +122 -0
- package/dist-types/SageMakerClient.d.ts +16 -2
- package/dist-types/commands/BatchDescribeModelPackageCommand.d.ts +19 -0
- package/dist-types/commands/CreateAIBenchmarkJobCommand.d.ts +115 -0
- package/dist-types/commands/CreateAIRecommendationJobCommand.d.ts +122 -0
- package/dist-types/commands/CreateAIWorkloadConfigCommand.d.ts +103 -0
- package/dist-types/commands/CreateActionCommand.d.ts +1 -1
- package/dist-types/commands/CreateAlgorithmCommand.d.ts +21 -4
- package/dist-types/commands/CreateAppCommand.d.ts +1 -1
- package/dist-types/commands/CreateAppImageConfigCommand.d.ts +1 -1
- package/dist-types/commands/CreateArtifactCommand.d.ts +1 -1
- package/dist-types/commands/CreateAutoMLJobCommand.d.ts +1 -1
- package/dist-types/commands/CreateAutoMLJobV2Command.d.ts +1 -1
- package/dist-types/commands/CreateClusterCommand.d.ts +1 -1
- package/dist-types/commands/CreateClusterSchedulerConfigCommand.d.ts +1 -2
- package/dist-types/commands/CreateModelPackageCommand.d.ts +25 -0
- package/dist-types/commands/CreateOptimizationJobCommand.d.ts +1 -1
- package/dist-types/commands/CreatePartnerAppCommand.d.ts +1 -1
- package/dist-types/commands/CreatePartnerAppPresignedUrlCommand.d.ts +1 -1
- package/dist-types/commands/CreatePipelineCommand.d.ts +1 -1
- package/dist-types/commands/CreatePresignedDomainUrlCommand.d.ts +1 -1
- package/dist-types/commands/CreatePresignedMlflowAppUrlCommand.d.ts +1 -1
- package/dist-types/commands/CreatePresignedMlflowTrackingServerUrlCommand.d.ts +1 -1
- package/dist-types/commands/CreatePresignedNotebookInstanceUrlCommand.d.ts +1 -1
- package/dist-types/commands/CreateProcessingJobCommand.d.ts +1 -1
- package/dist-types/commands/CreateProjectCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAIBenchmarkJobCommand.d.ts +77 -0
- package/dist-types/commands/DeleteAIRecommendationJobCommand.d.ts +77 -0
- package/dist-types/commands/DeleteAIWorkloadConfigCommand.d.ts +80 -0
- package/dist-types/commands/DescribeAIBenchmarkJobCommand.d.ts +121 -0
- package/dist-types/commands/DescribeAIRecommendationJobCommand.d.ts +170 -0
- package/dist-types/commands/DescribeAIWorkloadConfigCommand.d.ts +102 -0
- package/dist-types/commands/DescribeAlgorithmCommand.d.ts +20 -3
- package/dist-types/commands/DescribeInferenceRecommendationsJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLabelingJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLineageGroupCommand.d.ts +1 -1
- package/dist-types/commands/DescribeMlflowAppCommand.d.ts +1 -1
- package/dist-types/commands/DescribeMlflowTrackingServerCommand.d.ts +1 -1
- package/dist-types/commands/DescribeModelBiasJobDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeModelCardCommand.d.ts +1 -1
- package/dist-types/commands/DescribeModelCardExportJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribeModelCommand.d.ts +1 -1
- package/dist-types/commands/DescribeModelExplainabilityJobDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeModelPackageCommand.d.ts +26 -1
- package/dist-types/commands/DescribeModelPackageGroupCommand.d.ts +1 -1
- package/dist-types/commands/DescribeModelQualityJobDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeMonitoringScheduleCommand.d.ts +1 -1
- package/dist-types/commands/DescribeNotebookInstanceCommand.d.ts +1 -1
- package/dist-types/commands/DescribeNotebookInstanceLifecycleConfigCommand.d.ts +1 -1
- package/dist-types/commands/DescribeOptimizationJobCommand.d.ts +2 -2
- package/dist-types/commands/DescribePartnerAppCommand.d.ts +1 -2
- package/dist-types/commands/ListAIBenchmarkJobsCommand.d.ts +91 -0
- package/dist-types/commands/ListAIRecommendationJobsCommand.d.ts +90 -0
- package/dist-types/commands/ListAIWorkloadConfigsCommand.d.ts +87 -0
- package/dist-types/commands/ListModelCardVersionsCommand.d.ts +2 -1
- package/dist-types/commands/ListModelExplainabilityJobDefinitionsCommand.d.ts +1 -1
- package/dist-types/commands/ListModelMetadataCommand.d.ts +1 -1
- package/dist-types/commands/ListModelPackageGroupsCommand.d.ts +1 -1
- package/dist-types/commands/ListModelPackagesCommand.d.ts +1 -1
- package/dist-types/commands/ListModelQualityJobDefinitionsCommand.d.ts +1 -1
- package/dist-types/commands/ListModelsCommand.d.ts +1 -1
- package/dist-types/commands/ListMonitoringAlertHistoryCommand.d.ts +1 -1
- package/dist-types/commands/ListMonitoringAlertsCommand.d.ts +1 -1
- package/dist-types/commands/ListMonitoringExecutionsCommand.d.ts +1 -1
- package/dist-types/commands/ListMonitoringSchedulesCommand.d.ts +1 -1
- package/dist-types/commands/ListNotebookInstanceLifecycleConfigsCommand.d.ts +1 -1
- package/dist-types/commands/ListNotebookInstancesCommand.d.ts +1 -1
- package/dist-types/commands/ListOptimizationJobsCommand.d.ts +2 -2
- package/dist-types/commands/ListPartnerAppsCommand.d.ts +1 -1
- package/dist-types/commands/ListPipelineExecutionStepsCommand.d.ts +1 -2
- package/dist-types/commands/ListPipelineExecutionsCommand.d.ts +1 -1
- package/dist-types/commands/SearchCommand.d.ts +27 -35
- package/dist-types/commands/StopAIBenchmarkJobCommand.d.ts +77 -0
- package/dist-types/commands/StopAIRecommendationJobCommand.d.ts +77 -0
- package/dist-types/commands/UpdateModelPackageCommand.d.ts +26 -14
- package/dist-types/commands/index.d.ts +14 -0
- package/dist-types/index.d.ts +1 -0
- package/dist-types/models/enums.d.ts +187 -16
- package/dist-types/models/models_0.d.ts +3225 -3460
- package/dist-types/models/models_1.d.ts +3498 -3293
- package/dist-types/models/models_2.d.ts +3410 -4095
- package/dist-types/models/models_3.d.ts +4524 -4193
- package/dist-types/models/models_4.d.ts +1679 -76
- package/dist-types/models/models_5.d.ts +74 -0
- package/dist-types/pagination/ListAIBenchmarkJobsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListAIRecommendationJobsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListAIWorkloadConfigsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +3 -0
- package/dist-types/schemas/schemas_0.d.ts +74 -0
- package/dist-types/ts3.4/SageMaker.d.ts +262 -0
- package/dist-types/ts3.4/SageMakerClient.d.ts +84 -0
- package/dist-types/ts3.4/commands/CreateAIBenchmarkJobCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateAIRecommendationJobCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateAIWorkloadConfigCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateActionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateAlgorithmCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateAppCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateAppImageConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateArtifactCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateAutoMLJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateAutoMLJobV2Command.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateClusterSchedulerConfigCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/CreatePartnerAppCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreatePartnerAppPresignedUrlCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreatePipelineCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreatePresignedDomainUrlCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreatePresignedMlflowAppUrlCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreatePresignedMlflowTrackingServerUrlCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreatePresignedNotebookInstanceUrlCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateProcessingJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateProjectCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteAIBenchmarkJobCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteAIRecommendationJobCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteAIWorkloadConfigCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeAIBenchmarkJobCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeAIRecommendationJobCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeAIWorkloadConfigCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeInferenceRecommendationsJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeLabelingJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeLineageGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeMlflowAppCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeMlflowTrackingServerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeModelBiasJobDefinitionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeModelCardCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeModelCardExportJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeModelCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeModelExplainabilityJobDefinitionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeModelPackageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeModelPackageGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeModelQualityJobDefinitionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeMonitoringScheduleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeNotebookInstanceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeNotebookInstanceLifecycleConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeOptimizationJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribePartnerAppCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ListAIBenchmarkJobsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListAIRecommendationJobsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListAIWorkloadConfigsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListModelCardVersionsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListModelExplainabilityJobDefinitionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListModelMetadataCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListModelPackageGroupsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListModelPackagesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListModelQualityJobDefinitionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListModelsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListMonitoringAlertHistoryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListMonitoringAlertsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListMonitoringExecutionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListMonitoringSchedulesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListNotebookInstanceLifecycleConfigsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListNotebookInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListOptimizationJobsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListPartnerAppsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListPipelineExecutionStepsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ListPipelineExecutionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SearchCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/StopAIBenchmarkJobCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/StopAIRecommendationJobCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +14 -0
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/models/enums.d.ts +123 -12
- package/dist-types/ts3.4/models/models_0.d.ts +218 -242
- package/dist-types/ts3.4/models/models_1.d.ts +296 -217
- package/dist-types/ts3.4/models/models_2.d.ts +303 -488
- package/dist-types/ts3.4/models/models_3.d.ts +535 -426
- package/dist-types/ts3.4/models/models_4.d.ts +431 -42
- package/dist-types/ts3.4/models/models_5.d.ts +24 -0
- package/dist-types/ts3.4/pagination/ListAIBenchmarkJobsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListAIRecommendationJobsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListAIWorkloadConfigsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +3 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +74 -0
- package/package.json +19 -19
|
@@ -1,8 +1,1642 @@
|
|
|
1
|
-
import type { _InstanceType, AccountDefaultStatus, ActionStatus, ActivationState, AppNetworkAccessType, AppSecurityGroupManagement, AppType, BatchStrategy,
|
|
2
|
-
import type { AdditionalInferenceSpecificationDefinition, AlgorithmSpecification, AppSpecification, AutoMLJobStepMetadata, BatchDataCaptureConfig, BatchTransformInput, BedrockCustomModelDeploymentMetadata, BedrockCustomModelMetadata, BedrockModelImportMetadata, BedrockProvisionedModelThroughputMetadata, CacheHitResult, CallbackStepMetadata, CfnUpdateTemplateProvider, Channel, CheckpointConfig, ClarifyCheckStepMetadata, ClusterAutoScalingConfig, ClusterInstanceGroupSpecification, ClusterOrchestrator, ClusterRestrictedInstanceGroupSpecification, ClusterTieredStorageConfig, CodeEditorAppImageConfig, ComputeQuotaConfig, ComputeQuotaTarget, ConditionStepMetadata,
|
|
3
|
-
import type { DefaultSpaceSettings, DeploymentConfig, DriftCheckBaselines, EdgeOutputConfig,
|
|
4
|
-
import type { DataProcessing, DebugHookConfig, DebugRuleConfiguration, DebugRuleEvaluationStatus, DeploymentRecommendation, FeatureParameter, HyperParameterTrainingJobSummary, InferenceComponentDeploymentConfig, InstanceGroupHealthCheckConfiguration, MemberDefinition, ModelArtifacts, ModelClientConfig, ModelPackageConfig,
|
|
5
|
-
import type { DesiredWeightAndCapacity, Device, DeviceDeploymentSummary, DomainSettingsForUpdate, Edge, EMRStepMetadata, Endpoint, EndpointConfigStepMetadata, EndpointStepMetadata, Experiment, FailStepMetadata, FeatureGroup, FeatureMetadata, Filter, GitConfigForUpdate, HyperParameterTuningJobSearchEntity, InferenceComponentMetadata, LambdaStepMetadata, LineageMetadata, MetricData,
|
|
1
|
+
import type { _InstanceType, AccountDefaultStatus, ActionStatus, ActivationState, AppNetworkAccessType, AppSecurityGroupManagement, AppType, BatchStrategy, ClusterNodeProvisioningMode, ClusterNodeRecovery, CrossAccountFilterOption, Direction, EndpointStatus, ExecutionStatus, FeatureStatus, HubContentSupportStatus, HubContentType, InferenceExperimentStopDesiredState, IPAddressType, JobType, LineageType, ListOptimizationJobsSortBy, ListWorkforcesSortByOptions, ListWorkteamsSortByOptions, ModelApprovalStatus, ModelCardStatus, ModelMetadataFilterType, ModelPackageGroupSortBy, ModelPackageGroupStatus, ModelPackageRegistrationType, ModelPackageSortBy, ModelPackageStatus, ModelPackageType, ModelRegistrationMode, ModelSortKey, ModelVariantAction, MonitoringAlertHistorySortKey, MonitoringAlertStatus, MonitoringExecutionSortKey, MonitoringJobDefinitionSortKey, MonitoringScheduleSortKey, MonitoringType, NotebookInstanceAcceleratorType, NotebookInstanceLifecycleConfigSortKey, NotebookInstanceLifecycleConfigSortOrder, NotebookInstanceSortKey, NotebookInstanceSortOrder, NotebookInstanceStatus, OptimizationJobDeploymentInstanceType, OptimizationJobStatus, OrderKey, PartnerAppStatus, PartnerAppType, PipelineExecutionStatus, PipelineStatus, ProcessingJobStatus, Processor, ProjectSortBy, ProjectSortOrder, ProjectStatus, Relation, ReservedCapacityInstanceType, ReservedCapacityType, ResourceCatalogSortBy, ResourceCatalogSortOrder, RootAccess, SageMakerResourceName, ScheduleStatus, SecondaryStatus, SharingType, SkipModelValidation, SortBy, SortOrder, SortPipelineExecutionsBy, SortPipelinesBy, SortTrialComponentsBy, SortTrialsBy, SpaceSortKey, SpaceStatus, StepStatus, 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, AutoMLJobStepMetadata, BatchDataCaptureConfig, BatchTransformInput, BedrockCustomModelDeploymentMetadata, BedrockCustomModelMetadata, BedrockModelImportMetadata, BedrockProvisionedModelThroughputMetadata, CacheHitResult, CallbackStepMetadata, CfnUpdateTemplateProvider, Channel, CheckpointConfig, ClarifyCheckStepMetadata, ClusterAutoScalingConfig, ClusterInstanceGroupSpecification, ClusterOrchestrator, ClusterRestrictedInstanceGroupSpecification, ClusterTieredStorageConfig, CodeEditorAppImageConfig, ComputeQuotaConfig, ComputeQuotaTarget, ConditionStepMetadata, DeploymentConfiguration, InferenceSpecification, JupyterLabAppImageConfig, KernelGatewayImageConfig, OutputDataConfig, OutputParameter, ResourceConfig, StoppingCondition, Tag, TransformInput, TransformOutput, TransformResources, UserContext, VpcConfig } from "./models_0";
|
|
3
|
+
import type { ContainerDefinition, DefaultSpaceSettings, DeploymentConfig, DriftCheckBaselines, EdgeOutputConfig, FeatureDefinition, InferenceComponentRuntimeConfig, InferenceComponentSpecification, InferenceExecutionConfig, InferenceExperimentDataStorageConfig, InferenceExperimentSchedule, InstanceMetadataServiceConfiguration, MetadataProperties, ModelCardSecurityConfig, ModelLifeCycle, ModelMetrics, ModelPackageModelCard, ModelPackageSecurityConfig, ModelPackageValidationSpecification, ModelVariantConfig, MonitoringScheduleConfig, NetworkConfig, NotebookInstanceLifecycleHook, PartnerAppConfig, RetryStrategy, SchedulerConfig, ShadowModeConfig, SourceAlgorithmSpecification, TtlDuration, UiTemplate, UserSettings } from "./models_1";
|
|
4
|
+
import type { DataProcessing, DebugHookConfig, DebugRuleConfiguration, DebugRuleEvaluationStatus, DeploymentRecommendation, ExperimentConfig, FeatureParameter, HyperParameterTrainingJobSummary, InferenceComponentDeploymentConfig, InstanceGroupHealthCheckConfiguration, MemberDefinition, ModelArtifacts, ModelClientConfig, ModelPackageConfig, NotificationConfiguration, OidcConfig, ParallelismConfiguration, PartnerAppMaintenanceConfig, PipelineDefinitionS3Location, ProcessingInput, ProcessingOutputConfig, ProcessingResources, ProcessingStoppingCondition, ProfilerConfig, ProfilerRuleConfiguration, ProvisioningParameter, ServiceCatalogProvisioningDetails, SourceIpConfig, SpaceSettings, SpaceStorageSettings, TensorBoardOutputConfig, TrialComponentArtifact, TrialComponentParameterValue, TrialComponentStatus, WorkerAccessConfiguration, WorkforceVpcConfigRequest } from "./models_2";
|
|
5
|
+
import type { DesiredWeightAndCapacity, Device, DeviceDeploymentSummary, DomainSettingsForUpdate, Edge, EMRStepMetadata, Endpoint, EndpointConfigStepMetadata, EndpointStepMetadata, Experiment, FailStepMetadata, FeatureGroup, FeatureMetadata, Filter, GitConfigForUpdate, HyperParameterTuningJobSearchEntity, InferenceComponentMetadata, LambdaStepMetadata, LineageMetadata, MetricData, ModelPackageStatusDetails, MonitoringExecutionSummary, MonitoringJobDefinitionSummary, PipelineExperimentConfig, ReservedCapacitySummary, SecondaryStatusTransition, SelectiveExecutionConfig, ServiceCatalogProvisionedProductDetails, SubscribedWorkteam, TemplateProviderDetail, TrialComponentMetricSummary, TrialComponentSource, TrialSource, WarmPoolStatus, Workforce, Workteam } from "./models_3";
|
|
6
|
+
/**
|
|
7
|
+
* <p>A summary of a specific version of the model card.</p>
|
|
8
|
+
* @public
|
|
9
|
+
*/
|
|
10
|
+
export interface ModelCardVersionSummary {
|
|
11
|
+
/**
|
|
12
|
+
* <p>The name of the model card.</p>
|
|
13
|
+
* @public
|
|
14
|
+
*/
|
|
15
|
+
ModelCardName: string | undefined;
|
|
16
|
+
/**
|
|
17
|
+
* <p>The Amazon Resource Name (ARN) of the model card.</p>
|
|
18
|
+
* @public
|
|
19
|
+
*/
|
|
20
|
+
ModelCardArn: string | undefined;
|
|
21
|
+
/**
|
|
22
|
+
* <p>The approval status of the model card version within your organization. Different organizations might have different criteria for model card review and approval.</p> <ul> <li> <p> <code>Draft</code>: The model card is a work in progress.</p> </li> <li> <p> <code>PendingReview</code>: The model card is pending review.</p> </li> <li> <p> <code>Approved</code>: The model card is approved.</p> </li> <li> <p> <code>Archived</code>: The model card is archived. No more updates should be made to the model card, but it can still be exported.</p> </li> </ul>
|
|
23
|
+
* @public
|
|
24
|
+
*/
|
|
25
|
+
ModelCardStatus: ModelCardStatus | undefined;
|
|
26
|
+
/**
|
|
27
|
+
* <p>A version of the model card.</p>
|
|
28
|
+
* @public
|
|
29
|
+
*/
|
|
30
|
+
ModelCardVersion: number | undefined;
|
|
31
|
+
/**
|
|
32
|
+
* <p>The date and time that the model card version was created.</p>
|
|
33
|
+
* @public
|
|
34
|
+
*/
|
|
35
|
+
CreationTime: Date | undefined;
|
|
36
|
+
/**
|
|
37
|
+
* <p>The time date and time that the model card version was last modified.</p>
|
|
38
|
+
* @public
|
|
39
|
+
*/
|
|
40
|
+
LastModifiedTime?: Date | undefined;
|
|
41
|
+
}
|
|
42
|
+
/**
|
|
43
|
+
* @public
|
|
44
|
+
*/
|
|
45
|
+
export interface ListModelCardVersionsResponse {
|
|
46
|
+
/**
|
|
47
|
+
* <p>The summaries of the listed versions of the model card.</p>
|
|
48
|
+
* @public
|
|
49
|
+
*/
|
|
50
|
+
ModelCardVersionSummaryList: ModelCardVersionSummary[] | undefined;
|
|
51
|
+
/**
|
|
52
|
+
* <p>If the response is truncated, SageMaker returns this token. To retrieve the next set of model card versions, use it in the subsequent request.</p>
|
|
53
|
+
* @public
|
|
54
|
+
*/
|
|
55
|
+
NextToken?: string | undefined;
|
|
56
|
+
}
|
|
57
|
+
/**
|
|
58
|
+
* @public
|
|
59
|
+
*/
|
|
60
|
+
export interface ListModelExplainabilityJobDefinitionsRequest {
|
|
61
|
+
/**
|
|
62
|
+
* <p>Name of the endpoint to monitor for model explainability.</p>
|
|
63
|
+
* @public
|
|
64
|
+
*/
|
|
65
|
+
EndpointName?: string | undefined;
|
|
66
|
+
/**
|
|
67
|
+
* <p>Whether to sort results by the <code>Name</code> or <code>CreationTime</code> field. The default is <code>CreationTime</code>.</p>
|
|
68
|
+
* @public
|
|
69
|
+
*/
|
|
70
|
+
SortBy?: MonitoringJobDefinitionSortKey | undefined;
|
|
71
|
+
/**
|
|
72
|
+
* <p>Whether to sort the results in <code>Ascending</code> or <code>Descending</code> order. The default is <code>Descending</code>.</p>
|
|
73
|
+
* @public
|
|
74
|
+
*/
|
|
75
|
+
SortOrder?: SortOrder | undefined;
|
|
76
|
+
/**
|
|
77
|
+
* <p>The token returned if the response is truncated. To retrieve the next set of job executions, use it in the next request.</p>
|
|
78
|
+
* @public
|
|
79
|
+
*/
|
|
80
|
+
NextToken?: string | undefined;
|
|
81
|
+
/**
|
|
82
|
+
* <p>The maximum number of jobs to return in the response. The default value is 10.</p>
|
|
83
|
+
* @public
|
|
84
|
+
*/
|
|
85
|
+
MaxResults?: number | undefined;
|
|
86
|
+
/**
|
|
87
|
+
* <p>Filter for model explainability jobs whose name contains a specified string.</p>
|
|
88
|
+
* @public
|
|
89
|
+
*/
|
|
90
|
+
NameContains?: string | undefined;
|
|
91
|
+
/**
|
|
92
|
+
* <p>A filter that returns only model explainability jobs created before a specified time.</p>
|
|
93
|
+
* @public
|
|
94
|
+
*/
|
|
95
|
+
CreationTimeBefore?: Date | undefined;
|
|
96
|
+
/**
|
|
97
|
+
* <p>A filter that returns only model explainability jobs created after a specified time.</p>
|
|
98
|
+
* @public
|
|
99
|
+
*/
|
|
100
|
+
CreationTimeAfter?: Date | undefined;
|
|
101
|
+
}
|
|
102
|
+
/**
|
|
103
|
+
* @public
|
|
104
|
+
*/
|
|
105
|
+
export interface ListModelExplainabilityJobDefinitionsResponse {
|
|
106
|
+
/**
|
|
107
|
+
* <p>A JSON array in which each element is a summary for a explainability bias jobs.</p>
|
|
108
|
+
* @public
|
|
109
|
+
*/
|
|
110
|
+
JobDefinitionSummaries: MonitoringJobDefinitionSummary[] | undefined;
|
|
111
|
+
/**
|
|
112
|
+
* <p>The token returned if the response is truncated. To retrieve the next set of job executions, use it in the next request.</p>
|
|
113
|
+
* @public
|
|
114
|
+
*/
|
|
115
|
+
NextToken?: string | undefined;
|
|
116
|
+
}
|
|
117
|
+
/**
|
|
118
|
+
* <p>Part of the search expression. You can specify the name and value (domain, task, framework, framework version, task, and model).</p>
|
|
119
|
+
* @public
|
|
120
|
+
*/
|
|
121
|
+
export interface ModelMetadataFilter {
|
|
122
|
+
/**
|
|
123
|
+
* <p>The name of the of the model to filter by.</p>
|
|
124
|
+
* @public
|
|
125
|
+
*/
|
|
126
|
+
Name: ModelMetadataFilterType | undefined;
|
|
127
|
+
/**
|
|
128
|
+
* <p>The value to filter the model metadata.</p>
|
|
129
|
+
* @public
|
|
130
|
+
*/
|
|
131
|
+
Value: string | undefined;
|
|
132
|
+
}
|
|
133
|
+
/**
|
|
134
|
+
* <p>One or more filters that searches for the specified resource or resources in a search. All resource objects that satisfy the expression's condition are included in the search results</p>
|
|
135
|
+
* @public
|
|
136
|
+
*/
|
|
137
|
+
export interface ModelMetadataSearchExpression {
|
|
138
|
+
/**
|
|
139
|
+
* <p>A list of filter objects.</p>
|
|
140
|
+
* @public
|
|
141
|
+
*/
|
|
142
|
+
Filters?: ModelMetadataFilter[] | undefined;
|
|
143
|
+
}
|
|
144
|
+
/**
|
|
145
|
+
* @public
|
|
146
|
+
*/
|
|
147
|
+
export interface ListModelMetadataRequest {
|
|
148
|
+
/**
|
|
149
|
+
* <p>One or more filters that searches for the specified resource or resources in a search. All resource objects that satisfy the expression's condition are included in the search results. Specify the Framework, FrameworkVersion, Domain or Task to filter supported. Filter names and values are case-sensitive.</p>
|
|
150
|
+
* @public
|
|
151
|
+
*/
|
|
152
|
+
SearchExpression?: ModelMetadataSearchExpression | undefined;
|
|
153
|
+
/**
|
|
154
|
+
* <p>If the response to a previous <code>ListModelMetadataResponse</code> request was truncated, the response includes a NextToken. To retrieve the next set of model metadata, use the token in the next request.</p>
|
|
155
|
+
* @public
|
|
156
|
+
*/
|
|
157
|
+
NextToken?: string | undefined;
|
|
158
|
+
/**
|
|
159
|
+
* <p>The maximum number of models to return in the response.</p>
|
|
160
|
+
* @public
|
|
161
|
+
*/
|
|
162
|
+
MaxResults?: number | undefined;
|
|
163
|
+
}
|
|
164
|
+
/**
|
|
165
|
+
* <p>A summary of the model metadata.</p>
|
|
166
|
+
* @public
|
|
167
|
+
*/
|
|
168
|
+
export interface ModelMetadataSummary {
|
|
169
|
+
/**
|
|
170
|
+
* <p>The machine learning domain of the model.</p>
|
|
171
|
+
* @public
|
|
172
|
+
*/
|
|
173
|
+
Domain: string | undefined;
|
|
174
|
+
/**
|
|
175
|
+
* <p>The machine learning framework of the model.</p>
|
|
176
|
+
* @public
|
|
177
|
+
*/
|
|
178
|
+
Framework: string | undefined;
|
|
179
|
+
/**
|
|
180
|
+
* <p>The machine learning task of the model.</p>
|
|
181
|
+
* @public
|
|
182
|
+
*/
|
|
183
|
+
Task: string | undefined;
|
|
184
|
+
/**
|
|
185
|
+
* <p>The name of the model.</p>
|
|
186
|
+
* @public
|
|
187
|
+
*/
|
|
188
|
+
Model: string | undefined;
|
|
189
|
+
/**
|
|
190
|
+
* <p>The framework version of the model.</p>
|
|
191
|
+
* @public
|
|
192
|
+
*/
|
|
193
|
+
FrameworkVersion: string | undefined;
|
|
194
|
+
}
|
|
195
|
+
/**
|
|
196
|
+
* @public
|
|
197
|
+
*/
|
|
198
|
+
export interface ListModelMetadataResponse {
|
|
199
|
+
/**
|
|
200
|
+
* <p>A structure that holds model metadata.</p>
|
|
201
|
+
* @public
|
|
202
|
+
*/
|
|
203
|
+
ModelMetadataSummaries: ModelMetadataSummary[] | undefined;
|
|
204
|
+
/**
|
|
205
|
+
* <p>A token for getting the next set of recommendations, if there are any.</p>
|
|
206
|
+
* @public
|
|
207
|
+
*/
|
|
208
|
+
NextToken?: string | undefined;
|
|
209
|
+
}
|
|
210
|
+
/**
|
|
211
|
+
* @public
|
|
212
|
+
*/
|
|
213
|
+
export interface ListModelPackageGroupsInput {
|
|
214
|
+
/**
|
|
215
|
+
* <p>A filter that returns only model groups created after the specified time.</p>
|
|
216
|
+
* @public
|
|
217
|
+
*/
|
|
218
|
+
CreationTimeAfter?: Date | undefined;
|
|
219
|
+
/**
|
|
220
|
+
* <p>A filter that returns only model groups created before the specified time.</p>
|
|
221
|
+
* @public
|
|
222
|
+
*/
|
|
223
|
+
CreationTimeBefore?: Date | undefined;
|
|
224
|
+
/**
|
|
225
|
+
* <p>The maximum number of results to return in the response.</p>
|
|
226
|
+
* @public
|
|
227
|
+
*/
|
|
228
|
+
MaxResults?: number | undefined;
|
|
229
|
+
/**
|
|
230
|
+
* <p>A string in the model group name. This filter returns only model groups whose name contains the specified string.</p>
|
|
231
|
+
* @public
|
|
232
|
+
*/
|
|
233
|
+
NameContains?: string | undefined;
|
|
234
|
+
/**
|
|
235
|
+
* <p>If the result of the previous <code>ListModelPackageGroups</code> request was truncated, the response includes a <code>NextToken</code>. To retrieve the next set of model groups, use the token in the next request.</p>
|
|
236
|
+
* @public
|
|
237
|
+
*/
|
|
238
|
+
NextToken?: string | undefined;
|
|
239
|
+
/**
|
|
240
|
+
* <p>The field to sort results by. The default is <code>CreationTime</code>.</p>
|
|
241
|
+
* @public
|
|
242
|
+
*/
|
|
243
|
+
SortBy?: ModelPackageGroupSortBy | undefined;
|
|
244
|
+
/**
|
|
245
|
+
* <p>The sort order for results. The default is <code>Ascending</code>.</p>
|
|
246
|
+
* @public
|
|
247
|
+
*/
|
|
248
|
+
SortOrder?: SortOrder | undefined;
|
|
249
|
+
/**
|
|
250
|
+
* <p>A filter that returns either model groups shared with you or model groups in your own account. When the value is <code>CrossAccount</code>, the results show the resources made discoverable to you from other accounts. When the value is <code>SameAccount</code> or <code>null</code>, the results show resources from your account. The default is <code>SameAccount</code>.</p>
|
|
251
|
+
* @public
|
|
252
|
+
*/
|
|
253
|
+
CrossAccountFilterOption?: CrossAccountFilterOption | undefined;
|
|
254
|
+
}
|
|
255
|
+
/**
|
|
256
|
+
* <p>Summary information about a model group.</p>
|
|
257
|
+
* @public
|
|
258
|
+
*/
|
|
259
|
+
export interface ModelPackageGroupSummary {
|
|
260
|
+
/**
|
|
261
|
+
* <p>The name of the model group.</p>
|
|
262
|
+
* @public
|
|
263
|
+
*/
|
|
264
|
+
ModelPackageGroupName: string | undefined;
|
|
265
|
+
/**
|
|
266
|
+
* <p>The Amazon Resource Name (ARN) of the model group.</p>
|
|
267
|
+
* @public
|
|
268
|
+
*/
|
|
269
|
+
ModelPackageGroupArn: string | undefined;
|
|
270
|
+
/**
|
|
271
|
+
* <p>A description of the model group.</p>
|
|
272
|
+
* @public
|
|
273
|
+
*/
|
|
274
|
+
ModelPackageGroupDescription?: string | undefined;
|
|
275
|
+
/**
|
|
276
|
+
* <p>The time that the model group was created.</p>
|
|
277
|
+
* @public
|
|
278
|
+
*/
|
|
279
|
+
CreationTime: Date | undefined;
|
|
280
|
+
/**
|
|
281
|
+
* <p>The status of the model group.</p>
|
|
282
|
+
* @public
|
|
283
|
+
*/
|
|
284
|
+
ModelPackageGroupStatus: ModelPackageGroupStatus | undefined;
|
|
285
|
+
}
|
|
286
|
+
/**
|
|
287
|
+
* @public
|
|
288
|
+
*/
|
|
289
|
+
export interface ListModelPackageGroupsOutput {
|
|
290
|
+
/**
|
|
291
|
+
* <p>A list of summaries of the model groups in your Amazon Web Services account.</p>
|
|
292
|
+
* @public
|
|
293
|
+
*/
|
|
294
|
+
ModelPackageGroupSummaryList: ModelPackageGroupSummary[] | undefined;
|
|
295
|
+
/**
|
|
296
|
+
* <p>If the response is truncated, SageMaker returns this token. To retrieve the next set of model groups, use it in the subsequent request.</p>
|
|
297
|
+
* @public
|
|
298
|
+
*/
|
|
299
|
+
NextToken?: string | undefined;
|
|
300
|
+
}
|
|
301
|
+
/**
|
|
302
|
+
* @public
|
|
303
|
+
*/
|
|
304
|
+
export interface ListModelPackagesInput {
|
|
305
|
+
/**
|
|
306
|
+
* <p>A filter that returns only model packages created after the specified time (timestamp).</p>
|
|
307
|
+
* @public
|
|
308
|
+
*/
|
|
309
|
+
CreationTimeAfter?: Date | undefined;
|
|
310
|
+
/**
|
|
311
|
+
* <p>A filter that returns only model packages created before the specified time (timestamp).</p>
|
|
312
|
+
* @public
|
|
313
|
+
*/
|
|
314
|
+
CreationTimeBefore?: Date | undefined;
|
|
315
|
+
/**
|
|
316
|
+
* <p>The maximum number of model packages to return in the response.</p>
|
|
317
|
+
* @public
|
|
318
|
+
*/
|
|
319
|
+
MaxResults?: number | undefined;
|
|
320
|
+
/**
|
|
321
|
+
* <p>A string in the model package name. This filter returns only model packages whose name contains the specified string.</p>
|
|
322
|
+
* @public
|
|
323
|
+
*/
|
|
324
|
+
NameContains?: string | undefined;
|
|
325
|
+
/**
|
|
326
|
+
* <p>A filter that returns only the model packages with the specified approval status.</p>
|
|
327
|
+
* @public
|
|
328
|
+
*/
|
|
329
|
+
ModelApprovalStatus?: ModelApprovalStatus | undefined;
|
|
330
|
+
/**
|
|
331
|
+
* <p>A filter that returns only model versions that belong to the specified model group.</p>
|
|
332
|
+
* @public
|
|
333
|
+
*/
|
|
334
|
+
ModelPackageGroupName?: string | undefined;
|
|
335
|
+
/**
|
|
336
|
+
* <p>A filter that returns only the model packages of the specified type. This can be one of the following values.</p> <ul> <li> <p> <code>UNVERSIONED</code> - List only unversioined models. This is the default value if no <code>ModelPackageType</code> is specified.</p> </li> <li> <p> <code>VERSIONED</code> - List only versioned models.</p> </li> <li> <p> <code>BOTH</code> - List both versioned and unversioned models.</p> </li> </ul>
|
|
337
|
+
* @public
|
|
338
|
+
*/
|
|
339
|
+
ModelPackageType?: ModelPackageType | undefined;
|
|
340
|
+
/**
|
|
341
|
+
* <p>If the response to a previous <code>ListModelPackages</code> request was truncated, the response includes a <code>NextToken</code>. To retrieve the next set of model packages, use the token in the next request.</p>
|
|
342
|
+
* @public
|
|
343
|
+
*/
|
|
344
|
+
NextToken?: string | undefined;
|
|
345
|
+
/**
|
|
346
|
+
* <p>The parameter by which to sort the results. The default is <code>CreationTime</code>.</p>
|
|
347
|
+
* @public
|
|
348
|
+
*/
|
|
349
|
+
SortBy?: ModelPackageSortBy | undefined;
|
|
350
|
+
/**
|
|
351
|
+
* <p>The sort order for the results. The default is <code>Ascending</code>.</p>
|
|
352
|
+
* @public
|
|
353
|
+
*/
|
|
354
|
+
SortOrder?: SortOrder | undefined;
|
|
355
|
+
}
|
|
356
|
+
/**
|
|
357
|
+
* <p>Provides summary information about a model package.</p>
|
|
358
|
+
* @public
|
|
359
|
+
*/
|
|
360
|
+
export interface ModelPackageSummary {
|
|
361
|
+
/**
|
|
362
|
+
* <p>The name of the model package.</p>
|
|
363
|
+
* @public
|
|
364
|
+
*/
|
|
365
|
+
ModelPackageName?: string | undefined;
|
|
366
|
+
/**
|
|
367
|
+
* <p>If the model package is a versioned model, the model group that the versioned model belongs to.</p>
|
|
368
|
+
* @public
|
|
369
|
+
*/
|
|
370
|
+
ModelPackageGroupName?: string | undefined;
|
|
371
|
+
/**
|
|
372
|
+
* <p>If the model package is a versioned model, the version of the model.</p>
|
|
373
|
+
* @public
|
|
374
|
+
*/
|
|
375
|
+
ModelPackageVersion?: number | undefined;
|
|
376
|
+
/**
|
|
377
|
+
* <p>The Amazon Resource Name (ARN) of the model package.</p>
|
|
378
|
+
* @public
|
|
379
|
+
*/
|
|
380
|
+
ModelPackageArn: string | undefined;
|
|
381
|
+
/**
|
|
382
|
+
* <p>A brief description of the model package.</p>
|
|
383
|
+
* @public
|
|
384
|
+
*/
|
|
385
|
+
ModelPackageDescription?: string | undefined;
|
|
386
|
+
/**
|
|
387
|
+
* <p>A timestamp that shows when the model package was created.</p>
|
|
388
|
+
* @public
|
|
389
|
+
*/
|
|
390
|
+
CreationTime: Date | undefined;
|
|
391
|
+
/**
|
|
392
|
+
* <p>The overall status of the model package.</p>
|
|
393
|
+
* @public
|
|
394
|
+
*/
|
|
395
|
+
ModelPackageStatus: ModelPackageStatus | undefined;
|
|
396
|
+
/**
|
|
397
|
+
* <p>The approval status of the model. This can be one of the following values.</p> <ul> <li> <p> <code>APPROVED</code> - The model is approved</p> </li> <li> <p> <code>REJECTED</code> - The model is rejected.</p> </li> <li> <p> <code>PENDING_MANUAL_APPROVAL</code> - The model is waiting for manual approval.</p> </li> </ul>
|
|
398
|
+
* @public
|
|
399
|
+
*/
|
|
400
|
+
ModelApprovalStatus?: ModelApprovalStatus | undefined;
|
|
401
|
+
/**
|
|
402
|
+
* <p> A structure describing the current state of the model in its life cycle. </p>
|
|
403
|
+
* @public
|
|
404
|
+
*/
|
|
405
|
+
ModelLifeCycle?: ModelLifeCycle | undefined;
|
|
406
|
+
/**
|
|
407
|
+
* <p> The package registration type of the model package summary. </p>
|
|
408
|
+
* @public
|
|
409
|
+
*/
|
|
410
|
+
ModelPackageRegistrationType?: ModelPackageRegistrationType | undefined;
|
|
411
|
+
}
|
|
412
|
+
/**
|
|
413
|
+
* @public
|
|
414
|
+
*/
|
|
415
|
+
export interface ListModelPackagesOutput {
|
|
416
|
+
/**
|
|
417
|
+
* <p>An array of <code>ModelPackageSummary</code> objects, each of which lists a model package.</p>
|
|
418
|
+
* @public
|
|
419
|
+
*/
|
|
420
|
+
ModelPackageSummaryList: ModelPackageSummary[] | undefined;
|
|
421
|
+
/**
|
|
422
|
+
* <p>If the response is truncated, SageMaker returns this token. To retrieve the next set of model packages, use it in the subsequent request.</p>
|
|
423
|
+
* @public
|
|
424
|
+
*/
|
|
425
|
+
NextToken?: string | undefined;
|
|
426
|
+
}
|
|
427
|
+
/**
|
|
428
|
+
* @public
|
|
429
|
+
*/
|
|
430
|
+
export interface ListModelQualityJobDefinitionsRequest {
|
|
431
|
+
/**
|
|
432
|
+
* <p>A filter that returns only model quality monitoring job definitions that are associated with the specified endpoint.</p>
|
|
433
|
+
* @public
|
|
434
|
+
*/
|
|
435
|
+
EndpointName?: string | undefined;
|
|
436
|
+
/**
|
|
437
|
+
* <p>The field to sort results by. The default is <code>CreationTime</code>.</p>
|
|
438
|
+
* @public
|
|
439
|
+
*/
|
|
440
|
+
SortBy?: MonitoringJobDefinitionSortKey | undefined;
|
|
441
|
+
/**
|
|
442
|
+
* <p>Whether to sort the results in <code>Ascending</code> or <code>Descending</code> order. The default is <code>Descending</code>.</p>
|
|
443
|
+
* @public
|
|
444
|
+
*/
|
|
445
|
+
SortOrder?: SortOrder | undefined;
|
|
446
|
+
/**
|
|
447
|
+
* <p>If the result of the previous <code>ListModelQualityJobDefinitions</code> request was truncated, the response includes a <code>NextToken</code>. To retrieve the next set of model quality monitoring job definitions, use the token in the next request.</p>
|
|
448
|
+
* @public
|
|
449
|
+
*/
|
|
450
|
+
NextToken?: string | undefined;
|
|
451
|
+
/**
|
|
452
|
+
* <p>The maximum number of results to return in a call to <code>ListModelQualityJobDefinitions</code>.</p>
|
|
453
|
+
* @public
|
|
454
|
+
*/
|
|
455
|
+
MaxResults?: number | undefined;
|
|
456
|
+
/**
|
|
457
|
+
* <p>A string in the transform job name. This filter returns only model quality monitoring job definitions whose name contains the specified string.</p>
|
|
458
|
+
* @public
|
|
459
|
+
*/
|
|
460
|
+
NameContains?: string | undefined;
|
|
461
|
+
/**
|
|
462
|
+
* <p>A filter that returns only model quality monitoring job definitions created before the specified time.</p>
|
|
463
|
+
* @public
|
|
464
|
+
*/
|
|
465
|
+
CreationTimeBefore?: Date | undefined;
|
|
466
|
+
/**
|
|
467
|
+
* <p>A filter that returns only model quality monitoring job definitions created after the specified time.</p>
|
|
468
|
+
* @public
|
|
469
|
+
*/
|
|
470
|
+
CreationTimeAfter?: Date | undefined;
|
|
471
|
+
}
|
|
472
|
+
/**
|
|
473
|
+
* @public
|
|
474
|
+
*/
|
|
475
|
+
export interface ListModelQualityJobDefinitionsResponse {
|
|
476
|
+
/**
|
|
477
|
+
* <p>A list of summaries of model quality monitoring job definitions.</p>
|
|
478
|
+
* @public
|
|
479
|
+
*/
|
|
480
|
+
JobDefinitionSummaries: MonitoringJobDefinitionSummary[] | undefined;
|
|
481
|
+
/**
|
|
482
|
+
* <p>If the response is truncated, Amazon SageMaker AI returns this token. To retrieve the next set of model quality monitoring job definitions, use it in the next request.</p>
|
|
483
|
+
* @public
|
|
484
|
+
*/
|
|
485
|
+
NextToken?: string | undefined;
|
|
486
|
+
}
|
|
487
|
+
/**
|
|
488
|
+
* @public
|
|
489
|
+
*/
|
|
490
|
+
export interface ListModelsInput {
|
|
491
|
+
/**
|
|
492
|
+
* <p>Sorts the list of results. The default is <code>CreationTime</code>.</p>
|
|
493
|
+
* @public
|
|
494
|
+
*/
|
|
495
|
+
SortBy?: ModelSortKey | undefined;
|
|
496
|
+
/**
|
|
497
|
+
* <p>The sort order for results. The default is <code>Descending</code>.</p>
|
|
498
|
+
* @public
|
|
499
|
+
*/
|
|
500
|
+
SortOrder?: OrderKey | undefined;
|
|
501
|
+
/**
|
|
502
|
+
* <p>If the response to a previous <code>ListModels</code> request was truncated, the response includes a <code>NextToken</code>. To retrieve the next set of models, use the token in the next request.</p>
|
|
503
|
+
* @public
|
|
504
|
+
*/
|
|
505
|
+
NextToken?: string | undefined;
|
|
506
|
+
/**
|
|
507
|
+
* <p>The maximum number of models to return in the response.</p>
|
|
508
|
+
* @public
|
|
509
|
+
*/
|
|
510
|
+
MaxResults?: number | undefined;
|
|
511
|
+
/**
|
|
512
|
+
* <p>A string in the model name. This filter returns only models whose name contains the specified string.</p>
|
|
513
|
+
* @public
|
|
514
|
+
*/
|
|
515
|
+
NameContains?: string | undefined;
|
|
516
|
+
/**
|
|
517
|
+
* <p>A filter that returns only models created before the specified time (timestamp).</p>
|
|
518
|
+
* @public
|
|
519
|
+
*/
|
|
520
|
+
CreationTimeBefore?: Date | undefined;
|
|
521
|
+
/**
|
|
522
|
+
* <p>A filter that returns only models with a creation time greater than or equal to the specified time (timestamp).</p>
|
|
523
|
+
* @public
|
|
524
|
+
*/
|
|
525
|
+
CreationTimeAfter?: Date | undefined;
|
|
526
|
+
}
|
|
527
|
+
/**
|
|
528
|
+
* <p>Provides summary information about a model.</p>
|
|
529
|
+
* @public
|
|
530
|
+
*/
|
|
531
|
+
export interface ModelSummary {
|
|
532
|
+
/**
|
|
533
|
+
* <p>The name of the model that you want a summary for.</p>
|
|
534
|
+
* @public
|
|
535
|
+
*/
|
|
536
|
+
ModelName: string | undefined;
|
|
537
|
+
/**
|
|
538
|
+
* <p>The Amazon Resource Name (ARN) of the model.</p>
|
|
539
|
+
* @public
|
|
540
|
+
*/
|
|
541
|
+
ModelArn: string | undefined;
|
|
542
|
+
/**
|
|
543
|
+
* <p>A timestamp that indicates when the model was created.</p>
|
|
544
|
+
* @public
|
|
545
|
+
*/
|
|
546
|
+
CreationTime: Date | undefined;
|
|
547
|
+
}
|
|
548
|
+
/**
|
|
549
|
+
* @public
|
|
550
|
+
*/
|
|
551
|
+
export interface ListModelsOutput {
|
|
552
|
+
/**
|
|
553
|
+
* <p>An array of <code>ModelSummary</code> objects, each of which lists a model.</p>
|
|
554
|
+
* @public
|
|
555
|
+
*/
|
|
556
|
+
Models: ModelSummary[] | undefined;
|
|
557
|
+
/**
|
|
558
|
+
* <p> If the response is truncated, SageMaker returns this token. To retrieve the next set of models, use it in the subsequent request. </p>
|
|
559
|
+
* @public
|
|
560
|
+
*/
|
|
561
|
+
NextToken?: string | undefined;
|
|
562
|
+
}
|
|
563
|
+
/**
|
|
564
|
+
* @public
|
|
565
|
+
*/
|
|
566
|
+
export interface ListMonitoringAlertHistoryRequest {
|
|
567
|
+
/**
|
|
568
|
+
* <p>The name of a monitoring schedule.</p>
|
|
569
|
+
* @public
|
|
570
|
+
*/
|
|
571
|
+
MonitoringScheduleName?: string | undefined;
|
|
572
|
+
/**
|
|
573
|
+
* <p>The name of a monitoring alert.</p>
|
|
574
|
+
* @public
|
|
575
|
+
*/
|
|
576
|
+
MonitoringAlertName?: string | undefined;
|
|
577
|
+
/**
|
|
578
|
+
* <p>The field used to sort results. The default is <code>CreationTime</code>.</p>
|
|
579
|
+
* @public
|
|
580
|
+
*/
|
|
581
|
+
SortBy?: MonitoringAlertHistorySortKey | undefined;
|
|
582
|
+
/**
|
|
583
|
+
* <p>The sort order, whether <code>Ascending</code> or <code>Descending</code>, of the alert history. The default is <code>Descending</code>.</p>
|
|
584
|
+
* @public
|
|
585
|
+
*/
|
|
586
|
+
SortOrder?: SortOrder | undefined;
|
|
587
|
+
/**
|
|
588
|
+
* <p>If the result of the previous <code>ListMonitoringAlertHistory</code> request was truncated, the response includes a <code>NextToken</code>. To retrieve the next set of alerts in the history, use the token in the next request.</p>
|
|
589
|
+
* @public
|
|
590
|
+
*/
|
|
591
|
+
NextToken?: string | undefined;
|
|
592
|
+
/**
|
|
593
|
+
* <p>The maximum number of results to display. The default is 100.</p>
|
|
594
|
+
* @public
|
|
595
|
+
*/
|
|
596
|
+
MaxResults?: number | undefined;
|
|
597
|
+
/**
|
|
598
|
+
* <p>A filter that returns only alerts created on or before the specified time.</p>
|
|
599
|
+
* @public
|
|
600
|
+
*/
|
|
601
|
+
CreationTimeBefore?: Date | undefined;
|
|
602
|
+
/**
|
|
603
|
+
* <p>A filter that returns only alerts created on or after the specified time.</p>
|
|
604
|
+
* @public
|
|
605
|
+
*/
|
|
606
|
+
CreationTimeAfter?: Date | undefined;
|
|
607
|
+
/**
|
|
608
|
+
* <p>A filter that retrieves only alerts with a specific status.</p>
|
|
609
|
+
* @public
|
|
610
|
+
*/
|
|
611
|
+
StatusEquals?: MonitoringAlertStatus | undefined;
|
|
612
|
+
}
|
|
613
|
+
/**
|
|
614
|
+
* <p>Provides summary information of an alert's history.</p>
|
|
615
|
+
* @public
|
|
616
|
+
*/
|
|
617
|
+
export interface MonitoringAlertHistorySummary {
|
|
618
|
+
/**
|
|
619
|
+
* <p>The name of a monitoring schedule.</p>
|
|
620
|
+
* @public
|
|
621
|
+
*/
|
|
622
|
+
MonitoringScheduleName: string | undefined;
|
|
623
|
+
/**
|
|
624
|
+
* <p>The name of a monitoring alert.</p>
|
|
625
|
+
* @public
|
|
626
|
+
*/
|
|
627
|
+
MonitoringAlertName: string | undefined;
|
|
628
|
+
/**
|
|
629
|
+
* <p>A timestamp that indicates when the first alert transition occurred in an alert history. An alert transition can be from status <code>InAlert</code> to <code>OK</code>, or from <code>OK</code> to <code>InAlert</code>.</p>
|
|
630
|
+
* @public
|
|
631
|
+
*/
|
|
632
|
+
CreationTime: Date | undefined;
|
|
633
|
+
/**
|
|
634
|
+
* <p>The current alert status of an alert.</p>
|
|
635
|
+
* @public
|
|
636
|
+
*/
|
|
637
|
+
AlertStatus: MonitoringAlertStatus | undefined;
|
|
638
|
+
}
|
|
639
|
+
/**
|
|
640
|
+
* @public
|
|
641
|
+
*/
|
|
642
|
+
export interface ListMonitoringAlertHistoryResponse {
|
|
643
|
+
/**
|
|
644
|
+
* <p>An alert history for a model monitoring schedule.</p>
|
|
645
|
+
* @public
|
|
646
|
+
*/
|
|
647
|
+
MonitoringAlertHistory?: MonitoringAlertHistorySummary[] | undefined;
|
|
648
|
+
/**
|
|
649
|
+
* <p>If the response is truncated, SageMaker returns this token. To retrieve the next set of alerts, use it in the subsequent request.</p>
|
|
650
|
+
* @public
|
|
651
|
+
*/
|
|
652
|
+
NextToken?: string | undefined;
|
|
653
|
+
}
|
|
654
|
+
/**
|
|
655
|
+
* @public
|
|
656
|
+
*/
|
|
657
|
+
export interface ListMonitoringAlertsRequest {
|
|
658
|
+
/**
|
|
659
|
+
* <p>The name of a monitoring schedule.</p>
|
|
660
|
+
* @public
|
|
661
|
+
*/
|
|
662
|
+
MonitoringScheduleName: string | undefined;
|
|
663
|
+
/**
|
|
664
|
+
* <p>If the result of the previous <code>ListMonitoringAlerts</code> request was truncated, the response includes a <code>NextToken</code>. To retrieve the next set of alerts in the history, use the token in the next request.</p>
|
|
665
|
+
* @public
|
|
666
|
+
*/
|
|
667
|
+
NextToken?: string | undefined;
|
|
668
|
+
/**
|
|
669
|
+
* <p>The maximum number of results to display. The default is 100.</p>
|
|
670
|
+
* @public
|
|
671
|
+
*/
|
|
672
|
+
MaxResults?: number | undefined;
|
|
673
|
+
}
|
|
674
|
+
/**
|
|
675
|
+
* <p>An alert action taken to light up an icon on the Amazon SageMaker Model Dashboard when an alert goes into <code>InAlert</code> status.</p>
|
|
676
|
+
* @public
|
|
677
|
+
*/
|
|
678
|
+
export interface ModelDashboardIndicatorAction {
|
|
679
|
+
/**
|
|
680
|
+
* <p>Indicates whether the alert action is turned on.</p>
|
|
681
|
+
* @public
|
|
682
|
+
*/
|
|
683
|
+
Enabled?: boolean | undefined;
|
|
684
|
+
}
|
|
685
|
+
/**
|
|
686
|
+
* <p>A list of alert actions taken in response to an alert going into <code>InAlert</code> status.</p>
|
|
687
|
+
* @public
|
|
688
|
+
*/
|
|
689
|
+
export interface MonitoringAlertActions {
|
|
690
|
+
/**
|
|
691
|
+
* <p>An alert action taken to light up an icon on the Model Dashboard when an alert goes into <code>InAlert</code> status.</p>
|
|
692
|
+
* @public
|
|
693
|
+
*/
|
|
694
|
+
ModelDashboardIndicator?: ModelDashboardIndicatorAction | undefined;
|
|
695
|
+
}
|
|
696
|
+
/**
|
|
697
|
+
* <p>Provides summary information about a monitor alert.</p>
|
|
698
|
+
* @public
|
|
699
|
+
*/
|
|
700
|
+
export interface MonitoringAlertSummary {
|
|
701
|
+
/**
|
|
702
|
+
* <p>The name of a monitoring alert.</p>
|
|
703
|
+
* @public
|
|
704
|
+
*/
|
|
705
|
+
MonitoringAlertName: string | undefined;
|
|
706
|
+
/**
|
|
707
|
+
* <p>A timestamp that indicates when a monitor alert was created.</p>
|
|
708
|
+
* @public
|
|
709
|
+
*/
|
|
710
|
+
CreationTime: Date | undefined;
|
|
711
|
+
/**
|
|
712
|
+
* <p>A timestamp that indicates when a monitor alert was last updated.</p>
|
|
713
|
+
* @public
|
|
714
|
+
*/
|
|
715
|
+
LastModifiedTime: Date | undefined;
|
|
716
|
+
/**
|
|
717
|
+
* <p>The current status of an alert.</p>
|
|
718
|
+
* @public
|
|
719
|
+
*/
|
|
720
|
+
AlertStatus: MonitoringAlertStatus | undefined;
|
|
721
|
+
/**
|
|
722
|
+
* <p>Within <code>EvaluationPeriod</code>, how many execution failures will raise an alert.</p>
|
|
723
|
+
* @public
|
|
724
|
+
*/
|
|
725
|
+
DatapointsToAlert: number | undefined;
|
|
726
|
+
/**
|
|
727
|
+
* <p>The number of most recent monitoring executions to consider when evaluating alert status.</p>
|
|
728
|
+
* @public
|
|
729
|
+
*/
|
|
730
|
+
EvaluationPeriod: number | undefined;
|
|
731
|
+
/**
|
|
732
|
+
* <p>A list of alert actions taken in response to an alert going into <code>InAlert</code> status.</p>
|
|
733
|
+
* @public
|
|
734
|
+
*/
|
|
735
|
+
Actions: MonitoringAlertActions | undefined;
|
|
736
|
+
}
|
|
737
|
+
/**
|
|
738
|
+
* @public
|
|
739
|
+
*/
|
|
740
|
+
export interface ListMonitoringAlertsResponse {
|
|
741
|
+
/**
|
|
742
|
+
* <p>A JSON array where each element is a summary for a monitoring alert.</p>
|
|
743
|
+
* @public
|
|
744
|
+
*/
|
|
745
|
+
MonitoringAlertSummaries?: MonitoringAlertSummary[] | undefined;
|
|
746
|
+
/**
|
|
747
|
+
* <p>If the response is truncated, SageMaker returns this token. To retrieve the next set of alerts, use it in the subsequent request.</p>
|
|
748
|
+
* @public
|
|
749
|
+
*/
|
|
750
|
+
NextToken?: string | undefined;
|
|
751
|
+
}
|
|
752
|
+
/**
|
|
753
|
+
* @public
|
|
754
|
+
*/
|
|
755
|
+
export interface ListMonitoringExecutionsRequest {
|
|
756
|
+
/**
|
|
757
|
+
* <p>Name of a specific schedule to fetch jobs for.</p>
|
|
758
|
+
* @public
|
|
759
|
+
*/
|
|
760
|
+
MonitoringScheduleName?: string | undefined;
|
|
761
|
+
/**
|
|
762
|
+
* <p>Name of a specific endpoint to fetch jobs for.</p>
|
|
763
|
+
* @public
|
|
764
|
+
*/
|
|
765
|
+
EndpointName?: string | undefined;
|
|
766
|
+
/**
|
|
767
|
+
* <p>Whether to sort the results by the <code>Status</code>, <code>CreationTime</code>, or <code>ScheduledTime</code> field. The default is <code>CreationTime</code>.</p>
|
|
768
|
+
* @public
|
|
769
|
+
*/
|
|
770
|
+
SortBy?: MonitoringExecutionSortKey | undefined;
|
|
771
|
+
/**
|
|
772
|
+
* <p>Whether to sort the results in <code>Ascending</code> or <code>Descending</code> order. The default is <code>Descending</code>.</p>
|
|
773
|
+
* @public
|
|
774
|
+
*/
|
|
775
|
+
SortOrder?: SortOrder | undefined;
|
|
776
|
+
/**
|
|
777
|
+
* <p>The token returned if the response is truncated. To retrieve the next set of job executions, use it in the next request.</p>
|
|
778
|
+
* @public
|
|
779
|
+
*/
|
|
780
|
+
NextToken?: string | undefined;
|
|
781
|
+
/**
|
|
782
|
+
* <p>The maximum number of jobs to return in the response. The default value is 10.</p>
|
|
783
|
+
* @public
|
|
784
|
+
*/
|
|
785
|
+
MaxResults?: number | undefined;
|
|
786
|
+
/**
|
|
787
|
+
* <p>Filter for jobs scheduled before a specified time.</p>
|
|
788
|
+
* @public
|
|
789
|
+
*/
|
|
790
|
+
ScheduledTimeBefore?: Date | undefined;
|
|
791
|
+
/**
|
|
792
|
+
* <p>Filter for jobs scheduled after a specified time.</p>
|
|
793
|
+
* @public
|
|
794
|
+
*/
|
|
795
|
+
ScheduledTimeAfter?: Date | undefined;
|
|
796
|
+
/**
|
|
797
|
+
* <p>A filter that returns only jobs created before a specified time.</p>
|
|
798
|
+
* @public
|
|
799
|
+
*/
|
|
800
|
+
CreationTimeBefore?: Date | undefined;
|
|
801
|
+
/**
|
|
802
|
+
* <p>A filter that returns only jobs created after a specified time.</p>
|
|
803
|
+
* @public
|
|
804
|
+
*/
|
|
805
|
+
CreationTimeAfter?: Date | undefined;
|
|
806
|
+
/**
|
|
807
|
+
* <p>A filter that returns only jobs modified after a specified time.</p>
|
|
808
|
+
* @public
|
|
809
|
+
*/
|
|
810
|
+
LastModifiedTimeBefore?: Date | undefined;
|
|
811
|
+
/**
|
|
812
|
+
* <p>A filter that returns only jobs modified before a specified time.</p>
|
|
813
|
+
* @public
|
|
814
|
+
*/
|
|
815
|
+
LastModifiedTimeAfter?: Date | undefined;
|
|
816
|
+
/**
|
|
817
|
+
* <p>A filter that retrieves only jobs with a specific status.</p>
|
|
818
|
+
* @public
|
|
819
|
+
*/
|
|
820
|
+
StatusEquals?: ExecutionStatus | undefined;
|
|
821
|
+
/**
|
|
822
|
+
* <p>Gets a list of the monitoring job runs of the specified monitoring job definitions.</p>
|
|
823
|
+
* @public
|
|
824
|
+
*/
|
|
825
|
+
MonitoringJobDefinitionName?: string | undefined;
|
|
826
|
+
/**
|
|
827
|
+
* <p>A filter that returns only the monitoring job runs of the specified monitoring type.</p>
|
|
828
|
+
* @public
|
|
829
|
+
*/
|
|
830
|
+
MonitoringTypeEquals?: MonitoringType | undefined;
|
|
831
|
+
}
|
|
832
|
+
/**
|
|
833
|
+
* @public
|
|
834
|
+
*/
|
|
835
|
+
export interface ListMonitoringExecutionsResponse {
|
|
836
|
+
/**
|
|
837
|
+
* <p>A JSON array in which each element is a summary for a monitoring execution.</p>
|
|
838
|
+
* @public
|
|
839
|
+
*/
|
|
840
|
+
MonitoringExecutionSummaries: MonitoringExecutionSummary[] | undefined;
|
|
841
|
+
/**
|
|
842
|
+
* <p>The token returned if the response is truncated. To retrieve the next set of job executions, use it in the next request.</p>
|
|
843
|
+
* @public
|
|
844
|
+
*/
|
|
845
|
+
NextToken?: string | undefined;
|
|
846
|
+
}
|
|
847
|
+
/**
|
|
848
|
+
* @public
|
|
849
|
+
*/
|
|
850
|
+
export interface ListMonitoringSchedulesRequest {
|
|
851
|
+
/**
|
|
852
|
+
* <p>Name of a specific endpoint to fetch schedules for.</p>
|
|
853
|
+
* @public
|
|
854
|
+
*/
|
|
855
|
+
EndpointName?: string | undefined;
|
|
856
|
+
/**
|
|
857
|
+
* <p>Whether to sort the results by the <code>Status</code>, <code>CreationTime</code>, or <code>ScheduledTime</code> field. The default is <code>CreationTime</code>.</p>
|
|
858
|
+
* @public
|
|
859
|
+
*/
|
|
860
|
+
SortBy?: MonitoringScheduleSortKey | undefined;
|
|
861
|
+
/**
|
|
862
|
+
* <p>Whether to sort the results in <code>Ascending</code> or <code>Descending</code> order. The default is <code>Descending</code>.</p>
|
|
863
|
+
* @public
|
|
864
|
+
*/
|
|
865
|
+
SortOrder?: SortOrder | undefined;
|
|
866
|
+
/**
|
|
867
|
+
* <p>The token returned if the response is truncated. To retrieve the next set of job executions, use it in the next request.</p>
|
|
868
|
+
* @public
|
|
869
|
+
*/
|
|
870
|
+
NextToken?: string | undefined;
|
|
871
|
+
/**
|
|
872
|
+
* <p>The maximum number of jobs to return in the response. The default value is 10.</p>
|
|
873
|
+
* @public
|
|
874
|
+
*/
|
|
875
|
+
MaxResults?: number | undefined;
|
|
876
|
+
/**
|
|
877
|
+
* <p>Filter for monitoring schedules whose name contains a specified string.</p>
|
|
878
|
+
* @public
|
|
879
|
+
*/
|
|
880
|
+
NameContains?: string | undefined;
|
|
881
|
+
/**
|
|
882
|
+
* <p>A filter that returns only monitoring schedules created before a specified time.</p>
|
|
883
|
+
* @public
|
|
884
|
+
*/
|
|
885
|
+
CreationTimeBefore?: Date | undefined;
|
|
886
|
+
/**
|
|
887
|
+
* <p>A filter that returns only monitoring schedules created after a specified time.</p>
|
|
888
|
+
* @public
|
|
889
|
+
*/
|
|
890
|
+
CreationTimeAfter?: Date | undefined;
|
|
891
|
+
/**
|
|
892
|
+
* <p>A filter that returns only monitoring schedules modified before a specified time.</p>
|
|
893
|
+
* @public
|
|
894
|
+
*/
|
|
895
|
+
LastModifiedTimeBefore?: Date | undefined;
|
|
896
|
+
/**
|
|
897
|
+
* <p>A filter that returns only monitoring schedules modified after a specified time.</p>
|
|
898
|
+
* @public
|
|
899
|
+
*/
|
|
900
|
+
LastModifiedTimeAfter?: Date | undefined;
|
|
901
|
+
/**
|
|
902
|
+
* <p>A filter that returns only monitoring schedules modified before a specified time.</p>
|
|
903
|
+
* @public
|
|
904
|
+
*/
|
|
905
|
+
StatusEquals?: ScheduleStatus | undefined;
|
|
906
|
+
/**
|
|
907
|
+
* <p>Gets a list of the monitoring schedules for the specified monitoring job definition.</p>
|
|
908
|
+
* @public
|
|
909
|
+
*/
|
|
910
|
+
MonitoringJobDefinitionName?: string | undefined;
|
|
911
|
+
/**
|
|
912
|
+
* <p>A filter that returns only the monitoring schedules for the specified monitoring type.</p>
|
|
913
|
+
* @public
|
|
914
|
+
*/
|
|
915
|
+
MonitoringTypeEquals?: MonitoringType | undefined;
|
|
916
|
+
}
|
|
917
|
+
/**
|
|
918
|
+
* <p>Summarizes the monitoring schedule.</p>
|
|
919
|
+
* @public
|
|
920
|
+
*/
|
|
921
|
+
export interface MonitoringScheduleSummary {
|
|
922
|
+
/**
|
|
923
|
+
* <p>The name of the monitoring schedule.</p>
|
|
924
|
+
* @public
|
|
925
|
+
*/
|
|
926
|
+
MonitoringScheduleName: string | undefined;
|
|
927
|
+
/**
|
|
928
|
+
* <p>The Amazon Resource Name (ARN) of the monitoring schedule.</p>
|
|
929
|
+
* @public
|
|
930
|
+
*/
|
|
931
|
+
MonitoringScheduleArn: string | undefined;
|
|
932
|
+
/**
|
|
933
|
+
* <p>The creation time of the monitoring schedule.</p>
|
|
934
|
+
* @public
|
|
935
|
+
*/
|
|
936
|
+
CreationTime: Date | undefined;
|
|
937
|
+
/**
|
|
938
|
+
* <p>The last time the monitoring schedule was modified.</p>
|
|
939
|
+
* @public
|
|
940
|
+
*/
|
|
941
|
+
LastModifiedTime: Date | undefined;
|
|
942
|
+
/**
|
|
943
|
+
* <p>The status of the monitoring schedule.</p>
|
|
944
|
+
* @public
|
|
945
|
+
*/
|
|
946
|
+
MonitoringScheduleStatus: ScheduleStatus | undefined;
|
|
947
|
+
/**
|
|
948
|
+
* <p>The name of the endpoint using the monitoring schedule.</p>
|
|
949
|
+
* @public
|
|
950
|
+
*/
|
|
951
|
+
EndpointName?: string | undefined;
|
|
952
|
+
/**
|
|
953
|
+
* <p>The name of the monitoring job definition that the schedule is for.</p>
|
|
954
|
+
* @public
|
|
955
|
+
*/
|
|
956
|
+
MonitoringJobDefinitionName?: string | undefined;
|
|
957
|
+
/**
|
|
958
|
+
* <p>The type of the monitoring job definition that the schedule is for.</p>
|
|
959
|
+
* @public
|
|
960
|
+
*/
|
|
961
|
+
MonitoringType?: MonitoringType | undefined;
|
|
962
|
+
}
|
|
963
|
+
/**
|
|
964
|
+
* @public
|
|
965
|
+
*/
|
|
966
|
+
export interface ListMonitoringSchedulesResponse {
|
|
967
|
+
/**
|
|
968
|
+
* <p>A JSON array in which each element is a summary for a monitoring schedule.</p>
|
|
969
|
+
* @public
|
|
970
|
+
*/
|
|
971
|
+
MonitoringScheduleSummaries: MonitoringScheduleSummary[] | undefined;
|
|
972
|
+
/**
|
|
973
|
+
* <p>The token returned if the response is truncated. To retrieve the next set of job executions, use it in the next request.</p>
|
|
974
|
+
* @public
|
|
975
|
+
*/
|
|
976
|
+
NextToken?: string | undefined;
|
|
977
|
+
}
|
|
978
|
+
/**
|
|
979
|
+
* @public
|
|
980
|
+
*/
|
|
981
|
+
export interface ListNotebookInstanceLifecycleConfigsInput {
|
|
982
|
+
/**
|
|
983
|
+
* <p>If the result of a <code>ListNotebookInstanceLifecycleConfigs</code> request was truncated, the response includes a <code>NextToken</code>. To get the next set of lifecycle configurations, use the token in the next request.</p>
|
|
984
|
+
* @public
|
|
985
|
+
*/
|
|
986
|
+
NextToken?: string | undefined;
|
|
987
|
+
/**
|
|
988
|
+
* <p>The maximum number of lifecycle configurations to return in the response.</p>
|
|
989
|
+
* @public
|
|
990
|
+
*/
|
|
991
|
+
MaxResults?: number | undefined;
|
|
992
|
+
/**
|
|
993
|
+
* <p>Sorts the list of results. The default is <code>CreationTime</code>.</p>
|
|
994
|
+
* @public
|
|
995
|
+
*/
|
|
996
|
+
SortBy?: NotebookInstanceLifecycleConfigSortKey | undefined;
|
|
997
|
+
/**
|
|
998
|
+
* <p>The sort order for results.</p>
|
|
999
|
+
* @public
|
|
1000
|
+
*/
|
|
1001
|
+
SortOrder?: NotebookInstanceLifecycleConfigSortOrder | undefined;
|
|
1002
|
+
/**
|
|
1003
|
+
* <p>A string in the lifecycle configuration name. This filter returns only lifecycle configurations whose name contains the specified string.</p>
|
|
1004
|
+
* @public
|
|
1005
|
+
*/
|
|
1006
|
+
NameContains?: string | undefined;
|
|
1007
|
+
/**
|
|
1008
|
+
* <p>A filter that returns only lifecycle configurations that were created before the specified time (timestamp).</p>
|
|
1009
|
+
* @public
|
|
1010
|
+
*/
|
|
1011
|
+
CreationTimeBefore?: Date | undefined;
|
|
1012
|
+
/**
|
|
1013
|
+
* <p>A filter that returns only lifecycle configurations that were created after the specified time (timestamp).</p>
|
|
1014
|
+
* @public
|
|
1015
|
+
*/
|
|
1016
|
+
CreationTimeAfter?: Date | undefined;
|
|
1017
|
+
/**
|
|
1018
|
+
* <p>A filter that returns only lifecycle configurations that were modified before the specified time (timestamp).</p>
|
|
1019
|
+
* @public
|
|
1020
|
+
*/
|
|
1021
|
+
LastModifiedTimeBefore?: Date | undefined;
|
|
1022
|
+
/**
|
|
1023
|
+
* <p>A filter that returns only lifecycle configurations that were modified after the specified time (timestamp).</p>
|
|
1024
|
+
* @public
|
|
1025
|
+
*/
|
|
1026
|
+
LastModifiedTimeAfter?: Date | undefined;
|
|
1027
|
+
}
|
|
1028
|
+
/**
|
|
1029
|
+
* <p>Provides a summary of a notebook instance lifecycle configuration.</p>
|
|
1030
|
+
* @public
|
|
1031
|
+
*/
|
|
1032
|
+
export interface NotebookInstanceLifecycleConfigSummary {
|
|
1033
|
+
/**
|
|
1034
|
+
* <p>The name of the lifecycle configuration.</p>
|
|
1035
|
+
* @public
|
|
1036
|
+
*/
|
|
1037
|
+
NotebookInstanceLifecycleConfigName: string | undefined;
|
|
1038
|
+
/**
|
|
1039
|
+
* <p>The Amazon Resource Name (ARN) of the lifecycle configuration.</p>
|
|
1040
|
+
* @public
|
|
1041
|
+
*/
|
|
1042
|
+
NotebookInstanceLifecycleConfigArn: string | undefined;
|
|
1043
|
+
/**
|
|
1044
|
+
* <p>A timestamp that tells when the lifecycle configuration was created.</p>
|
|
1045
|
+
* @public
|
|
1046
|
+
*/
|
|
1047
|
+
CreationTime?: Date | undefined;
|
|
1048
|
+
/**
|
|
1049
|
+
* <p>A timestamp that tells when the lifecycle configuration was last modified.</p>
|
|
1050
|
+
* @public
|
|
1051
|
+
*/
|
|
1052
|
+
LastModifiedTime?: Date | undefined;
|
|
1053
|
+
}
|
|
1054
|
+
/**
|
|
1055
|
+
* @public
|
|
1056
|
+
*/
|
|
1057
|
+
export interface ListNotebookInstanceLifecycleConfigsOutput {
|
|
1058
|
+
/**
|
|
1059
|
+
* <p>If the response is truncated, SageMaker AI returns this token. To get the next set of lifecycle configurations, use it in the next request. </p>
|
|
1060
|
+
* @public
|
|
1061
|
+
*/
|
|
1062
|
+
NextToken?: string | undefined;
|
|
1063
|
+
/**
|
|
1064
|
+
* <p>An array of <code>NotebookInstanceLifecycleConfiguration</code> objects, each listing a lifecycle configuration.</p>
|
|
1065
|
+
* @public
|
|
1066
|
+
*/
|
|
1067
|
+
NotebookInstanceLifecycleConfigs?: NotebookInstanceLifecycleConfigSummary[] | undefined;
|
|
1068
|
+
}
|
|
1069
|
+
/**
|
|
1070
|
+
* @public
|
|
1071
|
+
*/
|
|
1072
|
+
export interface ListNotebookInstancesInput {
|
|
1073
|
+
/**
|
|
1074
|
+
* <p> If the previous call to the <code>ListNotebookInstances</code> is truncated, the response includes a <code>NextToken</code>. You can use this token in your subsequent <code>ListNotebookInstances</code> request to fetch the next set of notebook instances. </p> <note> <p>You might specify a filter or a sort order in your request. When response is truncated, you must use the same values for the filer and sort order in the next request. </p> </note>
|
|
1075
|
+
* @public
|
|
1076
|
+
*/
|
|
1077
|
+
NextToken?: string | undefined;
|
|
1078
|
+
/**
|
|
1079
|
+
* <p>The maximum number of notebook instances to return.</p>
|
|
1080
|
+
* @public
|
|
1081
|
+
*/
|
|
1082
|
+
MaxResults?: number | undefined;
|
|
1083
|
+
/**
|
|
1084
|
+
* <p>The field to sort results by. The default is <code>Name</code>.</p>
|
|
1085
|
+
* @public
|
|
1086
|
+
*/
|
|
1087
|
+
SortBy?: NotebookInstanceSortKey | undefined;
|
|
1088
|
+
/**
|
|
1089
|
+
* <p>The sort order for results. </p>
|
|
1090
|
+
* @public
|
|
1091
|
+
*/
|
|
1092
|
+
SortOrder?: NotebookInstanceSortOrder | undefined;
|
|
1093
|
+
/**
|
|
1094
|
+
* <p>A string in the notebook instances' name. This filter returns only notebook instances whose name contains the specified string.</p>
|
|
1095
|
+
* @public
|
|
1096
|
+
*/
|
|
1097
|
+
NameContains?: string | undefined;
|
|
1098
|
+
/**
|
|
1099
|
+
* <p>A filter that returns only notebook instances that were created before the specified time (timestamp). </p>
|
|
1100
|
+
* @public
|
|
1101
|
+
*/
|
|
1102
|
+
CreationTimeBefore?: Date | undefined;
|
|
1103
|
+
/**
|
|
1104
|
+
* <p>A filter that returns only notebook instances that were created after the specified time (timestamp).</p>
|
|
1105
|
+
* @public
|
|
1106
|
+
*/
|
|
1107
|
+
CreationTimeAfter?: Date | undefined;
|
|
1108
|
+
/**
|
|
1109
|
+
* <p>A filter that returns only notebook instances that were modified before the specified time (timestamp).</p>
|
|
1110
|
+
* @public
|
|
1111
|
+
*/
|
|
1112
|
+
LastModifiedTimeBefore?: Date | undefined;
|
|
1113
|
+
/**
|
|
1114
|
+
* <p>A filter that returns only notebook instances that were modified after the specified time (timestamp).</p>
|
|
1115
|
+
* @public
|
|
1116
|
+
*/
|
|
1117
|
+
LastModifiedTimeAfter?: Date | undefined;
|
|
1118
|
+
/**
|
|
1119
|
+
* <p>A filter that returns only notebook instances with the specified status.</p>
|
|
1120
|
+
* @public
|
|
1121
|
+
*/
|
|
1122
|
+
StatusEquals?: NotebookInstanceStatus | undefined;
|
|
1123
|
+
/**
|
|
1124
|
+
* <p>A string in the name of a notebook instances lifecycle configuration associated with this notebook instance. This filter returns only notebook instances associated with a lifecycle configuration with a name that contains the specified string.</p>
|
|
1125
|
+
* @public
|
|
1126
|
+
*/
|
|
1127
|
+
NotebookInstanceLifecycleConfigNameContains?: string | undefined;
|
|
1128
|
+
/**
|
|
1129
|
+
* <p>A string in the name or URL of a Git repository associated with this notebook instance. This filter returns only notebook instances associated with a git repository with a name that contains the specified string.</p>
|
|
1130
|
+
* @public
|
|
1131
|
+
*/
|
|
1132
|
+
DefaultCodeRepositoryContains?: string | undefined;
|
|
1133
|
+
/**
|
|
1134
|
+
* <p>A filter that returns only notebook instances with associated with the specified git repository.</p>
|
|
1135
|
+
* @public
|
|
1136
|
+
*/
|
|
1137
|
+
AdditionalCodeRepositoryEquals?: string | undefined;
|
|
1138
|
+
}
|
|
1139
|
+
/**
|
|
1140
|
+
* <p>Provides summary information for an SageMaker AI notebook instance.</p>
|
|
1141
|
+
* @public
|
|
1142
|
+
*/
|
|
1143
|
+
export interface NotebookInstanceSummary {
|
|
1144
|
+
/**
|
|
1145
|
+
* <p>The name of the notebook instance that you want a summary for.</p>
|
|
1146
|
+
* @public
|
|
1147
|
+
*/
|
|
1148
|
+
NotebookInstanceName: string | undefined;
|
|
1149
|
+
/**
|
|
1150
|
+
* <p>The Amazon Resource Name (ARN) of the notebook instance.</p>
|
|
1151
|
+
* @public
|
|
1152
|
+
*/
|
|
1153
|
+
NotebookInstanceArn: string | undefined;
|
|
1154
|
+
/**
|
|
1155
|
+
* <p>The status of the notebook instance.</p>
|
|
1156
|
+
* @public
|
|
1157
|
+
*/
|
|
1158
|
+
NotebookInstanceStatus?: NotebookInstanceStatus | undefined;
|
|
1159
|
+
/**
|
|
1160
|
+
* <p>The URL that you use to connect to the Jupyter notebook running in your notebook instance. </p>
|
|
1161
|
+
* @public
|
|
1162
|
+
*/
|
|
1163
|
+
Url?: string | undefined;
|
|
1164
|
+
/**
|
|
1165
|
+
* <p>The type of ML compute instance that the notebook instance is running on.</p>
|
|
1166
|
+
* @public
|
|
1167
|
+
*/
|
|
1168
|
+
InstanceType?: _InstanceType | undefined;
|
|
1169
|
+
/**
|
|
1170
|
+
* <p>A timestamp that shows when the notebook instance was created.</p>
|
|
1171
|
+
* @public
|
|
1172
|
+
*/
|
|
1173
|
+
CreationTime?: Date | undefined;
|
|
1174
|
+
/**
|
|
1175
|
+
* <p>A timestamp that shows when the notebook instance was last modified.</p>
|
|
1176
|
+
* @public
|
|
1177
|
+
*/
|
|
1178
|
+
LastModifiedTime?: Date | undefined;
|
|
1179
|
+
/**
|
|
1180
|
+
* <p>The name of a notebook instance lifecycle configuration associated with this notebook instance.</p> <p>For information about notebook instance 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>
|
|
1181
|
+
* @public
|
|
1182
|
+
*/
|
|
1183
|
+
NotebookInstanceLifecycleConfigName?: string | undefined;
|
|
1184
|
+
/**
|
|
1185
|
+
* <p>The Git repository associated 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>
|
|
1186
|
+
* @public
|
|
1187
|
+
*/
|
|
1188
|
+
DefaultCodeRepository?: string | undefined;
|
|
1189
|
+
/**
|
|
1190
|
+
* <p>An array of up to three Git repositories associated 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>
|
|
1191
|
+
* @public
|
|
1192
|
+
*/
|
|
1193
|
+
AdditionalCodeRepositories?: string[] | undefined;
|
|
1194
|
+
}
|
|
1195
|
+
/**
|
|
1196
|
+
* @public
|
|
1197
|
+
*/
|
|
1198
|
+
export interface ListNotebookInstancesOutput {
|
|
1199
|
+
/**
|
|
1200
|
+
* <p>If the response to the previous <code>ListNotebookInstances</code> request was truncated, SageMaker AI returns this token. To retrieve the next set of notebook instances, use the token in the next request.</p>
|
|
1201
|
+
* @public
|
|
1202
|
+
*/
|
|
1203
|
+
NextToken?: string | undefined;
|
|
1204
|
+
/**
|
|
1205
|
+
* <p>An array of <code>NotebookInstanceSummary</code> objects, one for each notebook instance.</p>
|
|
1206
|
+
* @public
|
|
1207
|
+
*/
|
|
1208
|
+
NotebookInstances?: NotebookInstanceSummary[] | undefined;
|
|
1209
|
+
}
|
|
1210
|
+
/**
|
|
1211
|
+
* @public
|
|
1212
|
+
*/
|
|
1213
|
+
export interface ListOptimizationJobsRequest {
|
|
1214
|
+
/**
|
|
1215
|
+
* <p>A token that you use to get the next set of results following a truncated response. If the response to the previous request was truncated, that response provides the value for this token.</p>
|
|
1216
|
+
* @public
|
|
1217
|
+
*/
|
|
1218
|
+
NextToken?: string | undefined;
|
|
1219
|
+
/**
|
|
1220
|
+
* <p>The maximum number of optimization jobs to return in the response. The default is 50.</p>
|
|
1221
|
+
* @public
|
|
1222
|
+
*/
|
|
1223
|
+
MaxResults?: number | undefined;
|
|
1224
|
+
/**
|
|
1225
|
+
* <p>Filters the results to only those optimization jobs that were created after the specified time.</p>
|
|
1226
|
+
* @public
|
|
1227
|
+
*/
|
|
1228
|
+
CreationTimeAfter?: Date | undefined;
|
|
1229
|
+
/**
|
|
1230
|
+
* <p>Filters the results to only those optimization jobs that were created before the specified time.</p>
|
|
1231
|
+
* @public
|
|
1232
|
+
*/
|
|
1233
|
+
CreationTimeBefore?: Date | undefined;
|
|
1234
|
+
/**
|
|
1235
|
+
* <p>Filters the results to only those optimization jobs that were updated after the specified time.</p>
|
|
1236
|
+
* @public
|
|
1237
|
+
*/
|
|
1238
|
+
LastModifiedTimeAfter?: Date | undefined;
|
|
1239
|
+
/**
|
|
1240
|
+
* <p>Filters the results to only those optimization jobs that were updated before the specified time.</p>
|
|
1241
|
+
* @public
|
|
1242
|
+
*/
|
|
1243
|
+
LastModifiedTimeBefore?: Date | undefined;
|
|
1244
|
+
/**
|
|
1245
|
+
* <p>Filters the results to only those optimization jobs that apply the specified optimization techniques. You can specify either <code>Quantization</code> or <code>Compilation</code>.</p>
|
|
1246
|
+
* @public
|
|
1247
|
+
*/
|
|
1248
|
+
OptimizationContains?: string | undefined;
|
|
1249
|
+
/**
|
|
1250
|
+
* <p>Filters the results to only those optimization jobs with a name that contains the specified string.</p>
|
|
1251
|
+
* @public
|
|
1252
|
+
*/
|
|
1253
|
+
NameContains?: string | undefined;
|
|
1254
|
+
/**
|
|
1255
|
+
* <p>Filters the results to only those optimization jobs with the specified status.</p>
|
|
1256
|
+
* @public
|
|
1257
|
+
*/
|
|
1258
|
+
StatusEquals?: OptimizationJobStatus | undefined;
|
|
1259
|
+
/**
|
|
1260
|
+
* <p>The field by which to sort the optimization jobs in the response. The default is <code>CreationTime</code> </p>
|
|
1261
|
+
* @public
|
|
1262
|
+
*/
|
|
1263
|
+
SortBy?: ListOptimizationJobsSortBy | undefined;
|
|
1264
|
+
/**
|
|
1265
|
+
* <p>The sort order for results. The default is <code>Ascending</code> </p>
|
|
1266
|
+
* @public
|
|
1267
|
+
*/
|
|
1268
|
+
SortOrder?: SortOrder | undefined;
|
|
1269
|
+
}
|
|
1270
|
+
/**
|
|
1271
|
+
* <p>Summarizes an optimization job by providing some of its key properties.</p>
|
|
1272
|
+
* @public
|
|
1273
|
+
*/
|
|
1274
|
+
export interface OptimizationJobSummary {
|
|
1275
|
+
/**
|
|
1276
|
+
* <p>The name that you assigned to the optimization job.</p>
|
|
1277
|
+
* @public
|
|
1278
|
+
*/
|
|
1279
|
+
OptimizationJobName: string | undefined;
|
|
1280
|
+
/**
|
|
1281
|
+
* <p>The Amazon Resource Name (ARN) of the optimization job.</p>
|
|
1282
|
+
* @public
|
|
1283
|
+
*/
|
|
1284
|
+
OptimizationJobArn: string | undefined;
|
|
1285
|
+
/**
|
|
1286
|
+
* <p>The time when you created the optimization job.</p>
|
|
1287
|
+
* @public
|
|
1288
|
+
*/
|
|
1289
|
+
CreationTime: Date | undefined;
|
|
1290
|
+
/**
|
|
1291
|
+
* <p>The current status of the optimization job.</p>
|
|
1292
|
+
* @public
|
|
1293
|
+
*/
|
|
1294
|
+
OptimizationJobStatus: OptimizationJobStatus | undefined;
|
|
1295
|
+
/**
|
|
1296
|
+
* <p>The time when the optimization job started.</p>
|
|
1297
|
+
* @public
|
|
1298
|
+
*/
|
|
1299
|
+
OptimizationStartTime?: Date | undefined;
|
|
1300
|
+
/**
|
|
1301
|
+
* <p>The time when the optimization job finished processing.</p>
|
|
1302
|
+
* @public
|
|
1303
|
+
*/
|
|
1304
|
+
OptimizationEndTime?: Date | undefined;
|
|
1305
|
+
/**
|
|
1306
|
+
* <p>The time when the optimization job was last updated.</p>
|
|
1307
|
+
* @public
|
|
1308
|
+
*/
|
|
1309
|
+
LastModifiedTime?: Date | undefined;
|
|
1310
|
+
/**
|
|
1311
|
+
* <p>The type of instance that hosts the optimized model that you create with the optimization job.</p>
|
|
1312
|
+
* @public
|
|
1313
|
+
*/
|
|
1314
|
+
DeploymentInstanceType: OptimizationJobDeploymentInstanceType | undefined;
|
|
1315
|
+
/**
|
|
1316
|
+
* <p>The maximum number of instances to use for the optimization job.</p>
|
|
1317
|
+
* @public
|
|
1318
|
+
*/
|
|
1319
|
+
MaxInstanceCount?: number | undefined;
|
|
1320
|
+
/**
|
|
1321
|
+
* <p>The optimization techniques that are applied by the optimization job.</p>
|
|
1322
|
+
* @public
|
|
1323
|
+
*/
|
|
1324
|
+
OptimizationTypes: string[] | undefined;
|
|
1325
|
+
}
|
|
1326
|
+
/**
|
|
1327
|
+
* @public
|
|
1328
|
+
*/
|
|
1329
|
+
export interface ListOptimizationJobsResponse {
|
|
1330
|
+
/**
|
|
1331
|
+
* <p>A list of optimization jobs and their properties that matches any of the filters you specified in the request.</p>
|
|
1332
|
+
* @public
|
|
1333
|
+
*/
|
|
1334
|
+
OptimizationJobSummaries: OptimizationJobSummary[] | undefined;
|
|
1335
|
+
/**
|
|
1336
|
+
* <p>The token to use in a subsequent request to get the next set of results following a truncated response.</p>
|
|
1337
|
+
* @public
|
|
1338
|
+
*/
|
|
1339
|
+
NextToken?: string | undefined;
|
|
1340
|
+
}
|
|
1341
|
+
/**
|
|
1342
|
+
* @public
|
|
1343
|
+
*/
|
|
1344
|
+
export interface ListPartnerAppsRequest {
|
|
1345
|
+
/**
|
|
1346
|
+
* <p>This parameter defines the maximum number of results that can be returned in a single response. The <code>MaxResults</code> parameter is an upper bound, not a target. If there are more results available than the value specified, a <code>NextToken</code> is provided in the response. The <code>NextToken</code> indicates that the user should get the next set of results by providing this token as a part of a subsequent call. The default value for <code>MaxResults</code> is 10.</p>
|
|
1347
|
+
* @public
|
|
1348
|
+
*/
|
|
1349
|
+
MaxResults?: number | undefined;
|
|
1350
|
+
/**
|
|
1351
|
+
* <p>If the previous response was truncated, you will receive this token. Use it in your next request to receive the next set of results.</p>
|
|
1352
|
+
* @public
|
|
1353
|
+
*/
|
|
1354
|
+
NextToken?: string | undefined;
|
|
1355
|
+
}
|
|
1356
|
+
/**
|
|
1357
|
+
* <p>A subset of information related to a SageMaker Partner AI App. This information is used as part of the <code>ListPartnerApps</code> API response.</p>
|
|
1358
|
+
* @public
|
|
1359
|
+
*/
|
|
1360
|
+
export interface PartnerAppSummary {
|
|
1361
|
+
/**
|
|
1362
|
+
* <p>The ARN of the SageMaker Partner AI App.</p>
|
|
1363
|
+
* @public
|
|
1364
|
+
*/
|
|
1365
|
+
Arn?: string | undefined;
|
|
1366
|
+
/**
|
|
1367
|
+
* <p>The name of the SageMaker Partner AI App.</p>
|
|
1368
|
+
* @public
|
|
1369
|
+
*/
|
|
1370
|
+
Name?: string | undefined;
|
|
1371
|
+
/**
|
|
1372
|
+
* <p>The type of SageMaker Partner AI App to create. Must be one of the following: <code>lakera-guard</code>, <code>comet</code>, <code>deepchecks-llm-evaluation</code>, or <code>fiddler</code>.</p>
|
|
1373
|
+
* @public
|
|
1374
|
+
*/
|
|
1375
|
+
Type?: PartnerAppType | undefined;
|
|
1376
|
+
/**
|
|
1377
|
+
* <p>The status of the SageMaker Partner AI App.</p>
|
|
1378
|
+
* @public
|
|
1379
|
+
*/
|
|
1380
|
+
Status?: PartnerAppStatus | undefined;
|
|
1381
|
+
/**
|
|
1382
|
+
* <p>The creation time of the SageMaker Partner AI App.</p>
|
|
1383
|
+
* @public
|
|
1384
|
+
*/
|
|
1385
|
+
CreationTime?: Date | undefined;
|
|
1386
|
+
}
|
|
1387
|
+
/**
|
|
1388
|
+
* @public
|
|
1389
|
+
*/
|
|
1390
|
+
export interface ListPartnerAppsResponse {
|
|
1391
|
+
/**
|
|
1392
|
+
* <p>The information related to each of the SageMaker Partner AI Apps in an account.</p>
|
|
1393
|
+
* @public
|
|
1394
|
+
*/
|
|
1395
|
+
Summaries?: PartnerAppSummary[] | undefined;
|
|
1396
|
+
/**
|
|
1397
|
+
* <p>If the previous response was truncated, you will receive this token. Use it in your next request to receive the next set of results.</p>
|
|
1398
|
+
* @public
|
|
1399
|
+
*/
|
|
1400
|
+
NextToken?: string | undefined;
|
|
1401
|
+
}
|
|
1402
|
+
/**
|
|
1403
|
+
* @public
|
|
1404
|
+
*/
|
|
1405
|
+
export interface ListPipelineExecutionsRequest {
|
|
1406
|
+
/**
|
|
1407
|
+
* <p>The name or Amazon Resource Name (ARN) of the pipeline.</p>
|
|
1408
|
+
* @public
|
|
1409
|
+
*/
|
|
1410
|
+
PipelineName: string | undefined;
|
|
1411
|
+
/**
|
|
1412
|
+
* <p>A filter that returns the pipeline executions that were created after a specified time.</p>
|
|
1413
|
+
* @public
|
|
1414
|
+
*/
|
|
1415
|
+
CreatedAfter?: Date | undefined;
|
|
1416
|
+
/**
|
|
1417
|
+
* <p>A filter that returns the pipeline executions that were created before a specified time.</p>
|
|
1418
|
+
* @public
|
|
1419
|
+
*/
|
|
1420
|
+
CreatedBefore?: Date | undefined;
|
|
1421
|
+
/**
|
|
1422
|
+
* <p>The field by which to sort results. The default is <code>CreatedTime</code>.</p>
|
|
1423
|
+
* @public
|
|
1424
|
+
*/
|
|
1425
|
+
SortBy?: SortPipelineExecutionsBy | undefined;
|
|
1426
|
+
/**
|
|
1427
|
+
* <p>The sort order for results.</p>
|
|
1428
|
+
* @public
|
|
1429
|
+
*/
|
|
1430
|
+
SortOrder?: SortOrder | undefined;
|
|
1431
|
+
/**
|
|
1432
|
+
* <p>If the result of the previous <code>ListPipelineExecutions</code> request was truncated, the response includes a <code>NextToken</code>. To retrieve the next set of pipeline executions, use the token in the next request.</p>
|
|
1433
|
+
* @public
|
|
1434
|
+
*/
|
|
1435
|
+
NextToken?: string | undefined;
|
|
1436
|
+
/**
|
|
1437
|
+
* <p>The maximum number of pipeline executions to return in the response.</p>
|
|
1438
|
+
* @public
|
|
1439
|
+
*/
|
|
1440
|
+
MaxResults?: number | undefined;
|
|
1441
|
+
}
|
|
1442
|
+
/**
|
|
1443
|
+
* <p>A pipeline execution summary.</p>
|
|
1444
|
+
* @public
|
|
1445
|
+
*/
|
|
1446
|
+
export interface PipelineExecutionSummary {
|
|
1447
|
+
/**
|
|
1448
|
+
* <p>The Amazon Resource Name (ARN) of the pipeline execution.</p>
|
|
1449
|
+
* @public
|
|
1450
|
+
*/
|
|
1451
|
+
PipelineExecutionArn?: string | undefined;
|
|
1452
|
+
/**
|
|
1453
|
+
* <p>The start time of the pipeline execution.</p>
|
|
1454
|
+
* @public
|
|
1455
|
+
*/
|
|
1456
|
+
StartTime?: Date | undefined;
|
|
1457
|
+
/**
|
|
1458
|
+
* <p>The status of the pipeline execution.</p>
|
|
1459
|
+
* @public
|
|
1460
|
+
*/
|
|
1461
|
+
PipelineExecutionStatus?: PipelineExecutionStatus | undefined;
|
|
1462
|
+
/**
|
|
1463
|
+
* <p>The description of the pipeline execution.</p>
|
|
1464
|
+
* @public
|
|
1465
|
+
*/
|
|
1466
|
+
PipelineExecutionDescription?: string | undefined;
|
|
1467
|
+
/**
|
|
1468
|
+
* <p>The display name of the pipeline execution.</p>
|
|
1469
|
+
* @public
|
|
1470
|
+
*/
|
|
1471
|
+
PipelineExecutionDisplayName?: string | undefined;
|
|
1472
|
+
/**
|
|
1473
|
+
* <p>A message generated by SageMaker Pipelines describing why the pipeline execution failed.</p>
|
|
1474
|
+
* @public
|
|
1475
|
+
*/
|
|
1476
|
+
PipelineExecutionFailureReason?: string | undefined;
|
|
1477
|
+
}
|
|
1478
|
+
/**
|
|
1479
|
+
* @public
|
|
1480
|
+
*/
|
|
1481
|
+
export interface ListPipelineExecutionsResponse {
|
|
1482
|
+
/**
|
|
1483
|
+
* <p>Contains a sorted list of pipeline execution summary objects matching the specified filters. Each run summary includes the Amazon Resource Name (ARN) of the pipeline execution, the run date, and the status. This list can be empty. </p>
|
|
1484
|
+
* @public
|
|
1485
|
+
*/
|
|
1486
|
+
PipelineExecutionSummaries?: PipelineExecutionSummary[] | undefined;
|
|
1487
|
+
/**
|
|
1488
|
+
* <p>If the result of the previous <code>ListPipelineExecutions</code> request was truncated, the response includes a <code>NextToken</code>. To retrieve the next set of pipeline executions, use the token in the next request.</p>
|
|
1489
|
+
* @public
|
|
1490
|
+
*/
|
|
1491
|
+
NextToken?: string | undefined;
|
|
1492
|
+
}
|
|
1493
|
+
/**
|
|
1494
|
+
* @public
|
|
1495
|
+
*/
|
|
1496
|
+
export interface ListPipelineExecutionStepsRequest {
|
|
1497
|
+
/**
|
|
1498
|
+
* <p>The Amazon Resource Name (ARN) of the pipeline execution.</p>
|
|
1499
|
+
* @public
|
|
1500
|
+
*/
|
|
1501
|
+
PipelineExecutionArn?: string | undefined;
|
|
1502
|
+
/**
|
|
1503
|
+
* <p>If the result of the previous <code>ListPipelineExecutionSteps</code> request was truncated, the response includes a <code>NextToken</code>. To retrieve the next set of pipeline execution steps, use the token in the next request.</p>
|
|
1504
|
+
* @public
|
|
1505
|
+
*/
|
|
1506
|
+
NextToken?: string | undefined;
|
|
1507
|
+
/**
|
|
1508
|
+
* <p>The maximum number of pipeline execution steps to return in the response.</p>
|
|
1509
|
+
* @public
|
|
1510
|
+
*/
|
|
1511
|
+
MaxResults?: number | undefined;
|
|
1512
|
+
/**
|
|
1513
|
+
* <p>The field by which to sort results. The default is <code>CreatedTime</code>.</p>
|
|
1514
|
+
* @public
|
|
1515
|
+
*/
|
|
1516
|
+
SortOrder?: SortOrder | undefined;
|
|
1517
|
+
}
|
|
1518
|
+
/**
|
|
1519
|
+
* <p>Metadata for Model steps.</p>
|
|
1520
|
+
* @public
|
|
1521
|
+
*/
|
|
1522
|
+
export interface ModelStepMetadata {
|
|
1523
|
+
/**
|
|
1524
|
+
* <p>The Amazon Resource Name (ARN) of the created model.</p>
|
|
1525
|
+
* @public
|
|
1526
|
+
*/
|
|
1527
|
+
Arn?: string | undefined;
|
|
1528
|
+
}
|
|
1529
|
+
/**
|
|
1530
|
+
* <p>Metadata for a processing job step.</p>
|
|
1531
|
+
* @public
|
|
1532
|
+
*/
|
|
1533
|
+
export interface ProcessingJobStepMetadata {
|
|
1534
|
+
/**
|
|
1535
|
+
* <p>The Amazon Resource Name (ARN) of the processing job.</p>
|
|
1536
|
+
* @public
|
|
1537
|
+
*/
|
|
1538
|
+
Arn?: string | undefined;
|
|
1539
|
+
}
|
|
1540
|
+
/**
|
|
1541
|
+
* <p>Container for the metadata for a Quality check step. For more information, see the topic on <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/build-and-manage-steps.html#step-type-quality-check">QualityCheck step</a> in the <i>Amazon SageMaker Developer Guide</i>. </p>
|
|
1542
|
+
* @public
|
|
1543
|
+
*/
|
|
1544
|
+
export interface QualityCheckStepMetadata {
|
|
1545
|
+
/**
|
|
1546
|
+
* <p>The type of the Quality check step.</p>
|
|
1547
|
+
* @public
|
|
1548
|
+
*/
|
|
1549
|
+
CheckType?: string | undefined;
|
|
1550
|
+
/**
|
|
1551
|
+
* <p>The Amazon S3 URI of the baseline statistics file used for the drift check.</p>
|
|
1552
|
+
* @public
|
|
1553
|
+
*/
|
|
1554
|
+
BaselineUsedForDriftCheckStatistics?: string | undefined;
|
|
1555
|
+
/**
|
|
1556
|
+
* <p>The Amazon S3 URI of the baseline constraints file used for the drift check.</p>
|
|
1557
|
+
* @public
|
|
1558
|
+
*/
|
|
1559
|
+
BaselineUsedForDriftCheckConstraints?: string | undefined;
|
|
1560
|
+
/**
|
|
1561
|
+
* <p>The Amazon S3 URI of the newly calculated baseline statistics file.</p>
|
|
1562
|
+
* @public
|
|
1563
|
+
*/
|
|
1564
|
+
CalculatedBaselineStatistics?: string | undefined;
|
|
1565
|
+
/**
|
|
1566
|
+
* <p>The Amazon S3 URI of the newly calculated baseline constraints file.</p>
|
|
1567
|
+
* @public
|
|
1568
|
+
*/
|
|
1569
|
+
CalculatedBaselineConstraints?: string | undefined;
|
|
1570
|
+
/**
|
|
1571
|
+
* <p>The model package group name.</p>
|
|
1572
|
+
* @public
|
|
1573
|
+
*/
|
|
1574
|
+
ModelPackageGroupName?: string | undefined;
|
|
1575
|
+
/**
|
|
1576
|
+
* <p>The Amazon S3 URI of violation report if violations are detected.</p>
|
|
1577
|
+
* @public
|
|
1578
|
+
*/
|
|
1579
|
+
ViolationReport?: string | undefined;
|
|
1580
|
+
/**
|
|
1581
|
+
* <p>The Amazon Resource Name (ARN) of the Quality check processing job that was run by this step execution.</p>
|
|
1582
|
+
* @public
|
|
1583
|
+
*/
|
|
1584
|
+
CheckJobArn?: string | undefined;
|
|
1585
|
+
/**
|
|
1586
|
+
* <p>This flag indicates if the drift check against the previous baseline will be skipped or not. If it is set to <code>False</code>, the previous baseline of the configured check type must be available.</p>
|
|
1587
|
+
* @public
|
|
1588
|
+
*/
|
|
1589
|
+
SkipCheck?: boolean | undefined;
|
|
1590
|
+
/**
|
|
1591
|
+
* <p>This flag indicates if a newly calculated baseline can be accessed through step properties <code>BaselineUsedForDriftCheckConstraints</code> and <code>BaselineUsedForDriftCheckStatistics</code>. If it is set to <code>False</code>, the previous baseline of the configured check type must also be available. These can be accessed through the <code>BaselineUsedForDriftCheckConstraints</code> and <code> BaselineUsedForDriftCheckStatistics</code> properties. </p>
|
|
1592
|
+
* @public
|
|
1593
|
+
*/
|
|
1594
|
+
RegisterNewBaseline?: boolean | undefined;
|
|
1595
|
+
}
|
|
1596
|
+
/**
|
|
1597
|
+
* <p>Metadata for a register model job step.</p>
|
|
1598
|
+
* @public
|
|
1599
|
+
*/
|
|
1600
|
+
export interface RegisterModelStepMetadata {
|
|
1601
|
+
/**
|
|
1602
|
+
* <p>The Amazon Resource Name (ARN) of the model package.</p>
|
|
1603
|
+
* @public
|
|
1604
|
+
*/
|
|
1605
|
+
Arn?: string | undefined;
|
|
1606
|
+
}
|
|
1607
|
+
/**
|
|
1608
|
+
* <p>Metadata for a training job step.</p>
|
|
1609
|
+
* @public
|
|
1610
|
+
*/
|
|
1611
|
+
export interface TrainingJobStepMetadata {
|
|
1612
|
+
/**
|
|
1613
|
+
* <p>The Amazon Resource Name (ARN) of the training job that was run by this step execution.</p>
|
|
1614
|
+
* @public
|
|
1615
|
+
*/
|
|
1616
|
+
Arn?: string | undefined;
|
|
1617
|
+
}
|
|
1618
|
+
/**
|
|
1619
|
+
* <p>Metadata for a transform job step.</p>
|
|
1620
|
+
* @public
|
|
1621
|
+
*/
|
|
1622
|
+
export interface TransformJobStepMetadata {
|
|
1623
|
+
/**
|
|
1624
|
+
* <p>The Amazon Resource Name (ARN) of the transform job that was run by this step execution.</p>
|
|
1625
|
+
* @public
|
|
1626
|
+
*/
|
|
1627
|
+
Arn?: string | undefined;
|
|
1628
|
+
}
|
|
1629
|
+
/**
|
|
1630
|
+
* <p>Metadata for a tuning step.</p>
|
|
1631
|
+
* @public
|
|
1632
|
+
*/
|
|
1633
|
+
export interface TuningJobStepMetaData {
|
|
1634
|
+
/**
|
|
1635
|
+
* <p>The Amazon Resource Name (ARN) of the tuning job that was run by this step execution.</p>
|
|
1636
|
+
* @public
|
|
1637
|
+
*/
|
|
1638
|
+
Arn?: string | undefined;
|
|
1639
|
+
}
|
|
6
1640
|
/**
|
|
7
1641
|
* <p>Metadata for a step execution.</p>
|
|
8
1642
|
* @public
|
|
@@ -4495,6 +6129,46 @@ export interface StartSessionResponse {
|
|
|
4495
6129
|
*/
|
|
4496
6130
|
TokenValue?: string | undefined;
|
|
4497
6131
|
}
|
|
6132
|
+
/**
|
|
6133
|
+
* @public
|
|
6134
|
+
*/
|
|
6135
|
+
export interface StopAIBenchmarkJobRequest {
|
|
6136
|
+
/**
|
|
6137
|
+
* <p>The name of the AI benchmark job to stop.</p>
|
|
6138
|
+
* @public
|
|
6139
|
+
*/
|
|
6140
|
+
AIBenchmarkJobName: string | undefined;
|
|
6141
|
+
}
|
|
6142
|
+
/**
|
|
6143
|
+
* @public
|
|
6144
|
+
*/
|
|
6145
|
+
export interface StopAIBenchmarkJobResponse {
|
|
6146
|
+
/**
|
|
6147
|
+
* <p>The Amazon Resource Name (ARN) of the stopped benchmark job.</p>
|
|
6148
|
+
* @public
|
|
6149
|
+
*/
|
|
6150
|
+
AIBenchmarkJobArn: string | undefined;
|
|
6151
|
+
}
|
|
6152
|
+
/**
|
|
6153
|
+
* @public
|
|
6154
|
+
*/
|
|
6155
|
+
export interface StopAIRecommendationJobRequest {
|
|
6156
|
+
/**
|
|
6157
|
+
* <p>The name of the AI recommendation job to stop.</p>
|
|
6158
|
+
* @public
|
|
6159
|
+
*/
|
|
6160
|
+
AIRecommendationJobName: string | undefined;
|
|
6161
|
+
}
|
|
6162
|
+
/**
|
|
6163
|
+
* @public
|
|
6164
|
+
*/
|
|
6165
|
+
export interface StopAIRecommendationJobResponse {
|
|
6166
|
+
/**
|
|
6167
|
+
* <p>The Amazon Resource Name (ARN) of the stopped recommendation job.</p>
|
|
6168
|
+
* @public
|
|
6169
|
+
*/
|
|
6170
|
+
AIRecommendationJobArn: string | undefined;
|
|
6171
|
+
}
|
|
4498
6172
|
/**
|
|
4499
6173
|
* @public
|
|
4500
6174
|
*/
|
|
@@ -6670,74 +8344,3 @@ export interface UpdateWorkteamResponse {
|
|
|
6670
8344
|
*/
|
|
6671
8345
|
Workteam: Workteam | undefined;
|
|
6672
8346
|
}
|
|
6673
|
-
/**
|
|
6674
|
-
* <p>A multi-expression that searches for the specified resource or resources in a search. All resource objects that satisfy the expression's condition are included in the search results. You must specify at least one subexpression, filter, or nested filter. A <code>SearchExpression</code> can contain up to twenty elements.</p> <p>A <code>SearchExpression</code> contains the following components:</p> <ul> <li> <p>A list of <code>Filter</code> objects. Each filter defines a simple Boolean expression comprised of a resource property name, Boolean operator, and value.</p> </li> <li> <p>A list of <code>NestedFilter</code> objects. Each nested filter defines a list of Boolean expressions using a list of resource properties. A nested filter is satisfied if a single object in the list satisfies all Boolean expressions.</p> </li> <li> <p>A list of <code>SearchExpression</code> objects. A search expression object can be nested in a list of search expression objects.</p> </li> <li> <p>A Boolean operator: <code>And</code> or <code>Or</code>.</p> </li> </ul>
|
|
6675
|
-
* @public
|
|
6676
|
-
*/
|
|
6677
|
-
export interface SearchExpression {
|
|
6678
|
-
/**
|
|
6679
|
-
* <p>A list of filter objects.</p>
|
|
6680
|
-
* @public
|
|
6681
|
-
*/
|
|
6682
|
-
Filters?: Filter[] | undefined;
|
|
6683
|
-
/**
|
|
6684
|
-
* <p>A list of nested filter objects.</p>
|
|
6685
|
-
* @public
|
|
6686
|
-
*/
|
|
6687
|
-
NestedFilters?: NestedFilters[] | undefined;
|
|
6688
|
-
/**
|
|
6689
|
-
* <p>A list of search expression objects.</p>
|
|
6690
|
-
* @public
|
|
6691
|
-
*/
|
|
6692
|
-
SubExpressions?: SearchExpression[] | undefined;
|
|
6693
|
-
/**
|
|
6694
|
-
* <p>A Boolean operator used to evaluate the search expression. If you want every conditional statement in all lists to be satisfied for the entire search expression to be true, specify <code>And</code>. If only a single conditional statement needs to be true for the entire search expression to be true, specify <code>Or</code>. The default value is <code>And</code>.</p>
|
|
6695
|
-
* @public
|
|
6696
|
-
*/
|
|
6697
|
-
Operator?: BooleanOperator | undefined;
|
|
6698
|
-
}
|
|
6699
|
-
/**
|
|
6700
|
-
* @public
|
|
6701
|
-
*/
|
|
6702
|
-
export interface SearchRequest {
|
|
6703
|
-
/**
|
|
6704
|
-
* <p>The name of the SageMaker resource to search for.</p>
|
|
6705
|
-
* @public
|
|
6706
|
-
*/
|
|
6707
|
-
Resource: ResourceType | undefined;
|
|
6708
|
-
/**
|
|
6709
|
-
* <p>A Boolean conditional statement. Resources must satisfy this condition to be included in search results. You must provide at least one subexpression, filter, or nested filter. The maximum number of recursive <code>SubExpressions</code>, <code>NestedFilters</code>, and <code>Filters</code> that can be included in a <code>SearchExpression</code> object is 50.</p>
|
|
6710
|
-
* @public
|
|
6711
|
-
*/
|
|
6712
|
-
SearchExpression?: SearchExpression | undefined;
|
|
6713
|
-
/**
|
|
6714
|
-
* <p>The name of the resource property used to sort the <code>SearchResults</code>. The default is <code>LastModifiedTime</code>.</p>
|
|
6715
|
-
* @public
|
|
6716
|
-
*/
|
|
6717
|
-
SortBy?: string | undefined;
|
|
6718
|
-
/**
|
|
6719
|
-
* <p>How <code>SearchResults</code> are ordered. Valid values are <code>Ascending</code> or <code>Descending</code>. The default is <code>Descending</code>.</p>
|
|
6720
|
-
* @public
|
|
6721
|
-
*/
|
|
6722
|
-
SortOrder?: SearchSortOrder | undefined;
|
|
6723
|
-
/**
|
|
6724
|
-
* <p>If more than <code>MaxResults</code> resources match the specified <code>SearchExpression</code>, the response includes a <code>NextToken</code>. The <code>NextToken</code> can be passed to the next <code>SearchRequest</code> to continue retrieving results.</p>
|
|
6725
|
-
* @public
|
|
6726
|
-
*/
|
|
6727
|
-
NextToken?: string | undefined;
|
|
6728
|
-
/**
|
|
6729
|
-
* <p>The maximum number of results to return.</p>
|
|
6730
|
-
* @public
|
|
6731
|
-
*/
|
|
6732
|
-
MaxResults?: number | undefined;
|
|
6733
|
-
/**
|
|
6734
|
-
* <p> A cross account filter option. When the value is <code>"CrossAccount"</code> the search results will only include resources made discoverable to you from other accounts. When the value is <code>"SameAccount"</code> or <code>null</code> the search results will only include resources from your account. Default is <code>null</code>. For more information on searching for resources made discoverable to your account, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/feature-store-cross-account-discoverability-use.html"> Search discoverable resources</a> in the SageMaker Developer Guide. The maximum number of <code>ResourceCatalog</code>s viewable is 1000. </p>
|
|
6735
|
-
* @public
|
|
6736
|
-
*/
|
|
6737
|
-
CrossAccountFilterOption?: CrossAccountFilterOption | undefined;
|
|
6738
|
-
/**
|
|
6739
|
-
* <p> Limits the results of your search request to the resources that you can access. </p>
|
|
6740
|
-
* @public
|
|
6741
|
-
*/
|
|
6742
|
-
VisibilityConditions?: VisibilityConditions[] | undefined;
|
|
6743
|
-
}
|