@aws-sdk/client-sagemaker 3.682.0 → 3.683.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +20 -12
- package/dist-es/models/models_0.js +0 -2
- package/dist-es/models/models_2.js +0 -8
- package/dist-es/models/models_3.js +8 -0
- package/dist-es/protocols/Aws_json1_1.js +10 -0
- package/dist-types/commands/CreateAlgorithmCommand.d.ts +3 -3
- package/dist-types/commands/CreateHyperParameterTuningJobCommand.d.ts +8 -8
- package/dist-types/commands/CreateModelPackageCommand.d.ts +5 -0
- package/dist-types/commands/CreatePipelineCommand.d.ts +2 -1
- package/dist-types/commands/CreatePresignedDomainUrlCommand.d.ts +12 -3
- package/dist-types/commands/CreateTrainingJobCommand.d.ts +2 -2
- package/dist-types/commands/DescribeAlgorithmCommand.d.ts +3 -3
- package/dist-types/commands/DescribeHyperParameterTuningJobCommand.d.ts +8 -8
- package/dist-types/commands/DescribeModelPackageCommand.d.ts +5 -0
- package/dist-types/commands/DescribeTrainingJobCommand.d.ts +2 -2
- package/dist-types/commands/ListModelBiasJobDefinitionsCommand.d.ts +1 -2
- package/dist-types/commands/SearchCommand.d.ts +13 -8
- package/dist-types/commands/UpdateModelPackageCommand.d.ts +6 -0
- package/dist-types/commands/UpdateWorkteamCommand.d.ts +1 -2
- package/dist-types/models/models_0.d.ts +2 -4
- package/dist-types/models/models_1.d.ts +54 -33
- package/dist-types/models/models_2.d.ts +16 -23
- package/dist-types/models/models_3.d.ts +25 -51
- package/dist-types/models/models_4.d.ts +74 -52
- package/dist-types/models/models_5.d.ts +50 -1
- package/dist-types/ts3.4/commands/CreatePipelineCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListModelBiasJobDefinitionsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/UpdateWorkteamCommand.d.ts +4 -2
- package/dist-types/ts3.4/models/models_0.d.ts +0 -2
- package/dist-types/ts3.4/models/models_1.d.ts +6 -3
- package/dist-types/ts3.4/models/models_2.d.ts +3 -10
- package/dist-types/ts3.4/models/models_3.d.ts +12 -11
- package/dist-types/ts3.4/models/models_4.d.ts +14 -10
- package/dist-types/ts3.4/models/models_5.d.ts +13 -1
- package/package.json +1 -1
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
import { ActionSource, ActionStatus, AlgorithmSpecification, AlgorithmStatus, AlgorithmStatusDetails, AlgorithmValidationSpecification, AppNetworkAccessType, AppSecurityGroupManagement, AppSpecification, AppStatus, AppType, ArtifactSource, AsyncInferenceConfig, AthenaDatasetDefinition, AuthMode, AutoMLCandidate, AutoMLChannel, AutoMLComputeConfig, AutoMLDataSplitConfig, AutoMLJobArtifacts, AutoMLJobChannel, AutoMLJobCompletionCriteria, AutoMLJobConfig, AutoMLJobObjective, AutoMLJobSecondaryStatus, AutoMLJobStatus, AutoMLOutputDataConfig, AutoMLPartialFailureReason, AutoMLProblemTypeConfig, AutoMLProblemTypeConfigName, AutoMLResolvedAttributes, AutoMLSecurityConfig, Autotune, BatchDataCaptureConfig, BatchStrategy, CaptureStatus, Channel, CheckpointConfig, ClusterInstanceGroupDetails, ClusterNodeDetails, ClusterNodeRecovery, ClusterOrchestrator, ClusterStatus, CodeEditorAppImageConfig, CodeRepository, CognitoConfig, CognitoMemberDefinition, CollectionConfiguration, CompilationJobStatus, ContextSource, GitConfig, HyperParameterTuningJobObjectiveType, InferenceSpecification, JupyterLabAppImageConfig, KernelGatewayImageConfig, MetadataProperties, ObjectiveStatus, OutputDataConfig, ProblemType, ProcessingS3DataDistributionType, ProcessingS3InputMode, ProductionVariantInstanceType, ResourceConfig, ResourceSpec, StoppingCondition, Tag, TrainingSpecification, TransformInput, TransformOutput, TransformResources, UserContext, VpcConfig } from "./models_0";
|
|
2
2
|
import { DataCaptureConfig, DataQualityAppSpecification, DataQualityBaselineConfig, DataQualityJobInput, DefaultSpaceSettings, DeploymentConfig, DeviceSelectionConfig, DomainSettings, EdgeDeploymentConfig, EdgeDeploymentModelConfig, EdgeOutputConfig, EdgePresetDeploymentType, EndpointInfo, ExplainerConfig, FeatureDefinition, FeatureType, FlowDefinitionOutputConfig, HubS3StorageConfig, HumanLoopActivationConfig, HumanLoopConfig, HumanLoopRequestSource, HyperParameterTrainingJobDefinition, HyperParameterTuningJobConfig, HyperParameterTuningJobWarmStartConfig, InferenceComponentComputeResourceRequirements, InferenceComponentStartupParameters, InferenceExperimentDataStorageConfig, InferenceExperimentSchedule, InferenceExperimentType, InputConfig, JobType, JupyterServerAppSettings, KernelGatewayAppSettings, ModelDeployConfig, ModelInfrastructureConfig, MonitoringNetworkConfig, MonitoringOutputConfig, MonitoringResources, MonitoringStoppingCondition, NeoVpcConfig, NetworkConfig, OfflineStoreConfig, OnlineStoreConfig, OutputConfig, ProcessingInstanceType, ProcessingS3UploadMode, Processor, ProductionVariant, ProductionVariantAcceleratorType, ProductionVariantManagedInstanceScaling, ProductionVariantRoutingConfig, ProductionVariantServerlessConfig, RecommendationJobInputConfig, RecommendationJobStoppingConditions, RecommendationJobType, RetryStrategy, ShadowModeConfig, TagPropagation, ThroughputMode, UserSettings, VendorGuidance } from "./models_1";
|
|
3
|
+
/**
|
|
4
|
+
* @public
|
|
5
|
+
*/
|
|
6
|
+
export interface CreatePipelineResponse {
|
|
7
|
+
/**
|
|
8
|
+
* <p>The Amazon Resource Name (ARN) of the created pipeline.</p>
|
|
9
|
+
* @public
|
|
10
|
+
*/
|
|
11
|
+
PipelineArn?: string;
|
|
12
|
+
}
|
|
3
13
|
/**
|
|
4
14
|
* @public
|
|
5
15
|
*/
|
|
@@ -829,9 +839,9 @@ export interface SpaceCodeEditorAppSettings {
|
|
|
829
839
|
AppLifecycleManagement?: SpaceAppLifecycleManagement;
|
|
830
840
|
}
|
|
831
841
|
/**
|
|
832
|
-
* <p>A file system, created by you in Amazon EFS, that you assign to a user profile
|
|
833
|
-
*
|
|
834
|
-
*
|
|
842
|
+
* <p>A file system, created by you in Amazon EFS, that you assign to a user profile or
|
|
843
|
+
* space for an Amazon SageMaker Domain. Permitted users can access this file system in
|
|
844
|
+
* Amazon SageMaker Studio.</p>
|
|
835
845
|
* @public
|
|
836
846
|
*/
|
|
837
847
|
export interface EFSFileSystem {
|
|
@@ -842,8 +852,8 @@ export interface EFSFileSystem {
|
|
|
842
852
|
FileSystemId: string | undefined;
|
|
843
853
|
}
|
|
844
854
|
/**
|
|
845
|
-
* <p>A file system, created by you, that you assign to a user profile or space for an
|
|
846
|
-
*
|
|
855
|
+
* <p>A file system, created by you, that you assign to a user profile or space for an Amazon SageMaker Domain. Permitted users can access this file system in Amazon SageMaker
|
|
856
|
+
* Studio.</p>
|
|
847
857
|
* @public
|
|
848
858
|
*/
|
|
849
859
|
export type CustomFileSystem = CustomFileSystem.EFSFileSystemMember | CustomFileSystem.$UnknownMember;
|
|
@@ -954,8 +964,7 @@ export interface SpaceSettings {
|
|
|
954
964
|
SpaceStorageSettings?: SpaceStorageSettings;
|
|
955
965
|
/**
|
|
956
966
|
* <p>A file system, created by you, that you assign to a space for an Amazon SageMaker
|
|
957
|
-
* Domain. Permitted users can access this file system in Amazon SageMaker
|
|
958
|
-
* Studio.</p>
|
|
967
|
+
* Domain. Permitted users can access this file system in Amazon SageMaker Studio.</p>
|
|
959
968
|
* @public
|
|
960
969
|
*/
|
|
961
970
|
CustomFileSystems?: CustomFileSystem[];
|
|
@@ -7943,22 +7952,6 @@ export interface LabelingJobOutput {
|
|
|
7943
7952
|
*/
|
|
7944
7953
|
FinalActiveLearningModelArn?: string;
|
|
7945
7954
|
}
|
|
7946
|
-
/**
|
|
7947
|
-
* @public
|
|
7948
|
-
* @enum
|
|
7949
|
-
*/
|
|
7950
|
-
export declare const LabelingJobStatus: {
|
|
7951
|
-
readonly COMPLETED: "Completed";
|
|
7952
|
-
readonly FAILED: "Failed";
|
|
7953
|
-
readonly INITIALIZING: "Initializing";
|
|
7954
|
-
readonly IN_PROGRESS: "InProgress";
|
|
7955
|
-
readonly STOPPED: "Stopped";
|
|
7956
|
-
readonly STOPPING: "Stopping";
|
|
7957
|
-
};
|
|
7958
|
-
/**
|
|
7959
|
-
* @public
|
|
7960
|
-
*/
|
|
7961
|
-
export type LabelingJobStatus = (typeof LabelingJobStatus)[keyof typeof LabelingJobStatus];
|
|
7962
7955
|
/**
|
|
7963
7956
|
* @internal
|
|
7964
7957
|
*/
|
|
@@ -1,6 +1,22 @@
|
|
|
1
1
|
import { ActionSummary, AdditionalInferenceSpecificationDefinition, AgentVersion, AlgorithmSortBy, AlgorithmSpecification, AlgorithmSummary, AmazonQSettings, AppDetails, AppImageConfigDetails, AppImageConfigSortKey, AppSortKey, AppSpecification, ArtifactSummary, AssociationEdgeType, AssociationSummary, AutoMLCandidate, AutoMLJobStatus, AutoMLJobSummary, AutoMLSortBy, AutoMLSortOrder, BatchDataCaptureConfig, BatchStrategy, CandidateSortBy, CandidateStatus, Channel, CheckpointConfig, ClusterNodeSummary, ClusterSortBy, ClusterSummary, CodeRepositorySortBy, CodeRepositorySortOrder, CodeRepositorySummary, CognitoConfig, CompilationJobStatus, CompilationJobSummary, ContainerDefinition, ContextSummary, InferenceSpecification, MetadataProperties, ModelApprovalStatus, ModelPackageStatus, OutputDataConfig, OutputParameter, ResourceConfig, ResourceSpec, StoppingCondition, Tag, TransformInput, TransformOutput, TransformResources, UserContext, VpcConfig } from "./models_0";
|
|
2
|
-
import { _InstanceType, DirectInternetAccess, DockerSettings, DriftCheckBaselines, EdgeOutputConfig, ExecutionRoleIdentityConfig, FeatureDefinition, FeatureType, HumanTaskConfig, HyperParameterTrainingJobDefinition, HyperParameterTuningJobConfig, HyperParameterTuningJobStrategyType, HyperParameterTuningJobWarmStartConfig, InferenceExecutionConfig, InferenceExperimentSchedule, InferenceExperimentType, InstanceMetadataServiceConfiguration, LabelingJobAlgorithmsConfig, LabelingJobInputConfig, LabelingJobOutputConfig, LabelingJobStoppingConditions, ModelBiasAppSpecification, ModelBiasBaselineConfig, ModelBiasJobInput, ModelCardExportOutputConfig, ModelCardSecurityConfig, ModelCardStatus, ModelExplainabilityAppSpecification, ModelExplainabilityBaselineConfig, ModelExplainabilityJobInput, ModelMetrics, ModelPackageModelCard, ModelPackageSecurityConfig, ModelPackageValidationSpecification, ModelQualityAppSpecification, ModelQualityBaselineConfig, ModelQualityJobInput, MonitoringNetworkConfig, MonitoringOutputConfig, MonitoringResources, MonitoringScheduleConfig, MonitoringStoppingCondition, MonitoringType, NetworkConfig, NotebookInstanceAcceleratorType, NotebookInstanceLifecycleHook, OfflineStoreConfig, OnlineStoreConfig, OptimizationConfig, OptimizationJobDeploymentInstanceType, OptimizationJobModelSource, OptimizationJobOutputConfig, OptimizationVpcConfig, ParallelismConfiguration, RecommendationJobType, ResourceLimits, RetryStrategy, RootAccess, SkipModelValidation, SourceAlgorithmSpecification, TrackingServerSize, UserSettings } from "./models_1";
|
|
3
|
-
import { CustomizedMetricSpecification, DataCaptureConfigSummary, DataProcessing, DebugHookConfig, DebugRuleConfiguration, DebugRuleEvaluationStatus, DeploymentRecommendation, DomainStatus, EdgePackagingJobStatus, EndpointOutputConfiguration, EndpointStatus, ExperimentConfig, ExperimentSource, FeatureGroupStatus, FeatureParameter, FlowDefinitionStatus, HubContentStatus, HubContentSupportStatus, HubContentType, HubStatus, HyperParameterTrainingJobSummary, HyperParameterTuningJobCompletionDetails, HyperParameterTuningJobConsumedResources, HyperParameterTuningJobStatus, ImageStatus, ImageVersionStatus, InferenceComponentStatus, InferenceExperimentStatus, InferenceMetrics, InfraCheckConfig, LabelCounters, LabelingJobOutput,
|
|
2
|
+
import { _InstanceType, DirectInternetAccess, DockerSettings, DriftCheckBaselines, EdgeOutputConfig, ExecutionRoleIdentityConfig, FeatureDefinition, FeatureType, HumanTaskConfig, HyperParameterTrainingJobDefinition, HyperParameterTuningJobConfig, HyperParameterTuningJobStrategyType, HyperParameterTuningJobWarmStartConfig, InferenceExecutionConfig, InferenceExperimentSchedule, InferenceExperimentType, InstanceMetadataServiceConfiguration, LabelingJobAlgorithmsConfig, LabelingJobInputConfig, LabelingJobOutputConfig, LabelingJobStoppingConditions, ModelBiasAppSpecification, ModelBiasBaselineConfig, ModelBiasJobInput, ModelCardExportOutputConfig, ModelCardSecurityConfig, ModelCardStatus, ModelExplainabilityAppSpecification, ModelExplainabilityBaselineConfig, ModelExplainabilityJobInput, ModelLifeCycle, ModelMetrics, ModelPackageModelCard, ModelPackageSecurityConfig, ModelPackageValidationSpecification, ModelQualityAppSpecification, ModelQualityBaselineConfig, ModelQualityJobInput, MonitoringNetworkConfig, MonitoringOutputConfig, MonitoringResources, MonitoringScheduleConfig, MonitoringStoppingCondition, MonitoringType, NetworkConfig, NotebookInstanceAcceleratorType, NotebookInstanceLifecycleHook, OfflineStoreConfig, OnlineStoreConfig, OptimizationConfig, OptimizationJobDeploymentInstanceType, OptimizationJobModelSource, OptimizationJobOutputConfig, OptimizationVpcConfig, ParallelismConfiguration, RecommendationJobType, ResourceLimits, RetryStrategy, RootAccess, SkipModelValidation, SourceAlgorithmSpecification, TrackingServerSize, UserSettings } from "./models_1";
|
|
3
|
+
import { CustomizedMetricSpecification, DataCaptureConfigSummary, DataProcessing, DebugHookConfig, DebugRuleConfiguration, DebugRuleEvaluationStatus, DeploymentRecommendation, DomainStatus, EdgePackagingJobStatus, EndpointOutputConfiguration, EndpointStatus, ExperimentConfig, ExperimentSource, FeatureGroupStatus, FeatureParameter, FlowDefinitionStatus, HubContentStatus, HubContentSupportStatus, HubContentType, HubStatus, HyperParameterTrainingJobSummary, HyperParameterTuningJobCompletionDetails, HyperParameterTuningJobConsumedResources, HyperParameterTuningJobStatus, ImageStatus, ImageVersionStatus, InferenceComponentStatus, InferenceExperimentStatus, InferenceMetrics, InfraCheckConfig, LabelCounters, LabelingJobOutput, LastUpdateStatus, MemberDefinition, ModelArtifacts, ModelClientConfig, ModelConfiguration, NotificationConfiguration, ObjectiveStatusCounters, OfflineStoreStatus, OfflineStoreStatusValue, OwnershipSettings, ProcessingInput, ProcessingOutputConfig, ProcessingResources, ProcessingStoppingCondition, ProductionVariantSummary, ProfilerConfig, ProfilerRuleConfiguration, RecommendationJobStatus, RecommendationMetrics, RemoteDebugConfig, RuleEvaluationStatus, ServiceCatalogProvisioningDetails, SourceIpConfig, SpaceSettings, SpaceSharingSettings, StudioLifecycleConfigAppType, TensorBoardOutputConfig, TrainingJobStatus, TrainingJobStatusCounters, TrialComponentArtifact, TrialComponentParameterValue, TrialComponentStatus, WorkerAccessConfiguration } from "./models_2";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
* @enum
|
|
7
|
+
*/
|
|
8
|
+
export declare const LabelingJobStatus: {
|
|
9
|
+
readonly COMPLETED: "Completed";
|
|
10
|
+
readonly FAILED: "Failed";
|
|
11
|
+
readonly INITIALIZING: "Initializing";
|
|
12
|
+
readonly IN_PROGRESS: "InProgress";
|
|
13
|
+
readonly STOPPED: "Stopped";
|
|
14
|
+
readonly STOPPING: "Stopping";
|
|
15
|
+
};
|
|
16
|
+
/**
|
|
17
|
+
* @public
|
|
18
|
+
*/
|
|
19
|
+
export type LabelingJobStatus = (typeof LabelingJobStatus)[keyof typeof LabelingJobStatus];
|
|
4
20
|
/**
|
|
5
21
|
* @public
|
|
6
22
|
*/
|
|
@@ -1043,6 +1059,13 @@ export interface DescribeModelPackageOutput {
|
|
|
1043
1059
|
* @public
|
|
1044
1060
|
*/
|
|
1045
1061
|
ModelCard?: ModelPackageModelCard;
|
|
1062
|
+
/**
|
|
1063
|
+
* <p>
|
|
1064
|
+
* A structure describing the current state of the model in its life cycle.
|
|
1065
|
+
* </p>
|
|
1066
|
+
* @public
|
|
1067
|
+
*/
|
|
1068
|
+
ModelLifeCycle?: ModelLifeCycle;
|
|
1046
1069
|
}
|
|
1047
1070
|
/**
|
|
1048
1071
|
* @public
|
|
@@ -10099,55 +10122,6 @@ export interface ListMlflowTrackingServersResponse {
|
|
|
10099
10122
|
*/
|
|
10100
10123
|
NextToken?: string;
|
|
10101
10124
|
}
|
|
10102
|
-
/**
|
|
10103
|
-
* @public
|
|
10104
|
-
*/
|
|
10105
|
-
export interface ListModelBiasJobDefinitionsRequest {
|
|
10106
|
-
/**
|
|
10107
|
-
* <p>Name of the endpoint to monitor for model bias.</p>
|
|
10108
|
-
* @public
|
|
10109
|
-
*/
|
|
10110
|
-
EndpointName?: string;
|
|
10111
|
-
/**
|
|
10112
|
-
* <p>Whether to sort results by the <code>Name</code> or <code>CreationTime</code> field.
|
|
10113
|
-
* The default is <code>CreationTime</code>.</p>
|
|
10114
|
-
* @public
|
|
10115
|
-
*/
|
|
10116
|
-
SortBy?: MonitoringJobDefinitionSortKey;
|
|
10117
|
-
/**
|
|
10118
|
-
* <p>Whether to sort the results in <code>Ascending</code> or <code>Descending</code> order.
|
|
10119
|
-
* The default is <code>Descending</code>.</p>
|
|
10120
|
-
* @public
|
|
10121
|
-
*/
|
|
10122
|
-
SortOrder?: SortOrder;
|
|
10123
|
-
/**
|
|
10124
|
-
* <p>The token returned if the response is truncated. To retrieve the next set of job executions, use
|
|
10125
|
-
* it in the next request.</p>
|
|
10126
|
-
* @public
|
|
10127
|
-
*/
|
|
10128
|
-
NextToken?: string;
|
|
10129
|
-
/**
|
|
10130
|
-
* <p>The maximum number of model bias jobs to return in the response. The default value is
|
|
10131
|
-
* 10.</p>
|
|
10132
|
-
* @public
|
|
10133
|
-
*/
|
|
10134
|
-
MaxResults?: number;
|
|
10135
|
-
/**
|
|
10136
|
-
* <p>Filter for model bias jobs whose name contains a specified string.</p>
|
|
10137
|
-
* @public
|
|
10138
|
-
*/
|
|
10139
|
-
NameContains?: string;
|
|
10140
|
-
/**
|
|
10141
|
-
* <p>A filter that returns only model bias jobs created before a specified time.</p>
|
|
10142
|
-
* @public
|
|
10143
|
-
*/
|
|
10144
|
-
CreationTimeBefore?: Date;
|
|
10145
|
-
/**
|
|
10146
|
-
* <p>A filter that returns only model bias jobs created after a specified time.</p>
|
|
10147
|
-
* @public
|
|
10148
|
-
*/
|
|
10149
|
-
CreationTimeAfter?: Date;
|
|
10150
|
-
}
|
|
10151
10125
|
/**
|
|
10152
10126
|
* @internal
|
|
10153
10127
|
*/
|
|
@@ -1,7 +1,56 @@
|
|
|
1
1
|
import { ActionStatus, AdditionalInferenceSpecificationDefinition, AlgorithmSpecification, AppNetworkAccessType, AppSecurityGroupManagement, AppSpecification, AppType, AutoMLJobStepMetadata, BatchDataCaptureConfig, BatchStrategy, BatchTransformInput, CacheHitResult, CallbackStepMetadata, Channel, CheckpointConfig, ClarifyCheckStepMetadata, ClusterInstanceGroupSpecification, ClusterNodeRecovery, CodeEditorAppImageConfig, ConditionStepMetadata, ContainerDefinition, InferenceSpecification, JupyterLabAppImageConfig, KernelGatewayImageConfig, MetadataProperties, ModelApprovalStatus, ModelPackageStatus, OutputDataConfig, OutputParameter, ResourceConfig, StoppingCondition, Tag, TransformInput, TransformOutput, TransformResources, UserContext, VpcConfig } from "./models_0";
|
|
2
|
-
import { _InstanceType, DefaultSpaceSettings, DeploymentConfig, DriftCheckBaselines, EdgeOutputConfig, FeatureDefinition, InferenceComponentRuntimeConfig, InferenceComponentSpecification, InferenceExecutionConfig, InferenceExperimentDataStorageConfig, InferenceExperimentSchedule, InstanceMetadataServiceConfiguration, JobType, ModelCardSecurityConfig, ModelCardStatus, ModelMetrics, ModelPackageModelCard, ModelPackageSecurityConfig, ModelPackageValidationSpecification, ModelVariantConfig, MonitoringScheduleConfig, MonitoringType, NetworkConfig, NotebookInstanceAcceleratorType, NotebookInstanceLifecycleHook, OptimizationJobDeploymentInstanceType, ParallelismConfiguration, PipelineDefinitionS3Location, Processor, RetryStrategy, RootAccess, ShadowModeConfig, SkipModelValidation, SourceAlgorithmSpecification, TagPropagation, ThroughputMode, TrackingServerSize, TtlDuration, UiTemplate, UserSettings, VendorGuidance } from "./models_1";
|
|
3
|
-
import { CrossAccountFilterOption, DataProcessing, DebugHookConfig, DebugRuleConfiguration, DebugRuleEvaluationStatus, DeploymentRecommendation, EndpointStatus, ExperimentConfig, FeatureParameter, HyperParameterTrainingJobSummary,
|
|
2
|
+
import { _InstanceType, DefaultSpaceSettings, DeploymentConfig, DriftCheckBaselines, EdgeOutputConfig, FeatureDefinition, InferenceComponentRuntimeConfig, InferenceComponentSpecification, InferenceExecutionConfig, InferenceExperimentDataStorageConfig, InferenceExperimentSchedule, InstanceMetadataServiceConfiguration, JobType, ModelCardSecurityConfig, ModelCardStatus, ModelLifeCycle, ModelMetrics, ModelPackageModelCard, ModelPackageSecurityConfig, ModelPackageValidationSpecification, ModelVariantConfig, MonitoringScheduleConfig, MonitoringType, NetworkConfig, NotebookInstanceAcceleratorType, NotebookInstanceLifecycleHook, OptimizationJobDeploymentInstanceType, ParallelismConfiguration, PipelineDefinitionS3Location, Processor, RetryStrategy, RootAccess, ShadowModeConfig, SkipModelValidation, SourceAlgorithmSpecification, TagPropagation, ThroughputMode, TrackingServerSize, TtlDuration, UiTemplate, UserSettings, VendorGuidance } from "./models_1";
|
|
3
|
+
import { CrossAccountFilterOption, DataProcessing, DebugHookConfig, DebugRuleConfiguration, DebugRuleEvaluationStatus, DeploymentRecommendation, EndpointStatus, ExperimentConfig, FeatureParameter, HyperParameterTrainingJobSummary, ModelArtifacts, ModelClientConfig, OidcConfig, ProcessingInput, ProcessingOutputConfig, ProcessingResources, ProcessingStoppingCondition, ProfilerConfig, ProfilerRuleConfiguration, ProvisioningParameter, ServiceCatalogProvisioningDetails, SharingType, SourceIpConfig, SpaceSettings, SpaceStorageSettings, StudioLifecycleConfigAppType, TensorBoardOutputConfig, TrainingJobStatus, TrialComponentArtifact, TrialComponentParameterValue, TrialComponentStatus, WorkforceVpcConfigRequest } from "./models_2";
|
|
4
4
|
import { DesiredWeightAndCapacity, Device, DeviceDeploymentSummary, Direction, DomainSettingsForUpdate, Edge, EMRStepMetadata, Endpoint, EndpointConfigStepMetadata, EndpointStepMetadata, ExecutionStatus, Experiment, FailStepMetadata, FeatureGroup, FeatureMetadata, Filter, GitConfigForUpdate, HyperParameterTuningJobSearchEntity, InferenceExperimentStopDesiredState, LambdaStepMetadata, LineageType, MetricData, ModelCardExportJobStatus, ModelPackageGroupStatus, ModelPackageStatusDetails, MonitoringExecutionSummary, MonitoringJobDefinitionSortKey, MonitoringJobDefinitionSummary, NotebookInstanceStatus, OptimizationJobStatus, OrderKey, PipelineExecutionStatus, PipelineExperimentConfig, PipelineStatus, ProcessingJobStatus, ProjectStatus, ScheduleStatus, SecondaryStatus, SecondaryStatusTransition, SelectiveExecutionConfig, ServiceCatalogProvisionedProductDetails, SortBy, SortOrder, SpaceStatus, SubscribedWorkteam, TransformJobStatus, TrialComponentMetricSummary, TrialComponentSource, TrialSource, UserProfileStatus, WarmPoolResourceStatus, WarmPoolStatus, Workforce, Workteam } from "./models_3";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export interface ListModelBiasJobDefinitionsRequest {
|
|
9
|
+
/**
|
|
10
|
+
* <p>Name of the endpoint to monitor for model bias.</p>
|
|
11
|
+
* @public
|
|
12
|
+
*/
|
|
13
|
+
EndpointName?: string;
|
|
14
|
+
/**
|
|
15
|
+
* <p>Whether to sort results by the <code>Name</code> or <code>CreationTime</code> field.
|
|
16
|
+
* The default is <code>CreationTime</code>.</p>
|
|
17
|
+
* @public
|
|
18
|
+
*/
|
|
19
|
+
SortBy?: MonitoringJobDefinitionSortKey;
|
|
20
|
+
/**
|
|
21
|
+
* <p>Whether to sort the results in <code>Ascending</code> or <code>Descending</code> order.
|
|
22
|
+
* The default is <code>Descending</code>.</p>
|
|
23
|
+
* @public
|
|
24
|
+
*/
|
|
25
|
+
SortOrder?: SortOrder;
|
|
26
|
+
/**
|
|
27
|
+
* <p>The token returned if the response is truncated. To retrieve the next set of job executions, use
|
|
28
|
+
* it in the next request.</p>
|
|
29
|
+
* @public
|
|
30
|
+
*/
|
|
31
|
+
NextToken?: string;
|
|
32
|
+
/**
|
|
33
|
+
* <p>The maximum number of model bias jobs to return in the response. The default value is
|
|
34
|
+
* 10.</p>
|
|
35
|
+
* @public
|
|
36
|
+
*/
|
|
37
|
+
MaxResults?: number;
|
|
38
|
+
/**
|
|
39
|
+
* <p>Filter for model bias jobs whose name contains a specified string.</p>
|
|
40
|
+
* @public
|
|
41
|
+
*/
|
|
42
|
+
NameContains?: string;
|
|
43
|
+
/**
|
|
44
|
+
* <p>A filter that returns only model bias jobs created before a specified time.</p>
|
|
45
|
+
* @public
|
|
46
|
+
*/
|
|
47
|
+
CreationTimeBefore?: Date;
|
|
48
|
+
/**
|
|
49
|
+
* <p>A filter that returns only model bias jobs created after a specified time.</p>
|
|
50
|
+
* @public
|
|
51
|
+
*/
|
|
52
|
+
CreationTimeAfter?: Date;
|
|
53
|
+
}
|
|
5
54
|
/**
|
|
6
55
|
* @public
|
|
7
56
|
*/
|
|
@@ -5044,6 +5093,13 @@ export interface ModelPackage {
|
|
|
5044
5093
|
* @public
|
|
5045
5094
|
*/
|
|
5046
5095
|
ModelCard?: ModelPackageModelCard;
|
|
5096
|
+
/**
|
|
5097
|
+
* <p>
|
|
5098
|
+
* A structure describing the current state of the model in its life cycle.
|
|
5099
|
+
* </p>
|
|
5100
|
+
* @public
|
|
5101
|
+
*/
|
|
5102
|
+
ModelLifeCycle?: ModelLifeCycle;
|
|
5047
5103
|
/**
|
|
5048
5104
|
* <p>A list of the tags associated with the model package. For more information, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html">Tagging Amazon Web Services
|
|
5049
5105
|
* resources</a> in the <i>Amazon Web Services General Reference Guide</i>.</p>
|
|
@@ -7479,7 +7535,8 @@ export interface UpdateDomainRequest {
|
|
|
7479
7535
|
*/
|
|
7480
7536
|
AppNetworkAccessType?: AppNetworkAccessType;
|
|
7481
7537
|
/**
|
|
7482
|
-
* <p>Indicates whether custom tag propagation is supported for the domain. Defaults to
|
|
7538
|
+
* <p>Indicates whether custom tag propagation is supported for the domain. Defaults to
|
|
7539
|
+
* <code>DISABLED</code>.</p>
|
|
7483
7540
|
* @public
|
|
7484
7541
|
*/
|
|
7485
7542
|
TagPropagation?: TagPropagation;
|
|
@@ -8232,6 +8289,20 @@ export interface UpdateModelPackageInput {
|
|
|
8232
8289
|
* @public
|
|
8233
8290
|
*/
|
|
8234
8291
|
ModelCard?: ModelPackageModelCard;
|
|
8292
|
+
/**
|
|
8293
|
+
* <p>
|
|
8294
|
+
* A structure describing the current state of the model in its life cycle.
|
|
8295
|
+
* </p>
|
|
8296
|
+
* @public
|
|
8297
|
+
*/
|
|
8298
|
+
ModelLifeCycle?: ModelLifeCycle;
|
|
8299
|
+
/**
|
|
8300
|
+
* <p>
|
|
8301
|
+
* A unique token that guarantees that the call to this API is idempotent.
|
|
8302
|
+
* </p>
|
|
8303
|
+
* @public
|
|
8304
|
+
*/
|
|
8305
|
+
ClientToken?: string;
|
|
8235
8306
|
}
|
|
8236
8307
|
/**
|
|
8237
8308
|
* @public
|
|
@@ -8863,55 +8934,6 @@ export interface UpdateWorkforceResponse {
|
|
|
8863
8934
|
*/
|
|
8864
8935
|
Workforce: Workforce | undefined;
|
|
8865
8936
|
}
|
|
8866
|
-
/**
|
|
8867
|
-
* @public
|
|
8868
|
-
*/
|
|
8869
|
-
export interface UpdateWorkteamRequest {
|
|
8870
|
-
/**
|
|
8871
|
-
* <p>The name of the work team to update.</p>
|
|
8872
|
-
* @public
|
|
8873
|
-
*/
|
|
8874
|
-
WorkteamName: string | undefined;
|
|
8875
|
-
/**
|
|
8876
|
-
* <p>A list of <code>MemberDefinition</code> objects that contains objects that identify
|
|
8877
|
-
* the workers that make up the work team. </p>
|
|
8878
|
-
* <p>Workforces can be created using Amazon Cognito or your own OIDC Identity Provider (IdP).
|
|
8879
|
-
* For private workforces created using Amazon Cognito use
|
|
8880
|
-
* <code>CognitoMemberDefinition</code>. For workforces created using your own OIDC identity
|
|
8881
|
-
* provider (IdP) use <code>OidcMemberDefinition</code>. You should not provide input
|
|
8882
|
-
* for both of these parameters in a single request.</p>
|
|
8883
|
-
* <p>For workforces created using Amazon Cognito, private work teams correspond to Amazon Cognito
|
|
8884
|
-
* <i>user groups</i> within the user pool used to create a workforce. All of the
|
|
8885
|
-
* <code>CognitoMemberDefinition</code> objects that make up the member definition must
|
|
8886
|
-
* have the same <code>ClientId</code> and <code>UserPool</code> values. To add a Amazon
|
|
8887
|
-
* Cognito user group to an existing worker pool, see <a href="">Adding groups to a User
|
|
8888
|
-
* Pool</a>. For more information about user pools, see <a href="https://docs.aws.amazon.com/cognito/latest/developerguide/cognito-user-identity-pools.html">Amazon Cognito User
|
|
8889
|
-
* Pools</a>.</p>
|
|
8890
|
-
* <p>For workforces created using your own OIDC IdP, specify the user groups that you want
|
|
8891
|
-
* to include in your private work team in <code>OidcMemberDefinition</code> by listing
|
|
8892
|
-
* those groups in <code>Groups</code>. Be aware that user groups that are already in the
|
|
8893
|
-
* work team must also be listed in <code>Groups</code> when you make this request to
|
|
8894
|
-
* remain on the work team. If you do not include these user groups, they will no longer be
|
|
8895
|
-
* associated with the work team you update. </p>
|
|
8896
|
-
* @public
|
|
8897
|
-
*/
|
|
8898
|
-
MemberDefinitions?: MemberDefinition[];
|
|
8899
|
-
/**
|
|
8900
|
-
* <p>An updated description for the work team.</p>
|
|
8901
|
-
* @public
|
|
8902
|
-
*/
|
|
8903
|
-
Description?: string;
|
|
8904
|
-
/**
|
|
8905
|
-
* <p>Configures SNS topic notifications for available or expiring work items</p>
|
|
8906
|
-
* @public
|
|
8907
|
-
*/
|
|
8908
|
-
NotificationConfiguration?: NotificationConfiguration;
|
|
8909
|
-
/**
|
|
8910
|
-
* <p>Use this optional parameter to constrain access to an Amazon S3 resource based on the IP address using supported IAM global condition keys. The Amazon S3 resource is accessed in the worker portal using a Amazon S3 presigned URL.</p>
|
|
8911
|
-
* @public
|
|
8912
|
-
*/
|
|
8913
|
-
WorkerAccessConfiguration?: WorkerAccessConfiguration;
|
|
8914
|
-
}
|
|
8915
8937
|
/**
|
|
8916
8938
|
* @internal
|
|
8917
8939
|
*/
|
|
@@ -1,7 +1,56 @@
|
|
|
1
1
|
import { BooleanOperator } from "./models_0";
|
|
2
|
-
import { CrossAccountFilterOption } from "./models_2";
|
|
2
|
+
import { CrossAccountFilterOption, MemberDefinition, NotificationConfiguration, WorkerAccessConfiguration } from "./models_2";
|
|
3
3
|
import { Filter, ResourceType, Workteam } from "./models_3";
|
|
4
4
|
import { NestedFilters, SearchSortOrder, VisibilityConditions } from "./models_4";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export interface UpdateWorkteamRequest {
|
|
9
|
+
/**
|
|
10
|
+
* <p>The name of the work team to update.</p>
|
|
11
|
+
* @public
|
|
12
|
+
*/
|
|
13
|
+
WorkteamName: string | undefined;
|
|
14
|
+
/**
|
|
15
|
+
* <p>A list of <code>MemberDefinition</code> objects that contains objects that identify
|
|
16
|
+
* the workers that make up the work team. </p>
|
|
17
|
+
* <p>Workforces can be created using Amazon Cognito or your own OIDC Identity Provider (IdP).
|
|
18
|
+
* For private workforces created using Amazon Cognito use
|
|
19
|
+
* <code>CognitoMemberDefinition</code>. For workforces created using your own OIDC identity
|
|
20
|
+
* provider (IdP) use <code>OidcMemberDefinition</code>. You should not provide input
|
|
21
|
+
* for both of these parameters in a single request.</p>
|
|
22
|
+
* <p>For workforces created using Amazon Cognito, private work teams correspond to Amazon Cognito
|
|
23
|
+
* <i>user groups</i> within the user pool used to create a workforce. All of the
|
|
24
|
+
* <code>CognitoMemberDefinition</code> objects that make up the member definition must
|
|
25
|
+
* have the same <code>ClientId</code> and <code>UserPool</code> values. To add a Amazon
|
|
26
|
+
* Cognito user group to an existing worker pool, see <a href="">Adding groups to a User
|
|
27
|
+
* Pool</a>. For more information about user pools, see <a href="https://docs.aws.amazon.com/cognito/latest/developerguide/cognito-user-identity-pools.html">Amazon Cognito User
|
|
28
|
+
* Pools</a>.</p>
|
|
29
|
+
* <p>For workforces created using your own OIDC IdP, specify the user groups that you want
|
|
30
|
+
* to include in your private work team in <code>OidcMemberDefinition</code> by listing
|
|
31
|
+
* those groups in <code>Groups</code>. Be aware that user groups that are already in the
|
|
32
|
+
* work team must also be listed in <code>Groups</code> when you make this request to
|
|
33
|
+
* remain on the work team. If you do not include these user groups, they will no longer be
|
|
34
|
+
* associated with the work team you update. </p>
|
|
35
|
+
* @public
|
|
36
|
+
*/
|
|
37
|
+
MemberDefinitions?: MemberDefinition[];
|
|
38
|
+
/**
|
|
39
|
+
* <p>An updated description for the work team.</p>
|
|
40
|
+
* @public
|
|
41
|
+
*/
|
|
42
|
+
Description?: string;
|
|
43
|
+
/**
|
|
44
|
+
* <p>Configures SNS topic notifications for available or expiring work items</p>
|
|
45
|
+
* @public
|
|
46
|
+
*/
|
|
47
|
+
NotificationConfiguration?: NotificationConfiguration;
|
|
48
|
+
/**
|
|
49
|
+
* <p>Use this optional parameter to constrain access to an Amazon S3 resource based on the IP address using supported IAM global condition keys. The Amazon S3 resource is accessed in the worker portal using a Amazon S3 presigned URL.</p>
|
|
50
|
+
* @public
|
|
51
|
+
*/
|
|
52
|
+
WorkerAccessConfiguration?: WorkerAccessConfiguration;
|
|
53
|
+
}
|
|
5
54
|
/**
|
|
6
55
|
* @public
|
|
7
56
|
*/
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
|
|
5
|
-
CreatePipelineResponse,
|
|
6
|
-
} from "../models/models_1";
|
|
3
|
+
import { CreatePipelineRequest } from "../models/models_1";
|
|
4
|
+
import { CreatePipelineResponse } from "../models/models_2";
|
|
7
5
|
import {
|
|
8
6
|
SageMakerClientResolvedConfig,
|
|
9
7
|
ServiceInputTypes,
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
|
|
3
|
+
import {
|
|
4
|
+
ListModelBiasJobDefinitionsRequest,
|
|
5
|
+
ListModelBiasJobDefinitionsResponse,
|
|
6
|
+
} from "../models/models_4";
|
|
5
7
|
import {
|
|
6
8
|
SageMakerClientResolvedConfig,
|
|
7
9
|
ServiceInputTypes,
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
|
|
3
|
+
import {
|
|
4
|
+
UpdateWorkteamRequest,
|
|
5
|
+
UpdateWorkteamResponse,
|
|
6
|
+
} from "../models/models_5";
|
|
5
7
|
import {
|
|
6
8
|
SageMakerClientResolvedConfig,
|
|
7
9
|
ServiceInputTypes,
|
|
@@ -653,7 +653,6 @@ export declare const TrainingInstanceType: {
|
|
|
653
653
|
readonly ML_P3_8XLARGE: "ml.p3.8xlarge";
|
|
654
654
|
readonly ML_P4DE_24XLARGE: "ml.p4de.24xlarge";
|
|
655
655
|
readonly ML_P4D_24XLARGE: "ml.p4d.24xlarge";
|
|
656
|
-
readonly ML_P5EN_48XLARGE: "ml.p5en.48xlarge";
|
|
657
656
|
readonly ML_P5E_48XLARGE: "ml.p5e.48xlarge";
|
|
658
657
|
readonly ML_P5_48XLARGE: "ml.p5.48xlarge";
|
|
659
658
|
readonly ML_R5D_12XLARGE: "ml.r5d.12xlarge";
|
|
@@ -679,7 +678,6 @@ export declare const TrainingInstanceType: {
|
|
|
679
678
|
readonly ML_TRN1N_32XLARGE: "ml.trn1n.32xlarge";
|
|
680
679
|
readonly ML_TRN1_2XLARGE: "ml.trn1.2xlarge";
|
|
681
680
|
readonly ML_TRN1_32XLARGE: "ml.trn1.32xlarge";
|
|
682
|
-
readonly ML_TRN2_48XLARGE: "ml.trn2.48xlarge";
|
|
683
681
|
};
|
|
684
682
|
export type TrainingInstanceType =
|
|
685
683
|
(typeof TrainingInstanceType)[keyof typeof TrainingInstanceType];
|
|
@@ -1727,6 +1727,11 @@ export interface ModelPackageModelCard {
|
|
|
1727
1727
|
ModelCardContent?: string;
|
|
1728
1728
|
ModelCardStatus?: ModelCardStatus;
|
|
1729
1729
|
}
|
|
1730
|
+
export interface ModelLifeCycle {
|
|
1731
|
+
Stage: string | undefined;
|
|
1732
|
+
StageStatus: string | undefined;
|
|
1733
|
+
StageDescription?: string;
|
|
1734
|
+
}
|
|
1730
1735
|
export interface Explainability {
|
|
1731
1736
|
Report?: MetricsSource;
|
|
1732
1737
|
}
|
|
@@ -1792,6 +1797,7 @@ export interface CreateModelPackageInput {
|
|
|
1792
1797
|
SourceUri?: string;
|
|
1793
1798
|
SecurityConfig?: ModelPackageSecurityConfig;
|
|
1794
1799
|
ModelCard?: ModelPackageModelCard;
|
|
1800
|
+
ModelLifeCycle?: ModelLifeCycle;
|
|
1795
1801
|
}
|
|
1796
1802
|
export interface CreateModelPackageOutput {
|
|
1797
1803
|
ModelPackageArn: string | undefined;
|
|
@@ -2076,9 +2082,6 @@ export interface CreatePipelineRequest {
|
|
|
2076
2082
|
Tags?: Tag[];
|
|
2077
2083
|
ParallelismConfiguration?: ParallelismConfiguration;
|
|
2078
2084
|
}
|
|
2079
|
-
export interface CreatePipelineResponse {
|
|
2080
|
-
PipelineArn?: string;
|
|
2081
|
-
}
|
|
2082
2085
|
export declare const CreateModelCardRequestFilterSensitiveLog: (
|
|
2083
2086
|
obj: CreateModelCardRequest
|
|
2084
2087
|
) => any;
|
|
@@ -135,6 +135,9 @@ import {
|
|
|
135
135
|
UserSettings,
|
|
136
136
|
VendorGuidance,
|
|
137
137
|
} from "./models_1";
|
|
138
|
+
export interface CreatePipelineResponse {
|
|
139
|
+
PipelineArn?: string;
|
|
140
|
+
}
|
|
138
141
|
export interface CreatePresignedDomainUrlRequest {
|
|
139
142
|
DomainId: string | undefined;
|
|
140
143
|
UserProfileName: string | undefined;
|
|
@@ -1981,16 +1984,6 @@ export interface LabelingJobOutput {
|
|
|
1981
1984
|
OutputDatasetS3Uri: string | undefined;
|
|
1982
1985
|
FinalActiveLearningModelArn?: string;
|
|
1983
1986
|
}
|
|
1984
|
-
export declare const LabelingJobStatus: {
|
|
1985
|
-
readonly COMPLETED: "Completed";
|
|
1986
|
-
readonly FAILED: "Failed";
|
|
1987
|
-
readonly INITIALIZING: "Initializing";
|
|
1988
|
-
readonly IN_PROGRESS: "InProgress";
|
|
1989
|
-
readonly STOPPED: "Stopped";
|
|
1990
|
-
readonly STOPPING: "Stopping";
|
|
1991
|
-
};
|
|
1992
|
-
export type LabelingJobStatus =
|
|
1993
|
-
(typeof LabelingJobStatus)[keyof typeof LabelingJobStatus];
|
|
1994
1987
|
export declare const OidcConfigFilterSensitiveLog: (obj: OidcConfig) => any;
|
|
1995
1988
|
export declare const CreateWorkforceRequestFilterSensitiveLog: (
|
|
1996
1989
|
obj: CreateWorkforceRequest
|
|
@@ -83,6 +83,7 @@ import {
|
|
|
83
83
|
ModelExplainabilityAppSpecification,
|
|
84
84
|
ModelExplainabilityBaselineConfig,
|
|
85
85
|
ModelExplainabilityJobInput,
|
|
86
|
+
ModelLifeCycle,
|
|
86
87
|
ModelMetrics,
|
|
87
88
|
ModelPackageModelCard,
|
|
88
89
|
ModelPackageSecurityConfig,
|
|
@@ -149,7 +150,6 @@ import {
|
|
|
149
150
|
InfraCheckConfig,
|
|
150
151
|
LabelCounters,
|
|
151
152
|
LabelingJobOutput,
|
|
152
|
-
LabelingJobStatus,
|
|
153
153
|
LastUpdateStatus,
|
|
154
154
|
MemberDefinition,
|
|
155
155
|
ModelArtifacts,
|
|
@@ -184,6 +184,16 @@ import {
|
|
|
184
184
|
TrialComponentStatus,
|
|
185
185
|
WorkerAccessConfiguration,
|
|
186
186
|
} from "./models_2";
|
|
187
|
+
export declare const LabelingJobStatus: {
|
|
188
|
+
readonly COMPLETED: "Completed";
|
|
189
|
+
readonly FAILED: "Failed";
|
|
190
|
+
readonly INITIALIZING: "Initializing";
|
|
191
|
+
readonly IN_PROGRESS: "InProgress";
|
|
192
|
+
readonly STOPPED: "Stopped";
|
|
193
|
+
readonly STOPPING: "Stopping";
|
|
194
|
+
};
|
|
195
|
+
export type LabelingJobStatus =
|
|
196
|
+
(typeof LabelingJobStatus)[keyof typeof LabelingJobStatus];
|
|
187
197
|
export interface DescribeLabelingJobResponse {
|
|
188
198
|
LabelingJobStatus: LabelingJobStatus | undefined;
|
|
189
199
|
LabelCounters: LabelCounters | undefined;
|
|
@@ -415,6 +425,7 @@ export interface DescribeModelPackageOutput {
|
|
|
415
425
|
SourceUri?: string;
|
|
416
426
|
SecurityConfig?: ModelPackageSecurityConfig;
|
|
417
427
|
ModelCard?: ModelPackageModelCard;
|
|
428
|
+
ModelLifeCycle?: ModelLifeCycle;
|
|
418
429
|
}
|
|
419
430
|
export interface DescribeModelPackageGroupInput {
|
|
420
431
|
ModelPackageGroupName: string | undefined;
|
|
@@ -2483,16 +2494,6 @@ export interface ListMlflowTrackingServersResponse {
|
|
|
2483
2494
|
TrackingServerSummaries?: TrackingServerSummary[];
|
|
2484
2495
|
NextToken?: string;
|
|
2485
2496
|
}
|
|
2486
|
-
export interface ListModelBiasJobDefinitionsRequest {
|
|
2487
|
-
EndpointName?: string;
|
|
2488
|
-
SortBy?: MonitoringJobDefinitionSortKey;
|
|
2489
|
-
SortOrder?: SortOrder;
|
|
2490
|
-
NextToken?: string;
|
|
2491
|
-
MaxResults?: number;
|
|
2492
|
-
NameContains?: string;
|
|
2493
|
-
CreationTimeBefore?: Date;
|
|
2494
|
-
CreationTimeAfter?: Date;
|
|
2495
|
-
}
|
|
2496
2497
|
export declare const DescribeModelCardResponseFilterSensitiveLog: (
|
|
2497
2498
|
obj: DescribeModelCardResponse
|
|
2498
2499
|
) => any;
|
|
@@ -53,6 +53,7 @@ import {
|
|
|
53
53
|
JobType,
|
|
54
54
|
ModelCardSecurityConfig,
|
|
55
55
|
ModelCardStatus,
|
|
56
|
+
ModelLifeCycle,
|
|
56
57
|
ModelMetrics,
|
|
57
58
|
ModelPackageModelCard,
|
|
58
59
|
ModelPackageSecurityConfig,
|
|
@@ -91,10 +92,8 @@ import {
|
|
|
91
92
|
ExperimentConfig,
|
|
92
93
|
FeatureParameter,
|
|
93
94
|
HyperParameterTrainingJobSummary,
|
|
94
|
-
MemberDefinition,
|
|
95
95
|
ModelArtifacts,
|
|
96
96
|
ModelClientConfig,
|
|
97
|
-
NotificationConfiguration,
|
|
98
97
|
OidcConfig,
|
|
99
98
|
ProcessingInput,
|
|
100
99
|
ProcessingOutputConfig,
|
|
@@ -114,7 +113,6 @@ import {
|
|
|
114
113
|
TrialComponentArtifact,
|
|
115
114
|
TrialComponentParameterValue,
|
|
116
115
|
TrialComponentStatus,
|
|
117
|
-
WorkerAccessConfiguration,
|
|
118
116
|
WorkforceVpcConfigRequest,
|
|
119
117
|
} from "./models_2";
|
|
120
118
|
import {
|
|
@@ -173,6 +171,16 @@ import {
|
|
|
173
171
|
Workforce,
|
|
174
172
|
Workteam,
|
|
175
173
|
} from "./models_3";
|
|
174
|
+
export interface ListModelBiasJobDefinitionsRequest {
|
|
175
|
+
EndpointName?: string;
|
|
176
|
+
SortBy?: MonitoringJobDefinitionSortKey;
|
|
177
|
+
SortOrder?: SortOrder;
|
|
178
|
+
NextToken?: string;
|
|
179
|
+
MaxResults?: number;
|
|
180
|
+
NameContains?: string;
|
|
181
|
+
CreationTimeBefore?: Date;
|
|
182
|
+
CreationTimeAfter?: Date;
|
|
183
|
+
}
|
|
176
184
|
export interface ListModelBiasJobDefinitionsResponse {
|
|
177
185
|
JobDefinitionSummaries: MonitoringJobDefinitionSummary[] | undefined;
|
|
178
186
|
NextToken?: string;
|
|
@@ -1307,6 +1315,7 @@ export interface ModelPackage {
|
|
|
1307
1315
|
SourceUri?: string;
|
|
1308
1316
|
SecurityConfig?: ModelPackageSecurityConfig;
|
|
1309
1317
|
ModelCard?: ModelPackageModelCard;
|
|
1318
|
+
ModelLifeCycle?: ModelLifeCycle;
|
|
1310
1319
|
Tags?: Tag[];
|
|
1311
1320
|
CustomerMetadataProperties?: Record<string, string>;
|
|
1312
1321
|
DriftCheckBaselines?: DriftCheckBaselines;
|
|
@@ -1948,6 +1957,8 @@ export interface UpdateModelPackageInput {
|
|
|
1948
1957
|
InferenceSpecification?: InferenceSpecification;
|
|
1949
1958
|
SourceUri?: string;
|
|
1950
1959
|
ModelCard?: ModelPackageModelCard;
|
|
1960
|
+
ModelLifeCycle?: ModelLifeCycle;
|
|
1961
|
+
ClientToken?: string;
|
|
1951
1962
|
}
|
|
1952
1963
|
export interface UpdateModelPackageOutput {
|
|
1953
1964
|
ModelPackageArn: string | undefined;
|
|
@@ -2085,13 +2096,6 @@ export interface UpdateWorkforceRequest {
|
|
|
2085
2096
|
export interface UpdateWorkforceResponse {
|
|
2086
2097
|
Workforce: Workforce | undefined;
|
|
2087
2098
|
}
|
|
2088
|
-
export interface UpdateWorkteamRequest {
|
|
2089
|
-
WorkteamName: string | undefined;
|
|
2090
|
-
MemberDefinitions?: MemberDefinition[];
|
|
2091
|
-
Description?: string;
|
|
2092
|
-
NotificationConfiguration?: NotificationConfiguration;
|
|
2093
|
-
WorkerAccessConfiguration?: WorkerAccessConfiguration;
|
|
2094
|
-
}
|
|
2095
2099
|
export declare const ModelCardFilterSensitiveLog: (obj: ModelCard) => any;
|
|
2096
2100
|
export declare const ModelPackageFilterSensitiveLog: (obj: ModelPackage) => any;
|
|
2097
2101
|
export declare const SearchRecordFilterSensitiveLog: (obj: SearchRecord) => any;
|