@aws-sdk/client-sagemaker 3.76.0 → 3.80.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/CHANGELOG.md +31 -0
- package/README.md +2 -2
- package/dist-cjs/commands/CreateImageVersionCommand.js +2 -1
- package/dist-cjs/commands/DescribeLabelingJobCommand.js +2 -1
- package/dist-cjs/commands/DescribeLineageGroupCommand.js +3 -3
- package/dist-cjs/commands/DescribeModelCommand.js +1 -2
- package/dist-cjs/commands/ListTrainingJobsCommand.js +3 -3
- package/dist-cjs/models/models_0.js +16 -17
- package/dist-cjs/models/models_1.js +30 -30
- package/dist-cjs/models/models_2.js +30 -31
- package/dist-cjs/models/models_3.js +28 -3
- package/dist-cjs/pagination/ListActionsPaginator.js +2 -1
- package/dist-cjs/pagination/ListAlgorithmsPaginator.js +2 -1
- package/dist-cjs/pagination/ListAppImageConfigsPaginator.js +2 -1
- package/dist-cjs/pagination/ListAppsPaginator.js +2 -1
- package/dist-cjs/pagination/ListArtifactsPaginator.js +2 -1
- package/dist-cjs/pagination/ListAssociationsPaginator.js +2 -1
- package/dist-cjs/pagination/ListAutoMLJobsPaginator.js +2 -1
- package/dist-cjs/pagination/ListCandidatesForAutoMLJobPaginator.js +2 -1
- package/dist-cjs/pagination/ListCodeRepositoriesPaginator.js +2 -1
- package/dist-cjs/pagination/ListCompilationJobsPaginator.js +2 -1
- package/dist-cjs/pagination/ListContextsPaginator.js +2 -1
- package/dist-cjs/pagination/ListDataQualityJobDefinitionsPaginator.js +2 -1
- package/dist-cjs/pagination/ListDeviceFleetsPaginator.js +2 -1
- package/dist-cjs/pagination/ListDevicesPaginator.js +2 -1
- package/dist-cjs/pagination/ListDomainsPaginator.js +2 -1
- package/dist-cjs/pagination/ListEdgePackagingJobsPaginator.js +2 -1
- package/dist-cjs/pagination/ListEndpointConfigsPaginator.js +2 -1
- package/dist-cjs/pagination/ListEndpointsPaginator.js +2 -1
- package/dist-cjs/pagination/ListExperimentsPaginator.js +2 -1
- package/dist-cjs/pagination/ListFlowDefinitionsPaginator.js +2 -1
- package/dist-cjs/pagination/ListHumanTaskUisPaginator.js +2 -1
- package/dist-cjs/pagination/ListHyperParameterTuningJobsPaginator.js +2 -1
- package/dist-cjs/pagination/ListImageVersionsPaginator.js +2 -1
- package/dist-cjs/pagination/ListImagesPaginator.js +2 -1
- package/dist-cjs/pagination/ListInferenceRecommendationsJobsPaginator.js +2 -1
- package/dist-cjs/pagination/ListLabelingJobsForWorkteamPaginator.js +2 -1
- package/dist-cjs/pagination/ListLabelingJobsPaginator.js +2 -1
- package/dist-cjs/pagination/ListLineageGroupsPaginator.js +2 -1
- package/dist-cjs/pagination/ListModelBiasJobDefinitionsPaginator.js +2 -1
- package/dist-cjs/pagination/ListModelExplainabilityJobDefinitionsPaginator.js +2 -1
- package/dist-cjs/pagination/ListModelMetadataPaginator.js +2 -1
- package/dist-cjs/pagination/ListModelPackageGroupsPaginator.js +2 -1
- package/dist-cjs/pagination/ListModelPackagesPaginator.js +2 -1
- package/dist-cjs/pagination/ListModelQualityJobDefinitionsPaginator.js +2 -1
- package/dist-cjs/pagination/ListModelsPaginator.js +2 -1
- package/dist-cjs/pagination/ListMonitoringExecutionsPaginator.js +2 -1
- package/dist-cjs/pagination/ListMonitoringSchedulesPaginator.js +2 -1
- package/dist-cjs/pagination/ListNotebookInstanceLifecycleConfigsPaginator.js +2 -1
- package/dist-cjs/pagination/ListNotebookInstancesPaginator.js +2 -1
- package/dist-cjs/pagination/ListPipelineExecutionStepsPaginator.js +2 -1
- package/dist-cjs/pagination/ListPipelineExecutionsPaginator.js +2 -1
- package/dist-cjs/pagination/ListPipelineParametersForExecutionPaginator.js +2 -1
- package/dist-cjs/pagination/ListPipelinesPaginator.js +2 -1
- package/dist-cjs/pagination/ListProcessingJobsPaginator.js +2 -1
- package/dist-cjs/pagination/ListProjectsPaginator.js +2 -1
- package/dist-cjs/pagination/ListStudioLifecycleConfigsPaginator.js +2 -1
- package/dist-cjs/pagination/ListSubscribedWorkteamsPaginator.js +2 -1
- package/dist-cjs/pagination/ListTagsPaginator.js +2 -1
- package/dist-cjs/pagination/ListTrainingJobsForHyperParameterTuningJobPaginator.js +2 -1
- package/dist-cjs/pagination/ListTrainingJobsPaginator.js +2 -1
- package/dist-cjs/pagination/ListTransformJobsPaginator.js +2 -1
- package/dist-cjs/pagination/ListTrialComponentsPaginator.js +2 -1
- package/dist-cjs/pagination/ListTrialsPaginator.js +2 -1
- package/dist-cjs/pagination/ListUserProfilesPaginator.js +2 -1
- package/dist-cjs/pagination/ListWorkforcesPaginator.js +2 -1
- package/dist-cjs/pagination/ListWorkteamsPaginator.js +2 -1
- package/dist-cjs/pagination/QueryLineagePaginator.js +2 -1
- package/dist-cjs/pagination/SearchPaginator.js +2 -1
- package/dist-cjs/protocols/Aws_json1_1.js +41 -0
- package/dist-es/commands/CreateImageVersionCommand.js +2 -1
- package/dist-es/commands/DescribeLabelingJobCommand.js +2 -1
- package/dist-es/commands/DescribeLineageGroupCommand.js +1 -1
- package/dist-es/commands/DescribeModelCommand.js +1 -2
- package/dist-es/commands/ListTrainingJobsCommand.js +1 -1
- package/dist-es/models/models_0.js +9 -8
- package/dist-es/models/models_1.js +16 -16
- package/dist-es/models/models_2.js +16 -19
- package/dist-es/models/models_3.js +19 -0
- package/dist-es/pagination/ListActionsPaginator.js +3 -2
- package/dist-es/pagination/ListAlgorithmsPaginator.js +3 -2
- package/dist-es/pagination/ListAppImageConfigsPaginator.js +3 -2
- package/dist-es/pagination/ListAppsPaginator.js +3 -2
- package/dist-es/pagination/ListArtifactsPaginator.js +3 -2
- package/dist-es/pagination/ListAssociationsPaginator.js +3 -2
- package/dist-es/pagination/ListAutoMLJobsPaginator.js +3 -2
- package/dist-es/pagination/ListCandidatesForAutoMLJobPaginator.js +3 -2
- package/dist-es/pagination/ListCodeRepositoriesPaginator.js +3 -2
- package/dist-es/pagination/ListCompilationJobsPaginator.js +3 -2
- package/dist-es/pagination/ListContextsPaginator.js +3 -2
- package/dist-es/pagination/ListDataQualityJobDefinitionsPaginator.js +3 -2
- package/dist-es/pagination/ListDeviceFleetsPaginator.js +3 -2
- package/dist-es/pagination/ListDevicesPaginator.js +3 -2
- package/dist-es/pagination/ListDomainsPaginator.js +3 -2
- package/dist-es/pagination/ListEdgePackagingJobsPaginator.js +3 -2
- package/dist-es/pagination/ListEndpointConfigsPaginator.js +3 -2
- package/dist-es/pagination/ListEndpointsPaginator.js +3 -2
- package/dist-es/pagination/ListExperimentsPaginator.js +3 -2
- package/dist-es/pagination/ListFlowDefinitionsPaginator.js +3 -2
- package/dist-es/pagination/ListHumanTaskUisPaginator.js +3 -2
- package/dist-es/pagination/ListHyperParameterTuningJobsPaginator.js +3 -2
- package/dist-es/pagination/ListImageVersionsPaginator.js +3 -2
- package/dist-es/pagination/ListImagesPaginator.js +3 -2
- package/dist-es/pagination/ListInferenceRecommendationsJobsPaginator.js +3 -2
- package/dist-es/pagination/ListLabelingJobsForWorkteamPaginator.js +3 -2
- package/dist-es/pagination/ListLabelingJobsPaginator.js +3 -2
- package/dist-es/pagination/ListLineageGroupsPaginator.js +3 -2
- package/dist-es/pagination/ListModelBiasJobDefinitionsPaginator.js +3 -2
- package/dist-es/pagination/ListModelExplainabilityJobDefinitionsPaginator.js +3 -2
- package/dist-es/pagination/ListModelMetadataPaginator.js +3 -2
- package/dist-es/pagination/ListModelPackageGroupsPaginator.js +3 -2
- package/dist-es/pagination/ListModelPackagesPaginator.js +3 -2
- package/dist-es/pagination/ListModelQualityJobDefinitionsPaginator.js +3 -2
- package/dist-es/pagination/ListModelsPaginator.js +3 -2
- package/dist-es/pagination/ListMonitoringExecutionsPaginator.js +3 -2
- package/dist-es/pagination/ListMonitoringSchedulesPaginator.js +3 -2
- package/dist-es/pagination/ListNotebookInstanceLifecycleConfigsPaginator.js +3 -2
- package/dist-es/pagination/ListNotebookInstancesPaginator.js +3 -2
- package/dist-es/pagination/ListPipelineExecutionStepsPaginator.js +3 -2
- package/dist-es/pagination/ListPipelineExecutionsPaginator.js +3 -2
- package/dist-es/pagination/ListPipelineParametersForExecutionPaginator.js +3 -2
- package/dist-es/pagination/ListPipelinesPaginator.js +3 -2
- package/dist-es/pagination/ListProcessingJobsPaginator.js +3 -2
- package/dist-es/pagination/ListProjectsPaginator.js +3 -2
- package/dist-es/pagination/ListStudioLifecycleConfigsPaginator.js +3 -2
- package/dist-es/pagination/ListSubscribedWorkteamsPaginator.js +3 -2
- package/dist-es/pagination/ListTagsPaginator.js +3 -2
- package/dist-es/pagination/ListTrainingJobsForHyperParameterTuningJobPaginator.js +3 -2
- package/dist-es/pagination/ListTrainingJobsPaginator.js +3 -2
- package/dist-es/pagination/ListTransformJobsPaginator.js +3 -2
- package/dist-es/pagination/ListTrialComponentsPaginator.js +3 -2
- package/dist-es/pagination/ListTrialsPaginator.js +3 -2
- package/dist-es/pagination/ListUserProfilesPaginator.js +3 -2
- package/dist-es/pagination/ListWorkforcesPaginator.js +3 -2
- package/dist-es/pagination/ListWorkteamsPaginator.js +3 -2
- package/dist-es/pagination/QueryLineagePaginator.js +3 -2
- package/dist-es/pagination/SearchPaginator.js +3 -2
- package/dist-es/protocols/Aws_json1_1.js +36 -6
- package/dist-types/SageMaker.d.ts +78 -73
- package/dist-types/SageMakerClient.d.ts +2 -2
- package/dist-types/commands/AddTagsCommand.d.ts +1 -1
- package/dist-types/commands/CreateAlgorithmCommand.d.ts +1 -1
- package/dist-types/commands/CreateCodeRepositoryCommand.d.ts +2 -2
- package/dist-types/commands/CreateEndpointCommand.d.ts +7 -7
- package/dist-types/commands/CreateEndpointConfigCommand.d.ts +5 -5
- package/dist-types/commands/CreateImageCommand.d.ts +1 -1
- package/dist-types/commands/CreateImageVersionCommand.d.ts +3 -2
- package/dist-types/commands/CreateModelCommand.d.ts +6 -8
- package/dist-types/commands/CreateModelPackageCommand.d.ts +4 -4
- package/dist-types/commands/CreateNotebookInstanceCommand.d.ts +13 -13
- package/dist-types/commands/CreatePresignedNotebookInstanceUrlCommand.d.ts +2 -2
- package/dist-types/commands/CreateTrainingJobCommand.d.ts +8 -8
- package/dist-types/commands/DeleteEndpointCommand.d.ts +9 -2
- package/dist-types/commands/DeleteModelCommand.d.ts +1 -1
- package/dist-types/commands/DeleteModelPackageCommand.d.ts +2 -2
- package/dist-types/commands/DeleteNotebookInstanceCommand.d.ts +2 -2
- package/dist-types/commands/DeleteTagsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLabelingJobCommand.d.ts +2 -1
- package/dist-types/commands/DescribeLineageGroupCommand.d.ts +1 -1
- package/dist-types/commands/DescribeModelCommand.d.ts +1 -2
- package/dist-types/commands/ListNotebookInstancesCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsCommand.d.ts +1 -1
- package/dist-types/commands/ListTrainingJobsCommand.d.ts +1 -1
- package/dist-types/commands/StartNotebookInstanceCommand.d.ts +1 -1
- package/dist-types/commands/StopNotebookInstanceCommand.d.ts +2 -2
- package/dist-types/commands/StopTrainingJobCommand.d.ts +3 -3
- package/dist-types/commands/UpdateEndpointCommand.d.ts +1 -1
- package/dist-types/commands/UpdateEndpointWeightsAndCapacitiesCommand.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +143 -126
- package/dist-types/models/models_1.d.ts +205 -285
- package/dist-types/models/models_2.d.ts +269 -187
- package/dist-types/models/models_3.d.ts +139 -29
- package/dist-types/ts3.4/commands/CreateImageVersionCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeLabelingJobCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeLineageGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeModelCommand.d.ts +1 -2
- package/dist-types/ts3.4/commands/ListTrainingJobsCommand.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +17 -17
- package/dist-types/ts3.4/models/models_1.d.ts +42 -81
- package/dist-types/ts3.4/models/models_2.d.ts +81 -62
- package/dist-types/ts3.4/models/models_3.d.ts +62 -1
- package/package.json +26 -26
|
@@ -1,8 +1,220 @@
|
|
|
1
1
|
import { ActionSummary, AdditionalInferenceSpecificationDefinition, AgentVersion, AlgorithmSortBy, AlgorithmSpecification, AlgorithmSummary, AppDetails, AppImageConfigDetails, AppImageConfigSortKey, AppSortKey, AppSpecification, ArtifactSummary, AssociationEdgeType, AssociationSummary, AutoMLCandidate, AutoMLJobStatus, AutoMLJobSummary, AutoMLSortBy, AutoMLSortOrder, BatchStrategy, CacheHitResult, CallbackStepMetadata, CandidateSortBy, CandidateStatus, Channel, CheckpointConfig, ClarifyCheckStepMetadata, CodeRepositorySortBy, CodeRepositorySortOrder, CodeRepositorySummary, CognitoConfig, CompilationJobStatus, CompilationJobSummary, ConditionStepMetadata, ContainerDefinition, ContextSummary, EdgeOutputConfig, FeatureDefinition, HyperParameterTuningJobStrategyType, InferenceSpecification, MetadataProperties, ModelApprovalStatus, ModelPackageStatus, MonitoringNetworkConfig, MonitoringOutputConfig, MonitoringResources, MonitoringStoppingCondition, OfflineStoreConfig, OnlineStoreConfig, OutputDataConfig, OutputParameter, ResourceConfig, ResourceLimits, ResourceSpec, RetryStrategy, StoppingCondition, Tag, TransformInput, TransformOutput, TransformResources, UserContext, UserSettings, VpcConfig } from "./models_0";
|
|
2
|
-
import { _InstanceType, DataCaptureConfigSummary, DataProcessing, DebugHookConfig, DebugRuleConfiguration, DebugRuleEvaluationStatus, DirectInternetAccess, DomainStatus, DriftCheckBaselines, EdgePackagingJobStatus, EndpointStatus, ExperimentConfig, ExperimentSource, FeatureGroupStatus, FlowDefinitionStatus, HyperParameterTuningJobStatus, ImageStatus, ImageVersionStatus, InferenceExecutionConfig, LabelCounters, LabelingJobInputConfig, LabelingJobOutput, LabelingJobStatus, MemberDefinition, ModelArtifacts, ModelBiasAppSpecification, ModelBiasBaselineConfig, ModelBiasJobInput, ModelClientConfig, ModelExplainabilityAppSpecification, ModelExplainabilityBaselineConfig, ModelExplainabilityJobInput, ModelMetrics, ModelPackageValidationSpecification, ModelQualityAppSpecification, ModelQualityBaselineConfig, ModelQualityJobInput, MonitoringScheduleConfig, MonitoringType, NetworkConfig, NotebookInstanceAcceleratorType, NotebookInstanceLifecycleHook, NotificationConfiguration, ObjectiveStatusCounters, OfflineStoreStatus, OfflineStoreStatusValue, ParallelismConfiguration, ProcessingInput, ProcessingOutputConfig, ProcessingResources, ProcessingStoppingCondition, ProductionVariantSummary, ProfilerConfig, ProfilerRuleConfiguration, RecommendationJobStatus, RecommendationJobType, RootAccess, RuleEvaluationStatus, ServiceCatalogProvisioningDetails, SourceAlgorithmSpecification, SourceIpConfig, StudioLifecycleConfigAppType, TensorBoardOutputConfig, TrainingJobStatus, TrainingJobStatusCounters, TrialComponentArtifact, TrialComponentParameterValue, TrialComponentStatus } from "./models_1";
|
|
2
|
+
import { _InstanceType, DataCaptureConfigSummary, DataProcessing, DebugHookConfig, DebugRuleConfiguration, DebugRuleEvaluationStatus, DirectInternetAccess, DomainStatus, DriftCheckBaselines, EdgePackagingJobStatus, EndpointStatus, ExperimentConfig, ExperimentSource, FeatureGroupStatus, FlowDefinitionStatus, HumanTaskConfig, HyperParameterTuningJobStatus, ImageStatus, ImageVersionStatus, InferenceExecutionConfig, LabelCounters, LabelingJobAlgorithmsConfig, LabelingJobInputConfig, LabelingJobOutput, LabelingJobOutputConfig, LabelingJobStatus, LabelingJobStoppingConditions, MemberDefinition, ModelArtifacts, ModelBiasAppSpecification, ModelBiasBaselineConfig, ModelBiasJobInput, ModelClientConfig, ModelExplainabilityAppSpecification, ModelExplainabilityBaselineConfig, ModelExplainabilityJobInput, ModelMetrics, ModelPackageValidationSpecification, ModelQualityAppSpecification, ModelQualityBaselineConfig, ModelQualityJobInput, MonitoringScheduleConfig, MonitoringType, NetworkConfig, NotebookInstanceAcceleratorType, NotebookInstanceLifecycleHook, NotificationConfiguration, ObjectiveStatusCounters, OfflineStoreStatus, OfflineStoreStatusValue, ParallelismConfiguration, ProcessingInput, ProcessingOutputConfig, ProcessingResources, ProcessingStoppingCondition, ProductionVariantSummary, ProfilerConfig, ProfilerRuleConfiguration, RecommendationJobStatus, RecommendationJobType, RootAccess, RuleEvaluationStatus, ServiceCatalogProvisioningDetails, SourceAlgorithmSpecification, SourceIpConfig, StudioLifecycleConfigAppType, TensorBoardOutputConfig, TrainingJobStatus, TrainingJobStatusCounters, TrialComponentArtifact, TrialComponentParameterValue, TrialComponentStatus } from "./models_1";
|
|
3
|
+
export interface DescribeLabelingJobResponse {
|
|
4
|
+
/**
|
|
5
|
+
* <p>The processing status of the labeling job. </p>
|
|
6
|
+
*/
|
|
7
|
+
LabelingJobStatus: LabelingJobStatus | string | undefined;
|
|
8
|
+
/**
|
|
9
|
+
* <p>Provides a breakdown of the number of data objects labeled by humans, the number of
|
|
10
|
+
* objects labeled by machine, the number of objects than couldn't be labeled, and the
|
|
11
|
+
* total number of objects labeled. </p>
|
|
12
|
+
*/
|
|
13
|
+
LabelCounters: LabelCounters | undefined;
|
|
14
|
+
/**
|
|
15
|
+
* <p>If the job failed, the reason that it failed. </p>
|
|
16
|
+
*/
|
|
17
|
+
FailureReason?: string;
|
|
18
|
+
/**
|
|
19
|
+
* <p>The date and time that the labeling job was created.</p>
|
|
20
|
+
*/
|
|
21
|
+
CreationTime: Date | undefined;
|
|
22
|
+
/**
|
|
23
|
+
* <p>The date and time that the labeling job was last updated.</p>
|
|
24
|
+
*/
|
|
25
|
+
LastModifiedTime: Date | undefined;
|
|
26
|
+
/**
|
|
27
|
+
* <p>A unique identifier for work done as part of a labeling job.</p>
|
|
28
|
+
*/
|
|
29
|
+
JobReferenceCode: string | undefined;
|
|
30
|
+
/**
|
|
31
|
+
* <p>The name assigned to the labeling job when it was created.</p>
|
|
32
|
+
*/
|
|
33
|
+
LabelingJobName: string | undefined;
|
|
34
|
+
/**
|
|
35
|
+
* <p>The Amazon Resource Name (ARN) of the labeling job.</p>
|
|
36
|
+
*/
|
|
37
|
+
LabelingJobArn: string | undefined;
|
|
38
|
+
/**
|
|
39
|
+
* <p>The attribute used as the label in the output manifest file.</p>
|
|
40
|
+
*/
|
|
41
|
+
LabelAttributeName?: string;
|
|
42
|
+
/**
|
|
43
|
+
* <p>Input configuration information for the labeling job, such as the Amazon S3 location of the
|
|
44
|
+
* data objects and the location of the manifest file that describes the data
|
|
45
|
+
* objects.</p>
|
|
46
|
+
*/
|
|
47
|
+
InputConfig: LabelingJobInputConfig | undefined;
|
|
48
|
+
/**
|
|
49
|
+
* <p>The location of the job's output data and the Amazon Web Services Key Management Service key ID for the key used to
|
|
50
|
+
* encrypt the output data, if any.</p>
|
|
51
|
+
*/
|
|
52
|
+
OutputConfig: LabelingJobOutputConfig | undefined;
|
|
53
|
+
/**
|
|
54
|
+
* <p>The Amazon Resource Name (ARN) that SageMaker assumes to perform tasks on your behalf
|
|
55
|
+
* during data labeling.</p>
|
|
56
|
+
*/
|
|
57
|
+
RoleArn: string | undefined;
|
|
58
|
+
/**
|
|
59
|
+
* <p>The S3 location of the JSON file that defines the categories used to label data
|
|
60
|
+
* objects. Please note the following label-category limits:</p>
|
|
61
|
+
* <ul>
|
|
62
|
+
* <li>
|
|
63
|
+
* <p>Semantic segmentation labeling jobs using automated labeling: 20 labels</p>
|
|
64
|
+
* </li>
|
|
65
|
+
* <li>
|
|
66
|
+
* <p>Box bounding labeling jobs (all): 10 labels</p>
|
|
67
|
+
* </li>
|
|
68
|
+
* </ul>
|
|
69
|
+
* <p>The file is a JSON structure in the following format:</p>
|
|
70
|
+
* <p>
|
|
71
|
+
* <code>{</code>
|
|
72
|
+
* </p>
|
|
73
|
+
* <p>
|
|
74
|
+
* <code> "document-version": "2018-11-28"</code>
|
|
75
|
+
* </p>
|
|
76
|
+
* <p>
|
|
77
|
+
* <code> "labels": [</code>
|
|
78
|
+
* </p>
|
|
79
|
+
* <p>
|
|
80
|
+
* <code> {</code>
|
|
81
|
+
* </p>
|
|
82
|
+
* <p>
|
|
83
|
+
* <code> "label": "<i>label 1</i>"</code>
|
|
84
|
+
* </p>
|
|
85
|
+
* <p>
|
|
86
|
+
* <code> },</code>
|
|
87
|
+
* </p>
|
|
88
|
+
* <p>
|
|
89
|
+
* <code> {</code>
|
|
90
|
+
* </p>
|
|
91
|
+
* <p>
|
|
92
|
+
* <code> "label": "<i>label 2</i>"</code>
|
|
93
|
+
* </p>
|
|
94
|
+
* <p>
|
|
95
|
+
* <code> },</code>
|
|
96
|
+
* </p>
|
|
97
|
+
* <p>
|
|
98
|
+
* <code> ...</code>
|
|
99
|
+
* </p>
|
|
100
|
+
* <p>
|
|
101
|
+
* <code> {</code>
|
|
102
|
+
* </p>
|
|
103
|
+
* <p>
|
|
104
|
+
* <code> "label": "<i>label n</i>"</code>
|
|
105
|
+
* </p>
|
|
106
|
+
* <p>
|
|
107
|
+
* <code> }</code>
|
|
108
|
+
* </p>
|
|
109
|
+
* <p>
|
|
110
|
+
* <code> ]</code>
|
|
111
|
+
* </p>
|
|
112
|
+
* <p>
|
|
113
|
+
* <code>}</code>
|
|
114
|
+
* </p>
|
|
115
|
+
*/
|
|
116
|
+
LabelCategoryConfigS3Uri?: string;
|
|
117
|
+
/**
|
|
118
|
+
* <p>A set of conditions for stopping a labeling job. If any of the conditions are met, the
|
|
119
|
+
* job is automatically stopped.</p>
|
|
120
|
+
*/
|
|
121
|
+
StoppingConditions?: LabelingJobStoppingConditions;
|
|
122
|
+
/**
|
|
123
|
+
* <p>Configuration information for automated data labeling.</p>
|
|
124
|
+
*/
|
|
125
|
+
LabelingJobAlgorithmsConfig?: LabelingJobAlgorithmsConfig;
|
|
126
|
+
/**
|
|
127
|
+
* <p>Configuration information required for human workers to complete a labeling
|
|
128
|
+
* task.</p>
|
|
129
|
+
*/
|
|
130
|
+
HumanTaskConfig: HumanTaskConfig | undefined;
|
|
131
|
+
/**
|
|
132
|
+
* <p>An array of key-value pairs. You can use tags to categorize your Amazon Web Services resources in
|
|
133
|
+
* different ways, for example, by purpose, owner, or environment. For more information,
|
|
134
|
+
* see <a href="https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html">Tagging Amazon Web Services
|
|
135
|
+
* Resources</a>.</p>
|
|
136
|
+
*/
|
|
137
|
+
Tags?: Tag[];
|
|
138
|
+
/**
|
|
139
|
+
* <p>The location of the output produced by the labeling job.</p>
|
|
140
|
+
*/
|
|
141
|
+
LabelingJobOutput?: LabelingJobOutput;
|
|
142
|
+
}
|
|
143
|
+
export declare namespace DescribeLabelingJobResponse {
|
|
144
|
+
/**
|
|
145
|
+
* @internal
|
|
146
|
+
*/
|
|
147
|
+
const filterSensitiveLog: (obj: DescribeLabelingJobResponse) => any;
|
|
148
|
+
}
|
|
149
|
+
export interface DescribeLineageGroupRequest {
|
|
150
|
+
/**
|
|
151
|
+
* <p>The name of the lineage group.</p>
|
|
152
|
+
*/
|
|
153
|
+
LineageGroupName: string | undefined;
|
|
154
|
+
}
|
|
155
|
+
export declare namespace DescribeLineageGroupRequest {
|
|
156
|
+
/**
|
|
157
|
+
* @internal
|
|
158
|
+
*/
|
|
159
|
+
const filterSensitiveLog: (obj: DescribeLineageGroupRequest) => any;
|
|
160
|
+
}
|
|
161
|
+
export interface DescribeLineageGroupResponse {
|
|
162
|
+
/**
|
|
163
|
+
* <p>The name of the lineage group.</p>
|
|
164
|
+
*/
|
|
165
|
+
LineageGroupName?: string;
|
|
166
|
+
/**
|
|
167
|
+
* <p>The Amazon Resource Name (ARN) of the lineage group.</p>
|
|
168
|
+
*/
|
|
169
|
+
LineageGroupArn?: string;
|
|
170
|
+
/**
|
|
171
|
+
* <p>The display name of the lineage group.</p>
|
|
172
|
+
*/
|
|
173
|
+
DisplayName?: string;
|
|
174
|
+
/**
|
|
175
|
+
* <p>The description of the lineage group.</p>
|
|
176
|
+
*/
|
|
177
|
+
Description?: string;
|
|
178
|
+
/**
|
|
179
|
+
* <p>The creation time of lineage group.</p>
|
|
180
|
+
*/
|
|
181
|
+
CreationTime?: Date;
|
|
182
|
+
/**
|
|
183
|
+
* <p>Information about the user who created or modified an experiment, trial, trial
|
|
184
|
+
* component, lineage group, or project.</p>
|
|
185
|
+
*/
|
|
186
|
+
CreatedBy?: UserContext;
|
|
187
|
+
/**
|
|
188
|
+
* <p>The last modified time of the lineage group.</p>
|
|
189
|
+
*/
|
|
190
|
+
LastModifiedTime?: Date;
|
|
191
|
+
/**
|
|
192
|
+
* <p>Information about the user who created or modified an experiment, trial, trial
|
|
193
|
+
* component, lineage group, or project.</p>
|
|
194
|
+
*/
|
|
195
|
+
LastModifiedBy?: UserContext;
|
|
196
|
+
}
|
|
197
|
+
export declare namespace DescribeLineageGroupResponse {
|
|
198
|
+
/**
|
|
199
|
+
* @internal
|
|
200
|
+
*/
|
|
201
|
+
const filterSensitiveLog: (obj: DescribeLineageGroupResponse) => any;
|
|
202
|
+
}
|
|
203
|
+
export interface DescribeModelInput {
|
|
204
|
+
/**
|
|
205
|
+
* <p>The name of the model.</p>
|
|
206
|
+
*/
|
|
207
|
+
ModelName: string | undefined;
|
|
208
|
+
}
|
|
209
|
+
export declare namespace DescribeModelInput {
|
|
210
|
+
/**
|
|
211
|
+
* @internal
|
|
212
|
+
*/
|
|
213
|
+
const filterSensitiveLog: (obj: DescribeModelInput) => any;
|
|
214
|
+
}
|
|
3
215
|
export interface DescribeModelOutput {
|
|
4
216
|
/**
|
|
5
|
-
* <p>Name of the
|
|
217
|
+
* <p>Name of the SageMaker model.</p>
|
|
6
218
|
*/
|
|
7
219
|
ModelName: string | undefined;
|
|
8
220
|
/**
|
|
@@ -320,7 +532,7 @@ export interface DescribeModelPackageOutput {
|
|
|
320
532
|
*/
|
|
321
533
|
ModelMetrics?: ModelMetrics;
|
|
322
534
|
/**
|
|
323
|
-
* <p>The last time the model package was modified.</p>
|
|
535
|
+
* <p>The last time that the model package was modified.</p>
|
|
324
536
|
*/
|
|
325
537
|
LastModifiedTime?: Date;
|
|
326
538
|
/**
|
|
@@ -340,8 +552,8 @@ export interface DescribeModelPackageOutput {
|
|
|
340
552
|
};
|
|
341
553
|
/**
|
|
342
554
|
* <p>Represents the drift check baselines that can be used when the model monitor is set using the model package.
|
|
343
|
-
*
|
|
344
|
-
*
|
|
555
|
+
* For more information, see the topic on <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/pipelines-quality-clarify-baseline-lifecycle.html#pipelines-quality-clarify-baseline-drift-detection">Drift Detection against Previous Baselines in SageMaker Pipelines</a> in the <i>Amazon SageMaker Developer Guide</i>.
|
|
556
|
+
* </p>
|
|
345
557
|
*/
|
|
346
558
|
DriftCheckBaselines?: DriftCheckBaselines;
|
|
347
559
|
/**
|
|
@@ -374,7 +586,7 @@ export declare namespace DescribeModelPackageOutput {
|
|
|
374
586
|
}
|
|
375
587
|
export interface DescribeModelPackageGroupInput {
|
|
376
588
|
/**
|
|
377
|
-
* <p>The name of
|
|
589
|
+
* <p>The name of gthe model group to describe.</p>
|
|
378
590
|
*/
|
|
379
591
|
ModelPackageGroupName: string | undefined;
|
|
380
592
|
}
|
|
@@ -669,7 +881,7 @@ export interface DescribeNotebookInstanceOutput {
|
|
|
669
881
|
*/
|
|
670
882
|
NotebookInstanceArn?: string;
|
|
671
883
|
/**
|
|
672
|
-
* <p>The name of the
|
|
884
|
+
* <p>The name of the SageMaker notebook instance. </p>
|
|
673
885
|
*/
|
|
674
886
|
NotebookInstanceName?: string;
|
|
675
887
|
/**
|
|
@@ -703,12 +915,12 @@ export interface DescribeNotebookInstanceOutput {
|
|
|
703
915
|
*/
|
|
704
916
|
RoleArn?: string;
|
|
705
917
|
/**
|
|
706
|
-
* <p>The Amazon Web Services KMS key ID
|
|
918
|
+
* <p>The Amazon Web Services KMS key ID SageMaker uses to encrypt data when storing it on the ML storage
|
|
707
919
|
* volume attached to the instance. </p>
|
|
708
920
|
*/
|
|
709
921
|
KmsKeyId?: string;
|
|
710
922
|
/**
|
|
711
|
-
* <p>The network interface IDs that
|
|
923
|
+
* <p>The network interface IDs that SageMaker created at the time of creating the instance.
|
|
712
924
|
* </p>
|
|
713
925
|
*/
|
|
714
926
|
NetworkInterfaceId?: string;
|
|
@@ -730,9 +942,9 @@ export interface DescribeNotebookInstanceOutput {
|
|
|
730
942
|
*/
|
|
731
943
|
NotebookInstanceLifecycleConfigName?: string;
|
|
732
944
|
/**
|
|
733
|
-
* <p>Describes whether
|
|
945
|
+
* <p>Describes whether SageMaker provides internet access to the notebook instance. If this
|
|
734
946
|
* value is set to <i>Disabled</i>, the notebook instance does not have
|
|
735
|
-
* internet access, and cannot connect to
|
|
947
|
+
* internet access, and cannot connect to SageMaker training and endpoint services.</p>
|
|
736
948
|
* <p>For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/appendix-additional-considerations.html#appendix-notebook-and-internet-access">Notebook Instances Are Internet-Enabled by Default</a>.</p>
|
|
737
949
|
*/
|
|
738
950
|
DirectInternetAccess?: DirectInternetAccess | string;
|
|
@@ -752,7 +964,7 @@ export interface DescribeNotebookInstanceOutput {
|
|
|
752
964
|
* repository. This can be either the name of a Git repository stored as a resource in your
|
|
753
965
|
* 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
|
|
754
966
|
* other Git repository. When you open a notebook instance, it opens in the directory that
|
|
755
|
-
* 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
|
|
967
|
+
* 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
|
|
756
968
|
* Notebook Instances</a>.</p>
|
|
757
969
|
*/
|
|
758
970
|
DefaultCodeRepository?: string;
|
|
@@ -762,7 +974,7 @@ export interface DescribeNotebookInstanceOutput {
|
|
|
762
974
|
* 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
|
|
763
975
|
* other Git repository. These repositories are cloned at the same level as the default
|
|
764
976
|
* 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
|
|
765
|
-
* Repositories with
|
|
977
|
+
* Repositories with SageMaker Notebook Instances</a>.</p>
|
|
766
978
|
*/
|
|
767
979
|
AdditionalCodeRepositories?: string[];
|
|
768
980
|
/**
|
|
@@ -1466,7 +1678,7 @@ export declare enum SecondaryStatus {
|
|
|
1466
1678
|
* additional details about a status that the training job has transitioned through. A
|
|
1467
1679
|
* training job can be in one of several states, for example, starting, downloading,
|
|
1468
1680
|
* training, or uploading. Within each state, there are a number of intermediate states.
|
|
1469
|
-
* For example, within the starting state,
|
|
1681
|
+
* For example, within the starting state, SageMaker could be starting the training job or
|
|
1470
1682
|
* launching the ML instances. These transitional states are referred to as the job's
|
|
1471
1683
|
* secondary
|
|
1472
1684
|
* status.
|
|
@@ -1581,7 +1793,7 @@ export interface SecondaryStatusTransition {
|
|
|
1581
1793
|
/**
|
|
1582
1794
|
* <p>A detailed description of the progress within a secondary status.
|
|
1583
1795
|
* </p>
|
|
1584
|
-
* <p>
|
|
1796
|
+
* <p>SageMaker provides secondary statuses and status messages that apply to each of
|
|
1585
1797
|
* them:</p>
|
|
1586
1798
|
* <dl>
|
|
1587
1799
|
* <dt>Starting</dt>
|
|
@@ -1668,7 +1880,7 @@ export interface DescribeTrainingJobResponse {
|
|
|
1668
1880
|
*/
|
|
1669
1881
|
TuningJobArn?: string;
|
|
1670
1882
|
/**
|
|
1671
|
-
* <p>The Amazon Resource Name (ARN) of the
|
|
1883
|
+
* <p>The Amazon Resource Name (ARN) of the SageMaker Ground Truth labeling job that created the
|
|
1672
1884
|
* transform or training job.</p>
|
|
1673
1885
|
*/
|
|
1674
1886
|
LabelingJobArn?: string;
|
|
@@ -1682,10 +1894,8 @@ export interface DescribeTrainingJobResponse {
|
|
|
1682
1894
|
*/
|
|
1683
1895
|
ModelArtifacts: ModelArtifacts | undefined;
|
|
1684
1896
|
/**
|
|
1685
|
-
* <p>The status of the
|
|
1686
|
-
*
|
|
1687
|
-
* job.</p>
|
|
1688
|
-
* <p>Amazon SageMaker provides the following training job statuses:</p>
|
|
1897
|
+
* <p>The status of the training job.</p>
|
|
1898
|
+
* <p>SageMaker provides the following training job statuses:</p>
|
|
1689
1899
|
* <ul>
|
|
1690
1900
|
* <li>
|
|
1691
1901
|
* <p>
|
|
@@ -1710,15 +1920,14 @@ export interface DescribeTrainingJobResponse {
|
|
|
1710
1920
|
* <code>Stopped</code> - The training job has stopped.</p>
|
|
1711
1921
|
* </li>
|
|
1712
1922
|
* </ul>
|
|
1713
|
-
* <p>For
|
|
1714
|
-
* more detailed information, see <code>SecondaryStatus</code>. </p>
|
|
1923
|
+
* <p>For more detailed information, see <code>SecondaryStatus</code>. </p>
|
|
1715
1924
|
*/
|
|
1716
1925
|
TrainingJobStatus: TrainingJobStatus | string | undefined;
|
|
1717
1926
|
/**
|
|
1718
1927
|
* <p> Provides detailed information about the state of the training job. For detailed
|
|
1719
1928
|
* information on the secondary status of the training job, see <code>StatusMessage</code>
|
|
1720
1929
|
* under <a>SecondaryStatusTransition</a>.</p>
|
|
1721
|
-
* <p>
|
|
1930
|
+
* <p>SageMaker provides primary statuses and secondary statuses that apply to each of
|
|
1722
1931
|
* them:</p>
|
|
1723
1932
|
* <dl>
|
|
1724
1933
|
* <dt>InProgress</dt>
|
|
@@ -1850,7 +2059,7 @@ export interface DescribeTrainingJobResponse {
|
|
|
1850
2059
|
InputDataConfig?: Channel[];
|
|
1851
2060
|
/**
|
|
1852
2061
|
* <p>The S3 path where model artifacts that you configured when creating the job are
|
|
1853
|
-
* stored.
|
|
2062
|
+
* stored. SageMaker creates subfolders for model artifacts. </p>
|
|
1854
2063
|
*/
|
|
1855
2064
|
OutputDataConfig?: OutputDataConfig;
|
|
1856
2065
|
/**
|
|
@@ -1866,9 +2075,9 @@ export interface DescribeTrainingJobResponse {
|
|
|
1866
2075
|
VpcConfig?: VpcConfig;
|
|
1867
2076
|
/**
|
|
1868
2077
|
* <p>Specifies a limit to how long a model training job can run. It also specifies how long
|
|
1869
|
-
* a managed Spot training job has to complete. When the job reaches the time limit,
|
|
2078
|
+
* a managed Spot training job has to complete. When the job reaches the time limit, SageMaker
|
|
1870
2079
|
* ends the training job. Use this API to cap model training costs.</p>
|
|
1871
|
-
* <p>To stop a job,
|
|
2080
|
+
* <p>To stop a job, SageMaker sends the algorithm the <code>SIGTERM</code> signal, which delays
|
|
1872
2081
|
* job termination for 120 seconds. Algorithms can use this 120-second window to save the
|
|
1873
2082
|
* model artifacts, so the results of training are not lost. </p>
|
|
1874
2083
|
*/
|
|
@@ -1889,7 +2098,7 @@ export interface DescribeTrainingJobResponse {
|
|
|
1889
2098
|
* <p>Indicates the time when the training job ends on training instances. You are billed
|
|
1890
2099
|
* for the time interval between the value of <code>TrainingStartTime</code> and this time.
|
|
1891
2100
|
* For successful jobs and stopped jobs, this is the time after model artifacts are
|
|
1892
|
-
* uploaded. For failed jobs, this is the time when
|
|
2101
|
+
* uploaded. For failed jobs, this is the time when SageMaker detects a job failure.</p>
|
|
1893
2102
|
*/
|
|
1894
2103
|
TrainingEndTime?: Date;
|
|
1895
2104
|
/**
|
|
@@ -1910,7 +2119,7 @@ export interface DescribeTrainingJobResponse {
|
|
|
1910
2119
|
/**
|
|
1911
2120
|
* <p>If you want to allow inbound or outbound network calls, except for calls between peers
|
|
1912
2121
|
* within a training cluster for distributed training, choose <code>True</code>. If you
|
|
1913
|
-
* enable network isolation for training jobs that are configured to use a VPC,
|
|
2122
|
+
* enable network isolation for training jobs that are configured to use a VPC, SageMaker
|
|
1914
2123
|
* downloads and uploads customer data and model artifacts through the specified VPC, but
|
|
1915
2124
|
* the training container does not have network access.</p>
|
|
1916
2125
|
*/
|
|
@@ -1942,7 +2151,7 @@ export interface DescribeTrainingJobResponse {
|
|
|
1942
2151
|
* time.</p>
|
|
1943
2152
|
* <p>Multiply <code>BillableTimeInSeconds</code> by the number of instances
|
|
1944
2153
|
* (<code>InstanceCount</code>) in your training cluster to get the total compute time
|
|
1945
|
-
* SageMaker
|
|
2154
|
+
* SageMaker bills you if you run distributed training. The formula is as follows:
|
|
1946
2155
|
* <code>BillableTimeInSeconds * InstanceCount</code> .</p>
|
|
1947
2156
|
* <p>You can calculate the savings from using managed spot training using the formula
|
|
1948
2157
|
* <code>(1 - BillableTimeInSeconds / TrainingTimeInSeconds) * 100</code>. For example,
|
|
@@ -2734,9 +2943,7 @@ export declare namespace DescribeWorkteamResponse {
|
|
|
2734
2943
|
*/
|
|
2735
2944
|
export interface DesiredWeightAndCapacity {
|
|
2736
2945
|
/**
|
|
2737
|
-
* <p>The name of the
|
|
2738
|
-
* variant
|
|
2739
|
-
* to update.</p>
|
|
2946
|
+
* <p>The name of the variant to update.</p>
|
|
2740
2947
|
*/
|
|
2741
2948
|
VariantName: string | undefined;
|
|
2742
2949
|
/**
|
|
@@ -4689,7 +4896,7 @@ export interface ListAlgorithmsOutput {
|
|
|
4689
4896
|
*/
|
|
4690
4897
|
AlgorithmSummaryList: AlgorithmSummary[] | undefined;
|
|
4691
4898
|
/**
|
|
4692
|
-
* <p>If the response is truncated,
|
|
4899
|
+
* <p>If the response is truncated, SageMaker returns this token. To retrieve the next set of
|
|
4693
4900
|
* algorithms, use it in the subsequent request.</p>
|
|
4694
4901
|
*/
|
|
4695
4902
|
NextToken?: string;
|
|
@@ -5662,7 +5869,7 @@ export interface ListEndpointConfigsOutput {
|
|
|
5662
5869
|
*/
|
|
5663
5870
|
EndpointConfigs: EndpointConfigSummary[] | undefined;
|
|
5664
5871
|
/**
|
|
5665
|
-
* <p> If the response is truncated,
|
|
5872
|
+
* <p> If the response is truncated, SageMaker returns this token. To retrieve the next set of
|
|
5666
5873
|
* endpoint configurations, use it in the subsequent request </p>
|
|
5667
5874
|
*/
|
|
5668
5875
|
NextToken?: string;
|
|
@@ -5735,7 +5942,7 @@ export interface ListEndpointsOutput {
|
|
|
5735
5942
|
*/
|
|
5736
5943
|
Endpoints: EndpointSummary[] | undefined;
|
|
5737
5944
|
/**
|
|
5738
|
-
* <p> If the response is truncated,
|
|
5945
|
+
* <p> If the response is truncated, SageMaker returns this token. To retrieve the next set of
|
|
5739
5946
|
* training jobs, use it in the subsequent request. </p>
|
|
5740
5947
|
*/
|
|
5741
5948
|
NextToken?: string;
|
|
@@ -5965,15 +6172,11 @@ export interface ListHyperParameterTuningJobsRequest {
|
|
|
5965
6172
|
*/
|
|
5966
6173
|
MaxResults?: number;
|
|
5967
6174
|
/**
|
|
5968
|
-
* <p>The
|
|
5969
|
-
* field
|
|
5970
|
-
* to sort results by. The default is <code>Name</code>.</p>
|
|
6175
|
+
* <p>The field to sort results by. The default is <code>Name</code>.</p>
|
|
5971
6176
|
*/
|
|
5972
6177
|
SortBy?: HyperParameterTuningJobSortByOptions | string;
|
|
5973
6178
|
/**
|
|
5974
|
-
* <p>The sort
|
|
5975
|
-
* order
|
|
5976
|
-
* for results. The default is <code>Ascending</code>.</p>
|
|
6179
|
+
* <p>The sort order for results. The default is <code>Ascending</code>.</p>
|
|
5977
6180
|
*/
|
|
5978
6181
|
SortOrder?: SortOrder | string;
|
|
5979
6182
|
/**
|
|
@@ -5982,14 +6185,12 @@ export interface ListHyperParameterTuningJobsRequest {
|
|
|
5982
6185
|
*/
|
|
5983
6186
|
NameContains?: string;
|
|
5984
6187
|
/**
|
|
5985
|
-
* <p>A filter that returns only tuning jobs that were created after the
|
|
5986
|
-
* specified
|
|
6188
|
+
* <p>A filter that returns only tuning jobs that were created after the specified
|
|
5987
6189
|
* time.</p>
|
|
5988
6190
|
*/
|
|
5989
6191
|
CreationTimeAfter?: Date;
|
|
5990
6192
|
/**
|
|
5991
|
-
* <p>A filter that returns only tuning jobs that were created before the
|
|
5992
|
-
* specified
|
|
6193
|
+
* <p>A filter that returns only tuning jobs that were created before the specified
|
|
5993
6194
|
* time.</p>
|
|
5994
6195
|
*/
|
|
5995
6196
|
CreationTimeBefore?: Date;
|
|
@@ -6004,9 +6205,7 @@ export interface ListHyperParameterTuningJobsRequest {
|
|
|
6004
6205
|
*/
|
|
6005
6206
|
LastModifiedTimeBefore?: Date;
|
|
6006
6207
|
/**
|
|
6007
|
-
* <p>A filter that returns only tuning jobs with the
|
|
6008
|
-
* specified
|
|
6009
|
-
* status.</p>
|
|
6208
|
+
* <p>A filter that returns only tuning jobs with the specified status.</p>
|
|
6010
6209
|
*/
|
|
6011
6210
|
StatusEquals?: HyperParameterTuningJobStatus | string;
|
|
6012
6211
|
}
|
|
@@ -6297,7 +6496,7 @@ export interface ListLabelingJobsResponse {
|
|
|
6297
6496
|
*/
|
|
6298
6497
|
LabelingJobSummaryList?: LabelingJobSummary[];
|
|
6299
6498
|
/**
|
|
6300
|
-
* <p>If the response is truncated,
|
|
6499
|
+
* <p>If the response is truncated, SageMaker returns this token. To retrieve the next set of
|
|
6301
6500
|
* labeling jobs, use it in the subsequent request.</p>
|
|
6302
6501
|
*/
|
|
6303
6502
|
NextToken?: string;
|
|
@@ -6364,7 +6563,7 @@ export interface ListLabelingJobsForWorkteamResponse {
|
|
|
6364
6563
|
*/
|
|
6365
6564
|
LabelingJobSummaryList: LabelingJobForWorkteamSummary[] | undefined;
|
|
6366
6565
|
/**
|
|
6367
|
-
* <p>If the response is truncated,
|
|
6566
|
+
* <p>If the response is truncated, SageMaker returns this token. To retrieve the next set of
|
|
6368
6567
|
* labeling jobs, use it in the subsequent request.</p>
|
|
6369
6568
|
*/
|
|
6370
6569
|
NextToken?: string;
|
|
@@ -6875,20 +7074,20 @@ export interface ModelPackageSummary {
|
|
|
6875
7074
|
ModelPackageStatus: ModelPackageStatus | string | undefined;
|
|
6876
7075
|
/**
|
|
6877
7076
|
* <p>The approval status of the model. This can be one of the following values.</p>
|
|
6878
|
-
*
|
|
7077
|
+
* <ul>
|
|
6879
7078
|
* <li>
|
|
6880
|
-
*
|
|
7079
|
+
* <p>
|
|
6881
7080
|
* <code>APPROVED</code> - The model is approved</p>
|
|
6882
|
-
*
|
|
7081
|
+
* </li>
|
|
6883
7082
|
* <li>
|
|
6884
|
-
*
|
|
7083
|
+
* <p>
|
|
6885
7084
|
* <code>REJECTED</code> - The model is rejected.</p>
|
|
6886
|
-
*
|
|
7085
|
+
* </li>
|
|
6887
7086
|
* <li>
|
|
6888
|
-
*
|
|
7087
|
+
* <p>
|
|
6889
7088
|
* <code>PENDING_MANUAL_APPROVAL</code> - The model is waiting for manual
|
|
6890
|
-
*
|
|
6891
|
-
*
|
|
7089
|
+
* approval.</p>
|
|
7090
|
+
* </li>
|
|
6892
7091
|
* </ul>
|
|
6893
7092
|
*/
|
|
6894
7093
|
ModelApprovalStatus?: ModelApprovalStatus | string;
|
|
@@ -6906,7 +7105,7 @@ export interface ListModelPackagesOutput {
|
|
|
6906
7105
|
*/
|
|
6907
7106
|
ModelPackageSummaryList: ModelPackageSummary[] | undefined;
|
|
6908
7107
|
/**
|
|
6909
|
-
* <p>If the response is truncated,
|
|
7108
|
+
* <p>If the response is truncated, SageMaker returns this token. To retrieve the next set of
|
|
6910
7109
|
* model packages, use it in the subsequent request.</p>
|
|
6911
7110
|
*/
|
|
6912
7111
|
NextToken?: string;
|
|
@@ -7056,7 +7255,7 @@ export interface ListModelsOutput {
|
|
|
7056
7255
|
*/
|
|
7057
7256
|
Models: ModelSummary[] | undefined;
|
|
7058
7257
|
/**
|
|
7059
|
-
* <p> If the response is truncated,
|
|
7258
|
+
* <p> If the response is truncated, SageMaker returns this token. To retrieve the next set of
|
|
7060
7259
|
* models, use it in the subsequent request. </p>
|
|
7061
7260
|
*/
|
|
7062
7261
|
NextToken?: string;
|
|
@@ -7381,7 +7580,7 @@ export declare namespace NotebookInstanceLifecycleConfigSummary {
|
|
|
7381
7580
|
}
|
|
7382
7581
|
export interface ListNotebookInstanceLifecycleConfigsOutput {
|
|
7383
7582
|
/**
|
|
7384
|
-
* <p>If the response is truncated,
|
|
7583
|
+
* <p>If the response is truncated, SageMaker returns this token. To get the next set of
|
|
7385
7584
|
* lifecycle configurations, use it in the next request. </p>
|
|
7386
7585
|
*/
|
|
7387
7586
|
NextToken?: string;
|
|
@@ -7485,7 +7684,7 @@ export declare namespace ListNotebookInstancesInput {
|
|
|
7485
7684
|
const filterSensitiveLog: (obj: ListNotebookInstancesInput) => any;
|
|
7486
7685
|
}
|
|
7487
7686
|
/**
|
|
7488
|
-
* <p>Provides summary information for an
|
|
7687
|
+
* <p>Provides summary information for an SageMaker notebook instance.</p>
|
|
7489
7688
|
*/
|
|
7490
7689
|
export interface NotebookInstanceSummary {
|
|
7491
7690
|
/**
|
|
@@ -7501,9 +7700,8 @@ export interface NotebookInstanceSummary {
|
|
|
7501
7700
|
*/
|
|
7502
7701
|
NotebookInstanceStatus?: NotebookInstanceStatus | string;
|
|
7503
7702
|
/**
|
|
7504
|
-
* <p>The
|
|
7505
|
-
*
|
|
7506
|
-
* </p>
|
|
7703
|
+
* <p>The URL that you use to connect to the Jupyter notebook running in your notebook
|
|
7704
|
+
* instance. </p>
|
|
7507
7705
|
*/
|
|
7508
7706
|
Url?: string;
|
|
7509
7707
|
/**
|
|
@@ -7530,7 +7728,7 @@ export interface NotebookInstanceSummary {
|
|
|
7530
7728
|
* repository. This can be either the name of a Git repository stored as a resource in your
|
|
7531
7729
|
* 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
|
|
7532
7730
|
* other Git repository. When you open a notebook instance, it opens in the directory that
|
|
7533
|
-
* 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
|
|
7731
|
+
* 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
|
|
7534
7732
|
* Notebook Instances</a>.</p>
|
|
7535
7733
|
*/
|
|
7536
7734
|
DefaultCodeRepository?: string;
|
|
@@ -7540,7 +7738,7 @@ export interface NotebookInstanceSummary {
|
|
|
7540
7738
|
* 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
|
|
7541
7739
|
* other Git repository. These repositories are cloned at the same level as the default
|
|
7542
7740
|
* 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
|
|
7543
|
-
* Repositories with
|
|
7741
|
+
* Repositories with SageMaker Notebook Instances</a>.</p>
|
|
7544
7742
|
*/
|
|
7545
7743
|
AdditionalCodeRepositories?: string[];
|
|
7546
7744
|
}
|
|
@@ -7553,7 +7751,7 @@ export declare namespace NotebookInstanceSummary {
|
|
|
7553
7751
|
export interface ListNotebookInstancesOutput {
|
|
7554
7752
|
/**
|
|
7555
7753
|
* <p>If the response to the previous <code>ListNotebookInstances</code> request was
|
|
7556
|
-
* truncated,
|
|
7754
|
+
* truncated, SageMaker returns this token. To retrieve the next set of notebook instances, use
|
|
7557
7755
|
* the token in the next request.</p>
|
|
7558
7756
|
*/
|
|
7559
7757
|
NextToken?: string;
|
|
@@ -7939,7 +8137,7 @@ export interface PipelineExecutionStepMetadata {
|
|
|
7939
8137
|
* </li>
|
|
7940
8138
|
* <li>
|
|
7941
8139
|
* <p>If step property <code>BaselineUsedForDriftCheck</code> is set the same as
|
|
7942
|
-
*
|
|
8140
|
+
* <code>CalculatedBaseline</code>.</p>
|
|
7943
8141
|
* </li>
|
|
7944
8142
|
* </ul>
|
|
7945
8143
|
*/
|
|
@@ -8565,7 +8763,7 @@ export interface ListTagsInput {
|
|
|
8565
8763
|
*/
|
|
8566
8764
|
ResourceArn: string | undefined;
|
|
8567
8765
|
/**
|
|
8568
|
-
* <p> If the response to the previous <code>ListTags</code> request is truncated,
|
|
8766
|
+
* <p> If the response to the previous <code>ListTags</code> request is truncated, SageMaker
|
|
8569
8767
|
* returns this token. To retrieve the next set of tags, use it in the subsequent request.
|
|
8570
8768
|
* </p>
|
|
8571
8769
|
*/
|
|
@@ -8587,7 +8785,7 @@ export interface ListTagsOutput {
|
|
|
8587
8785
|
*/
|
|
8588
8786
|
Tags?: Tag[];
|
|
8589
8787
|
/**
|
|
8590
|
-
* <p> If response is truncated,
|
|
8788
|
+
* <p> If response is truncated, SageMaker includes a token in the response. You can use this
|
|
8591
8789
|
* token in your subsequent request to fetch next set of tokens. </p>
|
|
8592
8790
|
*/
|
|
8593
8791
|
NextToken?: string;
|
|
@@ -8598,119 +8796,3 @@ export declare namespace ListTagsOutput {
|
|
|
8598
8796
|
*/
|
|
8599
8797
|
const filterSensitiveLog: (obj: ListTagsOutput) => any;
|
|
8600
8798
|
}
|
|
8601
|
-
export interface ListTrainingJobsRequest {
|
|
8602
|
-
/**
|
|
8603
|
-
* <p>If the result of the previous <code>ListTrainingJobs</code> request was truncated,
|
|
8604
|
-
* the response includes a <code>NextToken</code>. To retrieve the next set of training
|
|
8605
|
-
* jobs, use the token in the next request. </p>
|
|
8606
|
-
*/
|
|
8607
|
-
NextToken?: string;
|
|
8608
|
-
/**
|
|
8609
|
-
* <p>The maximum number of training jobs to return in the response.</p>
|
|
8610
|
-
*/
|
|
8611
|
-
MaxResults?: number;
|
|
8612
|
-
/**
|
|
8613
|
-
* <p>A filter that returns only training jobs created after the specified time
|
|
8614
|
-
* (timestamp).</p>
|
|
8615
|
-
*/
|
|
8616
|
-
CreationTimeAfter?: Date;
|
|
8617
|
-
/**
|
|
8618
|
-
* <p>A filter that returns only training jobs created before the specified time
|
|
8619
|
-
* (timestamp).</p>
|
|
8620
|
-
*/
|
|
8621
|
-
CreationTimeBefore?: Date;
|
|
8622
|
-
/**
|
|
8623
|
-
* <p>A filter that returns only training jobs modified after the specified time
|
|
8624
|
-
* (timestamp).</p>
|
|
8625
|
-
*/
|
|
8626
|
-
LastModifiedTimeAfter?: Date;
|
|
8627
|
-
/**
|
|
8628
|
-
* <p>A filter that returns only training jobs modified before the specified time
|
|
8629
|
-
* (timestamp).</p>
|
|
8630
|
-
*/
|
|
8631
|
-
LastModifiedTimeBefore?: Date;
|
|
8632
|
-
/**
|
|
8633
|
-
* <p>A string in the training job name. This filter returns only training jobs whose
|
|
8634
|
-
* name contains the specified string.</p>
|
|
8635
|
-
*/
|
|
8636
|
-
NameContains?: string;
|
|
8637
|
-
/**
|
|
8638
|
-
* <p>A filter that retrieves only training jobs with a specific status.</p>
|
|
8639
|
-
*/
|
|
8640
|
-
StatusEquals?: TrainingJobStatus | string;
|
|
8641
|
-
/**
|
|
8642
|
-
* <p>The field to sort results by. The default is <code>CreationTime</code>.</p>
|
|
8643
|
-
*/
|
|
8644
|
-
SortBy?: SortBy | string;
|
|
8645
|
-
/**
|
|
8646
|
-
* <p>The sort order for results. The default is <code>Ascending</code>.</p>
|
|
8647
|
-
*/
|
|
8648
|
-
SortOrder?: SortOrder | string;
|
|
8649
|
-
}
|
|
8650
|
-
export declare namespace ListTrainingJobsRequest {
|
|
8651
|
-
/**
|
|
8652
|
-
* @internal
|
|
8653
|
-
*/
|
|
8654
|
-
const filterSensitiveLog: (obj: ListTrainingJobsRequest) => any;
|
|
8655
|
-
}
|
|
8656
|
-
/**
|
|
8657
|
-
* <p>Provides summary information about a training job.</p>
|
|
8658
|
-
*/
|
|
8659
|
-
export interface TrainingJobSummary {
|
|
8660
|
-
/**
|
|
8661
|
-
* <p>The name of the training job that you want a summary for.</p>
|
|
8662
|
-
*/
|
|
8663
|
-
TrainingJobName: string | undefined;
|
|
8664
|
-
/**
|
|
8665
|
-
* <p>The Amazon Resource Name (ARN) of the training job.</p>
|
|
8666
|
-
*/
|
|
8667
|
-
TrainingJobArn: string | undefined;
|
|
8668
|
-
/**
|
|
8669
|
-
* <p>A timestamp that shows when the training job was created.</p>
|
|
8670
|
-
*/
|
|
8671
|
-
CreationTime: Date | undefined;
|
|
8672
|
-
/**
|
|
8673
|
-
* <p>A timestamp that shows when the training job ended. This field is set only if the
|
|
8674
|
-
* training job has one of the terminal statuses (<code>Completed</code>,
|
|
8675
|
-
* <code>Failed</code>, or <code>Stopped</code>). </p>
|
|
8676
|
-
*/
|
|
8677
|
-
TrainingEndTime?: Date;
|
|
8678
|
-
/**
|
|
8679
|
-
* <p> Timestamp when the training job was last modified. </p>
|
|
8680
|
-
*/
|
|
8681
|
-
LastModifiedTime?: Date;
|
|
8682
|
-
/**
|
|
8683
|
-
* <p>The status of the training job.</p>
|
|
8684
|
-
*/
|
|
8685
|
-
TrainingJobStatus: TrainingJobStatus | string | undefined;
|
|
8686
|
-
}
|
|
8687
|
-
export declare namespace TrainingJobSummary {
|
|
8688
|
-
/**
|
|
8689
|
-
* @internal
|
|
8690
|
-
*/
|
|
8691
|
-
const filterSensitiveLog: (obj: TrainingJobSummary) => any;
|
|
8692
|
-
}
|
|
8693
|
-
export interface ListTrainingJobsResponse {
|
|
8694
|
-
/**
|
|
8695
|
-
* <p>An array of <code>TrainingJobSummary</code> objects, each listing a training
|
|
8696
|
-
* job.</p>
|
|
8697
|
-
*/
|
|
8698
|
-
TrainingJobSummaries: TrainingJobSummary[] | undefined;
|
|
8699
|
-
/**
|
|
8700
|
-
* <p>If the response is truncated, Amazon SageMaker returns this token. To retrieve the next set of
|
|
8701
|
-
* training jobs, use it in the subsequent request.</p>
|
|
8702
|
-
*/
|
|
8703
|
-
NextToken?: string;
|
|
8704
|
-
}
|
|
8705
|
-
export declare namespace ListTrainingJobsResponse {
|
|
8706
|
-
/**
|
|
8707
|
-
* @internal
|
|
8708
|
-
*/
|
|
8709
|
-
const filterSensitiveLog: (obj: ListTrainingJobsResponse) => any;
|
|
8710
|
-
}
|
|
8711
|
-
export declare enum TrainingJobSortByOptions {
|
|
8712
|
-
CreationTime = "CreationTime",
|
|
8713
|
-
FinalObjectiveMetricValue = "FinalObjectiveMetricValue",
|
|
8714
|
-
Name = "Name",
|
|
8715
|
-
Status = "Status"
|
|
8716
|
-
}
|