@aws-sdk/client-sagemaker 3.95.0 → 3.101.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 +30 -0
- package/dist-cjs/commands/CreateImageCommand.js +2 -1
- package/dist-cjs/commands/ListSubscribedWorkteamsCommand.js +2 -1
- package/dist-cjs/commands/ListTagsCommand.js +1 -2
- package/dist-cjs/models/models_0.js +19 -11
- package/dist-cjs/models/models_1.js +18 -18
- package/dist-cjs/models/models_2.js +18 -18
- package/dist-cjs/models/models_3.js +15 -3
- package/dist-cjs/protocols/Aws_json1_1.js +42 -0
- package/dist-cjs/runtimeConfig.js +2 -0
- package/dist-es/commands/CreateImageCommand.js +2 -1
- package/dist-es/commands/ListSubscribedWorkteamsCommand.js +2 -1
- package/dist-es/commands/ListTagsCommand.js +1 -2
- package/dist-es/models/models_0.js +12 -4
- package/dist-es/models/models_1.js +8 -8
- package/dist-es/models/models_2.js +8 -8
- package/dist-es/models/models_3.js +8 -0
- package/dist-es/protocols/Aws_json1_1.js +40 -5
- package/dist-es/runtimeConfig.js +2 -0
- package/dist-types/SageMaker.d.ts +1 -1
- package/dist-types/commands/CreateImageCommand.d.ts +2 -1
- package/dist-types/commands/CreateTransformJobCommand.d.ts +1 -1
- package/dist-types/commands/ListSubscribedWorkteamsCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsCommand.d.ts +1 -2
- package/dist-types/models/models_0.d.ts +118 -48
- package/dist-types/models/models_1.d.ts +44 -60
- package/dist-types/models/models_2.d.ts +57 -42
- package/dist-types/models/models_3.d.ts +46 -2
- package/dist-types/ts3.4/commands/CreateImageCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListSubscribedWorkteamsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListTagsCommand.d.ts +1 -2
- package/dist-types/ts3.4/models/models_0.d.ts +19 -8
- package/dist-types/ts3.4/models/models_1.d.ts +19 -28
- package/dist-types/ts3.4/models/models_2.d.ts +31 -23
- package/dist-types/ts3.4/models/models_3.d.ts +26 -2
- package/package.json +6 -6
|
@@ -1,4 +1,16 @@
|
|
|
1
1
|
import { ActionSource, ActionStatus, AdditionalInferenceSpecificationDefinition, AlgorithmSpecification, AlgorithmStatus, AlgorithmStatusDetails, AlgorithmValidationSpecification, AnnotationConsolidationConfig, AppNetworkAccessType, AppSecurityGroupManagement, AppSpecification, AppStatus, AppType, ArtifactSource, AsyncInferenceConfig, AthenaDatasetDefinition, AuthMode, AutoMLCandidate, AutoMLChannel, AutoMLJobArtifacts, AutoMLJobCompletionCriteria, AutoMLJobConfig, AutoMLJobObjective, AutoMLJobSecondaryStatus, AutoMLJobStatus, AutoMLOutputDataConfig, AutoMLPartialFailureReason, BatchStrategy, Bias, CaptureStatus, CategoricalParameter, Channel, CheckpointConfig, CognitoConfig, CognitoMemberDefinition, CollectionConfiguration, CompilationJobStatus, ContainerDefinition, ContentClassifier, ContextSource, DataCaptureConfig, DataQualityAppSpecification, DataQualityBaselineConfig, DataQualityJobInput, DeploymentConfig, DomainSettings, EdgeOutputConfig, EdgePresetDeploymentType, EndpointInput, FeatureDefinition, FlowDefinitionOutputConfig, GitConfig, HumanLoopActivationConfig, HumanLoopConfig, HumanLoopRequestSource, HyperParameterTrainingJobDefinition, HyperParameterTuningJobConfig, HyperParameterTuningJobObjectiveType, HyperParameterTuningJobWarmStartConfig, InferenceSpecification, InputConfig, KernelGatewayImageConfig, MetadataProperties, MetricsSource, ModelApprovalStatus, ModelDeployConfig, MonitoringConstraintsResource, MonitoringNetworkConfig, MonitoringOutputConfig, MonitoringResources, MonitoringStatisticsResource, MonitoringStoppingCondition, NeoVpcConfig, ObjectiveStatus, OfflineStoreConfig, OnlineStoreConfig, OutputConfig, OutputDataConfig, ProblemType, ProcessingInstanceType, ProcessingS3DataDistributionType, ProcessingS3InputMode, ProcessingS3UploadMode, ProductionVariant, ProductionVariantAcceleratorType, ProductionVariantInstanceType, ProductionVariantServerlessConfig, PublicWorkforceTaskPrice, ResourceConfig, ResourceSpec, RetryStrategy, StoppingCondition, Tag, TrainingSpecification, TransformInput, TransformJobDefinition, TransformOutput, TransformResources, UserContext, UserSettings, VpcConfig } from "./models_0";
|
|
2
|
+
export interface CreateImageResponse {
|
|
3
|
+
/**
|
|
4
|
+
* <p>The Amazon Resource Name (ARN) of the image.</p>
|
|
5
|
+
*/
|
|
6
|
+
ImageArn?: string;
|
|
7
|
+
}
|
|
8
|
+
export declare namespace CreateImageResponse {
|
|
9
|
+
/**
|
|
10
|
+
* @internal
|
|
11
|
+
*/
|
|
12
|
+
const filterSensitiveLog: (obj: CreateImageResponse) => any;
|
|
13
|
+
}
|
|
2
14
|
export interface CreateImageVersionRequest {
|
|
3
15
|
/**
|
|
4
16
|
* <p>The registry path of the container image to use as the starting point for this
|
|
@@ -3341,7 +3353,11 @@ export interface CreateModelPackageInput {
|
|
|
3341
3353
|
Domain?: string;
|
|
3342
3354
|
/**
|
|
3343
3355
|
* <p>The machine learning task your model package accomplishes. Common machine
|
|
3344
|
-
* learning tasks include object detection and image classification
|
|
3356
|
+
* learning tasks include object detection and image classification. The following
|
|
3357
|
+
* tasks are supported by Inference Recommender:
|
|
3358
|
+
* <code>"IMAGE_CLASSIFICATION"</code> | <code>"OBJECT_DETECTION"</code> | <code>"TEXT_GENERATION"</code> |<code>"IMAGE_SEGMENTATION"</code> |
|
|
3359
|
+
* <code>"FILL_MASK"</code> | <code>"CLASSIFICATION"</code> | <code>"REGRESSION"</code> | <code>"OTHER"</code>.</p>
|
|
3360
|
+
* <p>Specify "OTHER" if none of the tasks listed fit your use case.</p>
|
|
3345
3361
|
*/
|
|
3346
3362
|
Task?: string;
|
|
3347
3363
|
/**
|
|
@@ -3876,6 +3892,21 @@ export declare enum DirectInternetAccess {
|
|
|
3876
3892
|
DISABLED = "Disabled",
|
|
3877
3893
|
ENABLED = "Enabled"
|
|
3878
3894
|
}
|
|
3895
|
+
/**
|
|
3896
|
+
* <p>Information on the IMDS configuration of the notebook instance</p>
|
|
3897
|
+
*/
|
|
3898
|
+
export interface InstanceMetadataServiceConfiguration {
|
|
3899
|
+
/**
|
|
3900
|
+
* <p>Indicates the minimum IMDS version that the notebook instance supports. When passed as part of <code>CreateNotebookInstance</code>, if no value is selected, then it defaults to IMDSv1. This means that both IMDSv1 and IMDSv2 are supported. If passed as part of <code>UpdateNotebookInstance</code>, there is no default.</p>
|
|
3901
|
+
*/
|
|
3902
|
+
MinimumInstanceMetadataServiceVersion: string | undefined;
|
|
3903
|
+
}
|
|
3904
|
+
export declare namespace InstanceMetadataServiceConfiguration {
|
|
3905
|
+
/**
|
|
3906
|
+
* @internal
|
|
3907
|
+
*/
|
|
3908
|
+
const filterSensitiveLog: (obj: InstanceMetadataServiceConfiguration) => any;
|
|
3909
|
+
}
|
|
3879
3910
|
export declare enum _InstanceType {
|
|
3880
3911
|
ML_C4_2XLARGE = "ml.c4.2xlarge",
|
|
3881
3912
|
ML_C4_4XLARGE = "ml.c4.4xlarge",
|
|
@@ -4056,6 +4087,10 @@ export interface CreateNotebookInstanceInput {
|
|
|
4056
4087
|
* <p>The platform identifier of the notebook instance runtime environment.</p>
|
|
4057
4088
|
*/
|
|
4058
4089
|
PlatformIdentifier?: string;
|
|
4090
|
+
/**
|
|
4091
|
+
* <p>Information on the IMDS configuration of the notebook instance</p>
|
|
4092
|
+
*/
|
|
4093
|
+
InstanceMetadataServiceConfiguration?: InstanceMetadataServiceConfiguration;
|
|
4059
4094
|
}
|
|
4060
4095
|
export declare namespace CreateNotebookInstanceInput {
|
|
4061
4096
|
/**
|
|
@@ -6062,27 +6097,27 @@ export declare namespace CreateWorkteamResponse {
|
|
|
6062
6097
|
const filterSensitiveLog: (obj: CreateWorkteamResponse) => any;
|
|
6063
6098
|
}
|
|
6064
6099
|
/**
|
|
6065
|
-
* <p
|
|
6100
|
+
* <p>The currently active data capture configuration used by your Endpoint.</p>
|
|
6066
6101
|
*/
|
|
6067
6102
|
export interface DataCaptureConfigSummary {
|
|
6068
6103
|
/**
|
|
6069
|
-
* <p
|
|
6104
|
+
* <p>Whether data capture is enabled or disabled.</p>
|
|
6070
6105
|
*/
|
|
6071
6106
|
EnableCapture: boolean | undefined;
|
|
6072
6107
|
/**
|
|
6073
|
-
* <p
|
|
6108
|
+
* <p>Whether data capture is currently functional.</p>
|
|
6074
6109
|
*/
|
|
6075
6110
|
CaptureStatus: CaptureStatus | string | undefined;
|
|
6076
6111
|
/**
|
|
6077
|
-
* <p
|
|
6112
|
+
* <p>The percentage of requests being captured by your Endpoint.</p>
|
|
6078
6113
|
*/
|
|
6079
6114
|
CurrentSamplingPercentage: number | undefined;
|
|
6080
6115
|
/**
|
|
6081
|
-
* <p
|
|
6116
|
+
* <p>The Amazon S3 location being used to capture the data.</p>
|
|
6082
6117
|
*/
|
|
6083
6118
|
DestinationS3Uri: string | undefined;
|
|
6084
6119
|
/**
|
|
6085
|
-
* <p
|
|
6120
|
+
* <p>The KMS key being used to encrypt the data in Amazon S3.</p>
|
|
6086
6121
|
*/
|
|
6087
6122
|
KmsKeyId: string | undefined;
|
|
6088
6123
|
}
|
|
@@ -8304,7 +8339,7 @@ export interface DescribeEndpointOutput {
|
|
|
8304
8339
|
*/
|
|
8305
8340
|
ProductionVariants?: ProductionVariantSummary[];
|
|
8306
8341
|
/**
|
|
8307
|
-
* <p
|
|
8342
|
+
* <p>The currently active data capture configuration used by your Endpoint.</p>
|
|
8308
8343
|
*/
|
|
8309
8344
|
DataCaptureConfig?: DataCaptureConfigSummary;
|
|
8310
8345
|
/**
|
|
@@ -8422,7 +8457,7 @@ export interface DescribeEndpointConfigOutput {
|
|
|
8422
8457
|
*/
|
|
8423
8458
|
ProductionVariants: ProductionVariant[] | undefined;
|
|
8424
8459
|
/**
|
|
8425
|
-
* <p
|
|
8460
|
+
* <p>Configuration to control how SageMaker captures inference data.</p>
|
|
8426
8461
|
*/
|
|
8427
8462
|
DataCaptureConfig?: DataCaptureConfig;
|
|
8428
8463
|
/**
|
|
@@ -9452,54 +9487,3 @@ export declare namespace DescribeLabelingJobRequest {
|
|
|
9452
9487
|
*/
|
|
9453
9488
|
const filterSensitiveLog: (obj: DescribeLabelingJobRequest) => any;
|
|
9454
9489
|
}
|
|
9455
|
-
/**
|
|
9456
|
-
* <p>Provides a breakdown of the number of objects labeled.</p>
|
|
9457
|
-
*/
|
|
9458
|
-
export interface LabelCounters {
|
|
9459
|
-
/**
|
|
9460
|
-
* <p>The total number of objects labeled.</p>
|
|
9461
|
-
*/
|
|
9462
|
-
TotalLabeled?: number;
|
|
9463
|
-
/**
|
|
9464
|
-
* <p>The total number of objects labeled by a human worker.</p>
|
|
9465
|
-
*/
|
|
9466
|
-
HumanLabeled?: number;
|
|
9467
|
-
/**
|
|
9468
|
-
* <p>The total number of objects labeled by automated data labeling.</p>
|
|
9469
|
-
*/
|
|
9470
|
-
MachineLabeled?: number;
|
|
9471
|
-
/**
|
|
9472
|
-
* <p>The total number of objects that could not be labeled due to an error.</p>
|
|
9473
|
-
*/
|
|
9474
|
-
FailedNonRetryableError?: number;
|
|
9475
|
-
/**
|
|
9476
|
-
* <p>The total number of objects not yet labeled.</p>
|
|
9477
|
-
*/
|
|
9478
|
-
Unlabeled?: number;
|
|
9479
|
-
}
|
|
9480
|
-
export declare namespace LabelCounters {
|
|
9481
|
-
/**
|
|
9482
|
-
* @internal
|
|
9483
|
-
*/
|
|
9484
|
-
const filterSensitiveLog: (obj: LabelCounters) => any;
|
|
9485
|
-
}
|
|
9486
|
-
/**
|
|
9487
|
-
* <p>Specifies the location of the output produced by the labeling job. </p>
|
|
9488
|
-
*/
|
|
9489
|
-
export interface LabelingJobOutput {
|
|
9490
|
-
/**
|
|
9491
|
-
* <p>The Amazon S3 bucket location of the manifest file for labeled data. </p>
|
|
9492
|
-
*/
|
|
9493
|
-
OutputDatasetS3Uri: string | undefined;
|
|
9494
|
-
/**
|
|
9495
|
-
* <p>The Amazon Resource Name (ARN) for the most recent SageMaker model trained as part of
|
|
9496
|
-
* automated data labeling. </p>
|
|
9497
|
-
*/
|
|
9498
|
-
FinalActiveLearningModelArn?: string;
|
|
9499
|
-
}
|
|
9500
|
-
export declare namespace LabelingJobOutput {
|
|
9501
|
-
/**
|
|
9502
|
-
* @internal
|
|
9503
|
-
*/
|
|
9504
|
-
const filterSensitiveLog: (obj: LabelingJobOutput) => any;
|
|
9505
|
-
}
|
|
@@ -1,5 +1,56 @@
|
|
|
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, HumanTaskConfig, HyperParameterTuningJobStatus, ImageStatus, ImageVersionStatus, InferenceExecutionConfig,
|
|
2
|
+
import { _InstanceType, DataCaptureConfigSummary, DataProcessing, DebugHookConfig, DebugRuleConfiguration, DebugRuleEvaluationStatus, DirectInternetAccess, DomainStatus, DriftCheckBaselines, EdgePackagingJobStatus, EndpointStatus, ExperimentConfig, ExperimentSource, FeatureGroupStatus, FlowDefinitionStatus, HumanTaskConfig, HyperParameterTuningJobStatus, ImageStatus, ImageVersionStatus, InferenceExecutionConfig, InstanceMetadataServiceConfiguration, LabelingJobAlgorithmsConfig, LabelingJobInputConfig, LabelingJobOutputConfig, 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
|
+
/**
|
|
4
|
+
* <p>Provides a breakdown of the number of objects labeled.</p>
|
|
5
|
+
*/
|
|
6
|
+
export interface LabelCounters {
|
|
7
|
+
/**
|
|
8
|
+
* <p>The total number of objects labeled.</p>
|
|
9
|
+
*/
|
|
10
|
+
TotalLabeled?: number;
|
|
11
|
+
/**
|
|
12
|
+
* <p>The total number of objects labeled by a human worker.</p>
|
|
13
|
+
*/
|
|
14
|
+
HumanLabeled?: number;
|
|
15
|
+
/**
|
|
16
|
+
* <p>The total number of objects labeled by automated data labeling.</p>
|
|
17
|
+
*/
|
|
18
|
+
MachineLabeled?: number;
|
|
19
|
+
/**
|
|
20
|
+
* <p>The total number of objects that could not be labeled due to an error.</p>
|
|
21
|
+
*/
|
|
22
|
+
FailedNonRetryableError?: number;
|
|
23
|
+
/**
|
|
24
|
+
* <p>The total number of objects not yet labeled.</p>
|
|
25
|
+
*/
|
|
26
|
+
Unlabeled?: number;
|
|
27
|
+
}
|
|
28
|
+
export declare namespace LabelCounters {
|
|
29
|
+
/**
|
|
30
|
+
* @internal
|
|
31
|
+
*/
|
|
32
|
+
const filterSensitiveLog: (obj: LabelCounters) => any;
|
|
33
|
+
}
|
|
34
|
+
/**
|
|
35
|
+
* <p>Specifies the location of the output produced by the labeling job. </p>
|
|
36
|
+
*/
|
|
37
|
+
export interface LabelingJobOutput {
|
|
38
|
+
/**
|
|
39
|
+
* <p>The Amazon S3 bucket location of the manifest file for labeled data. </p>
|
|
40
|
+
*/
|
|
41
|
+
OutputDatasetS3Uri: string | undefined;
|
|
42
|
+
/**
|
|
43
|
+
* <p>The Amazon Resource Name (ARN) for the most recent SageMaker model trained as part of
|
|
44
|
+
* automated data labeling. </p>
|
|
45
|
+
*/
|
|
46
|
+
FinalActiveLearningModelArn?: string;
|
|
47
|
+
}
|
|
48
|
+
export declare namespace LabelingJobOutput {
|
|
49
|
+
/**
|
|
50
|
+
* @internal
|
|
51
|
+
*/
|
|
52
|
+
const filterSensitiveLog: (obj: LabelingJobOutput) => any;
|
|
53
|
+
}
|
|
3
54
|
export declare enum LabelingJobStatus {
|
|
4
55
|
COMPLETED = "Completed",
|
|
5
56
|
FAILED = "Failed",
|
|
@@ -999,6 +1050,10 @@ export interface DescribeNotebookInstanceOutput {
|
|
|
999
1050
|
* <p>The platform identifier of the notebook instance runtime environment.</p>
|
|
1000
1051
|
*/
|
|
1001
1052
|
PlatformIdentifier?: string;
|
|
1053
|
+
/**
|
|
1054
|
+
* <p>Information on the IMDS configuration of the notebook instance</p>
|
|
1055
|
+
*/
|
|
1056
|
+
InstanceMetadataServiceConfiguration?: InstanceMetadataServiceConfiguration;
|
|
1002
1057
|
}
|
|
1003
1058
|
export declare namespace DescribeNotebookInstanceOutput {
|
|
1004
1059
|
/**
|
|
@@ -3475,7 +3530,7 @@ export interface Endpoint {
|
|
|
3475
3530
|
*/
|
|
3476
3531
|
ProductionVariants?: ProductionVariantSummary[];
|
|
3477
3532
|
/**
|
|
3478
|
-
* <p
|
|
3533
|
+
* <p>The currently active data capture configuration used by your Endpoint.</p>
|
|
3479
3534
|
*/
|
|
3480
3535
|
DataCaptureConfig?: DataCaptureConfigSummary;
|
|
3481
3536
|
/**
|
|
@@ -8747,43 +8802,3 @@ export declare namespace ListSubscribedWorkteamsRequest {
|
|
|
8747
8802
|
*/
|
|
8748
8803
|
const filterSensitiveLog: (obj: ListSubscribedWorkteamsRequest) => any;
|
|
8749
8804
|
}
|
|
8750
|
-
export interface ListSubscribedWorkteamsResponse {
|
|
8751
|
-
/**
|
|
8752
|
-
* <p>An array of <code>Workteam</code> objects, each describing a work team.</p>
|
|
8753
|
-
*/
|
|
8754
|
-
SubscribedWorkteams: SubscribedWorkteam[] | undefined;
|
|
8755
|
-
/**
|
|
8756
|
-
* <p>If the response is truncated, Amazon SageMaker returns this token. To retrieve the next set of
|
|
8757
|
-
* work teams, use it in the subsequent request.</p>
|
|
8758
|
-
*/
|
|
8759
|
-
NextToken?: string;
|
|
8760
|
-
}
|
|
8761
|
-
export declare namespace ListSubscribedWorkteamsResponse {
|
|
8762
|
-
/**
|
|
8763
|
-
* @internal
|
|
8764
|
-
*/
|
|
8765
|
-
const filterSensitiveLog: (obj: ListSubscribedWorkteamsResponse) => any;
|
|
8766
|
-
}
|
|
8767
|
-
export interface ListTagsInput {
|
|
8768
|
-
/**
|
|
8769
|
-
* <p>The Amazon Resource Name (ARN) of the resource whose tags you want to
|
|
8770
|
-
* retrieve.</p>
|
|
8771
|
-
*/
|
|
8772
|
-
ResourceArn: string | undefined;
|
|
8773
|
-
/**
|
|
8774
|
-
* <p> If the response to the previous <code>ListTags</code> request is truncated, SageMaker
|
|
8775
|
-
* returns this token. To retrieve the next set of tags, use it in the subsequent request.
|
|
8776
|
-
* </p>
|
|
8777
|
-
*/
|
|
8778
|
-
NextToken?: string;
|
|
8779
|
-
/**
|
|
8780
|
-
* <p>Maximum number of tags to return.</p>
|
|
8781
|
-
*/
|
|
8782
|
-
MaxResults?: number;
|
|
8783
|
-
}
|
|
8784
|
-
export declare namespace ListTagsInput {
|
|
8785
|
-
/**
|
|
8786
|
-
* @internal
|
|
8787
|
-
*/
|
|
8788
|
-
const filterSensitiveLog: (obj: ListTagsInput) => any;
|
|
8789
|
-
}
|
|
@@ -1,6 +1,46 @@
|
|
|
1
1
|
import { ActionStatus, AdditionalInferenceSpecificationDefinition, AlgorithmSpecification, AppSpecification, BatchStrategy, BooleanOperator, Channel, CheckpointConfig, DeploymentConfig, EdgeOutputConfig, InferenceSpecification, KernelGatewayImageConfig, MetadataProperties, ModelApprovalStatus, ModelPackageStatus, OutputDataConfig, OutputParameter, ResourceConfig, RetryStrategy, StoppingCondition, Tag, TransformInput, TransformOutput, TransformResources, UiTemplate, UserContext, UserSettings, VpcConfig } from "./models_0";
|
|
2
|
-
import { _InstanceType, DataProcessing, DebugHookConfig, DebugRuleConfiguration, DebugRuleEvaluationStatus, DriftCheckBaselines, ExperimentConfig, HyperParameterTrainingJobSummary, MemberDefinition, ModelArtifacts, ModelClientConfig, ModelMetrics, ModelPackageValidationSpecification, MonitoringScheduleConfig, NetworkConfig, NotebookInstanceAcceleratorType, NotebookInstanceLifecycleHook, NotificationConfiguration, OidcConfig, ParallelismConfiguration, PipelineDefinitionS3Location, ProcessingInput, ProcessingOutputConfig, ProcessingResources, ProcessingStoppingCondition, ProfilerRuleConfiguration, ProvisioningParameter, RootAccess, ServiceCatalogProvisioningDetails, SourceAlgorithmSpecification, SourceIpConfig, TensorBoardOutputConfig, TrainingJobStatus, TrialComponentArtifact, TrialComponentParameterValue, TrialComponentStatus } from "./models_1";
|
|
3
|
-
import { DesiredWeightAndCapacity, Device, Direction, DomainSettingsForUpdate, Edge, Endpoint, Experiment, FeatureGroup, Filter, GitConfigForUpdate, LineageType, MetricData, ModelPackageGroupStatus, ModelPackageStatusDetails, Parameter, PipelineExecutionStatus, PipelineExperimentConfig, PipelineStatus, ProcessingJobStatus, ProjectStatus, ResourceType, SecondaryStatus, SecondaryStatusTransition, ServiceCatalogProvisionedProductDetails, SortBy, SortOrder, TransformJobStatus, TrialComponentMetricSummary, TrialComponentSource, TrialSource, UserProfileStatus, Workforce, Workteam } from "./models_2";
|
|
2
|
+
import { _InstanceType, DataProcessing, DebugHookConfig, DebugRuleConfiguration, DebugRuleEvaluationStatus, DriftCheckBaselines, ExperimentConfig, HyperParameterTrainingJobSummary, InstanceMetadataServiceConfiguration, MemberDefinition, ModelArtifacts, ModelClientConfig, ModelMetrics, ModelPackageValidationSpecification, MonitoringScheduleConfig, NetworkConfig, NotebookInstanceAcceleratorType, NotebookInstanceLifecycleHook, NotificationConfiguration, OidcConfig, ParallelismConfiguration, PipelineDefinitionS3Location, ProcessingInput, ProcessingOutputConfig, ProcessingResources, ProcessingStoppingCondition, ProfilerRuleConfiguration, ProvisioningParameter, RootAccess, ServiceCatalogProvisioningDetails, SourceAlgorithmSpecification, SourceIpConfig, TensorBoardOutputConfig, TrainingJobStatus, TrialComponentArtifact, TrialComponentParameterValue, TrialComponentStatus } from "./models_1";
|
|
3
|
+
import { DesiredWeightAndCapacity, Device, Direction, DomainSettingsForUpdate, Edge, Endpoint, Experiment, FeatureGroup, Filter, GitConfigForUpdate, LineageType, MetricData, ModelPackageGroupStatus, ModelPackageStatusDetails, Parameter, PipelineExecutionStatus, PipelineExperimentConfig, PipelineStatus, ProcessingJobStatus, ProjectStatus, ResourceType, SecondaryStatus, SecondaryStatusTransition, ServiceCatalogProvisionedProductDetails, SortBy, SortOrder, SubscribedWorkteam, TransformJobStatus, TrialComponentMetricSummary, TrialComponentSource, TrialSource, UserProfileStatus, Workforce, Workteam } from "./models_2";
|
|
4
|
+
export interface ListSubscribedWorkteamsResponse {
|
|
5
|
+
/**
|
|
6
|
+
* <p>An array of <code>Workteam</code> objects, each describing a work team.</p>
|
|
7
|
+
*/
|
|
8
|
+
SubscribedWorkteams: SubscribedWorkteam[] | undefined;
|
|
9
|
+
/**
|
|
10
|
+
* <p>If the response is truncated, Amazon SageMaker returns this token. To retrieve the next set of
|
|
11
|
+
* work teams, use it in the subsequent request.</p>
|
|
12
|
+
*/
|
|
13
|
+
NextToken?: string;
|
|
14
|
+
}
|
|
15
|
+
export declare namespace ListSubscribedWorkteamsResponse {
|
|
16
|
+
/**
|
|
17
|
+
* @internal
|
|
18
|
+
*/
|
|
19
|
+
const filterSensitiveLog: (obj: ListSubscribedWorkteamsResponse) => any;
|
|
20
|
+
}
|
|
21
|
+
export interface ListTagsInput {
|
|
22
|
+
/**
|
|
23
|
+
* <p>The Amazon Resource Name (ARN) of the resource whose tags you want to
|
|
24
|
+
* retrieve.</p>
|
|
25
|
+
*/
|
|
26
|
+
ResourceArn: string | undefined;
|
|
27
|
+
/**
|
|
28
|
+
* <p> If the response to the previous <code>ListTags</code> request is truncated, SageMaker
|
|
29
|
+
* returns this token. To retrieve the next set of tags, use it in the subsequent request.
|
|
30
|
+
* </p>
|
|
31
|
+
*/
|
|
32
|
+
NextToken?: string;
|
|
33
|
+
/**
|
|
34
|
+
* <p>Maximum number of tags to return.</p>
|
|
35
|
+
*/
|
|
36
|
+
MaxResults?: number;
|
|
37
|
+
}
|
|
38
|
+
export declare namespace ListTagsInput {
|
|
39
|
+
/**
|
|
40
|
+
* @internal
|
|
41
|
+
*/
|
|
42
|
+
const filterSensitiveLog: (obj: ListTagsInput) => any;
|
|
43
|
+
}
|
|
4
44
|
export interface ListTagsOutput {
|
|
5
45
|
/**
|
|
6
46
|
* <p>An array of <code>Tag</code> objects, each with a tag key and a value.</p>
|
|
@@ -3443,6 +3483,10 @@ export interface UpdateNotebookInstanceInput {
|
|
|
3443
3483
|
* </note>
|
|
3444
3484
|
*/
|
|
3445
3485
|
RootAccess?: RootAccess | string;
|
|
3486
|
+
/**
|
|
3487
|
+
* <p>Information on the IMDS configuration of the notebook instance</p>
|
|
3488
|
+
*/
|
|
3489
|
+
InstanceMetadataServiceConfiguration?: InstanceMetadataServiceConfiguration;
|
|
3446
3490
|
}
|
|
3447
3491
|
export declare namespace UpdateNotebookInstanceInput {
|
|
3448
3492
|
/**
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { CreateImageRequest
|
|
3
|
+
import { CreateImageRequest } from "../models/models_0";
|
|
4
|
+
import { CreateImageResponse } from "../models/models_1";
|
|
4
5
|
import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
5
6
|
export interface CreateImageCommandInput extends CreateImageRequest {
|
|
6
7
|
}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { ListSubscribedWorkteamsRequest
|
|
3
|
+
import { ListSubscribedWorkteamsRequest } from "../models/models_2";
|
|
4
|
+
import { ListSubscribedWorkteamsResponse } from "../models/models_3";
|
|
4
5
|
import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
5
6
|
export interface ListSubscribedWorkteamsCommandInput extends ListSubscribedWorkteamsRequest {
|
|
6
7
|
}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
-
import { ListTagsInput } from "../models/
|
|
4
|
-
import { ListTagsOutput } from "../models/models_3";
|
|
3
|
+
import { ListTagsInput, ListTagsOutput } from "../models/models_3";
|
|
5
4
|
import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
6
5
|
export interface ListTagsCommandInput extends ListTagsInput {
|
|
7
6
|
}
|
|
@@ -828,6 +828,14 @@ export declare enum AppInstanceType {
|
|
|
828
828
|
ML_G4DN_4XLARGE = "ml.g4dn.4xlarge",
|
|
829
829
|
ML_G4DN_8XLARGE = "ml.g4dn.8xlarge",
|
|
830
830
|
ML_G4DN_XLARGE = "ml.g4dn.xlarge",
|
|
831
|
+
ML_G5_12XLARGE = "ml.g5.12xlarge",
|
|
832
|
+
ML_G5_16XLARGE = "ml.g5.16xlarge",
|
|
833
|
+
ML_G5_24XLARGE = "ml.g5.24xlarge",
|
|
834
|
+
ML_G5_2XLARGE = "ml.g5.2xlarge",
|
|
835
|
+
ML_G5_48XLARGE = "ml.g5.48xlarge",
|
|
836
|
+
ML_G5_4XLARGE = "ml.g5.4xlarge",
|
|
837
|
+
ML_G5_8XLARGE = "ml.g5.8xlarge",
|
|
838
|
+
ML_G5_XLARGE = "ml.g5.xlarge",
|
|
831
839
|
ML_M5D_12XLARGE = "ml.m5d.12xlarge",
|
|
832
840
|
ML_M5D_16XLARGE = "ml.m5d.16xlarge",
|
|
833
841
|
ML_M5D_24XLARGE = "ml.m5d.24xlarge",
|
|
@@ -1232,6 +1240,15 @@ export declare namespace AutoMLCandidate {
|
|
|
1232
1240
|
|
|
1233
1241
|
const filterSensitiveLog: (obj: AutoMLCandidate) => any;
|
|
1234
1242
|
}
|
|
1243
|
+
|
|
1244
|
+
export interface AutoMLCandidateGenerationConfig {
|
|
1245
|
+
|
|
1246
|
+
FeatureSpecificationS3Uri?: string;
|
|
1247
|
+
}
|
|
1248
|
+
export declare namespace AutoMLCandidateGenerationConfig {
|
|
1249
|
+
|
|
1250
|
+
const filterSensitiveLog: (obj: AutoMLCandidateGenerationConfig) => any;
|
|
1251
|
+
}
|
|
1235
1252
|
export declare enum AutoMLChannelType {
|
|
1236
1253
|
TRAINING = "training",
|
|
1237
1254
|
VALIDATION = "validation"
|
|
@@ -1342,6 +1359,8 @@ export interface AutoMLJobConfig {
|
|
|
1342
1359
|
SecurityConfig?: AutoMLSecurityConfig;
|
|
1343
1360
|
|
|
1344
1361
|
DataSplitConfig?: AutoMLDataSplitConfig;
|
|
1362
|
+
|
|
1363
|
+
CandidateGenerationConfig?: AutoMLCandidateGenerationConfig;
|
|
1345
1364
|
}
|
|
1346
1365
|
export declare namespace AutoMLJobConfig {
|
|
1347
1366
|
|
|
@@ -3644,11 +3663,3 @@ export declare namespace CreateImageRequest {
|
|
|
3644
3663
|
|
|
3645
3664
|
const filterSensitiveLog: (obj: CreateImageRequest) => any;
|
|
3646
3665
|
}
|
|
3647
|
-
export interface CreateImageResponse {
|
|
3648
|
-
|
|
3649
|
-
ImageArn?: string;
|
|
3650
|
-
}
|
|
3651
|
-
export declare namespace CreateImageResponse {
|
|
3652
|
-
|
|
3653
|
-
const filterSensitiveLog: (obj: CreateImageResponse) => any;
|
|
3654
|
-
}
|
|
@@ -1,4 +1,12 @@
|
|
|
1
1
|
import { ActionSource, ActionStatus, AdditionalInferenceSpecificationDefinition, AlgorithmSpecification, AlgorithmStatus, AlgorithmStatusDetails, AlgorithmValidationSpecification, AnnotationConsolidationConfig, AppNetworkAccessType, AppSecurityGroupManagement, AppSpecification, AppStatus, AppType, ArtifactSource, AsyncInferenceConfig, AthenaDatasetDefinition, AuthMode, AutoMLCandidate, AutoMLChannel, AutoMLJobArtifacts, AutoMLJobCompletionCriteria, AutoMLJobConfig, AutoMLJobObjective, AutoMLJobSecondaryStatus, AutoMLJobStatus, AutoMLOutputDataConfig, AutoMLPartialFailureReason, BatchStrategy, Bias, CaptureStatus, CategoricalParameter, Channel, CheckpointConfig, CognitoConfig, CognitoMemberDefinition, CollectionConfiguration, CompilationJobStatus, ContainerDefinition, ContentClassifier, ContextSource, DataCaptureConfig, DataQualityAppSpecification, DataQualityBaselineConfig, DataQualityJobInput, DeploymentConfig, DomainSettings, EdgeOutputConfig, EdgePresetDeploymentType, EndpointInput, FeatureDefinition, FlowDefinitionOutputConfig, GitConfig, HumanLoopActivationConfig, HumanLoopConfig, HumanLoopRequestSource, HyperParameterTrainingJobDefinition, HyperParameterTuningJobConfig, HyperParameterTuningJobObjectiveType, HyperParameterTuningJobWarmStartConfig, InferenceSpecification, InputConfig, KernelGatewayImageConfig, MetadataProperties, MetricsSource, ModelApprovalStatus, ModelDeployConfig, MonitoringConstraintsResource, MonitoringNetworkConfig, MonitoringOutputConfig, MonitoringResources, MonitoringStatisticsResource, MonitoringStoppingCondition, NeoVpcConfig, ObjectiveStatus, OfflineStoreConfig, OnlineStoreConfig, OutputConfig, OutputDataConfig, ProblemType, ProcessingInstanceType, ProcessingS3DataDistributionType, ProcessingS3InputMode, ProcessingS3UploadMode, ProductionVariant, ProductionVariantAcceleratorType, ProductionVariantInstanceType, ProductionVariantServerlessConfig, PublicWorkforceTaskPrice, ResourceConfig, ResourceSpec, RetryStrategy, StoppingCondition, Tag, TrainingSpecification, TransformInput, TransformJobDefinition, TransformOutput, TransformResources, UserContext, UserSettings, VpcConfig } from "./models_0";
|
|
2
|
+
export interface CreateImageResponse {
|
|
3
|
+
|
|
4
|
+
ImageArn?: string;
|
|
5
|
+
}
|
|
6
|
+
export declare namespace CreateImageResponse {
|
|
7
|
+
|
|
8
|
+
const filterSensitiveLog: (obj: CreateImageResponse) => any;
|
|
9
|
+
}
|
|
2
10
|
export interface CreateImageVersionRequest {
|
|
3
11
|
|
|
4
12
|
BaseImage: string | undefined;
|
|
@@ -996,6 +1004,15 @@ export declare enum DirectInternetAccess {
|
|
|
996
1004
|
DISABLED = "Disabled",
|
|
997
1005
|
ENABLED = "Enabled"
|
|
998
1006
|
}
|
|
1007
|
+
|
|
1008
|
+
export interface InstanceMetadataServiceConfiguration {
|
|
1009
|
+
|
|
1010
|
+
MinimumInstanceMetadataServiceVersion: string | undefined;
|
|
1011
|
+
}
|
|
1012
|
+
export declare namespace InstanceMetadataServiceConfiguration {
|
|
1013
|
+
|
|
1014
|
+
const filterSensitiveLog: (obj: InstanceMetadataServiceConfiguration) => any;
|
|
1015
|
+
}
|
|
999
1016
|
export declare enum _InstanceType {
|
|
1000
1017
|
ML_C4_2XLARGE = "ml.c4.2xlarge",
|
|
1001
1018
|
ML_C4_4XLARGE = "ml.c4.4xlarge",
|
|
@@ -1102,6 +1119,8 @@ export interface CreateNotebookInstanceInput {
|
|
|
1102
1119
|
RootAccess?: RootAccess | string;
|
|
1103
1120
|
|
|
1104
1121
|
PlatformIdentifier?: string;
|
|
1122
|
+
|
|
1123
|
+
InstanceMetadataServiceConfiguration?: InstanceMetadataServiceConfiguration;
|
|
1105
1124
|
}
|
|
1106
1125
|
export declare namespace CreateNotebookInstanceInput {
|
|
1107
1126
|
|
|
@@ -3878,31 +3897,3 @@ export declare namespace DescribeLabelingJobRequest {
|
|
|
3878
3897
|
|
|
3879
3898
|
const filterSensitiveLog: (obj: DescribeLabelingJobRequest) => any;
|
|
3880
3899
|
}
|
|
3881
|
-
|
|
3882
|
-
export interface LabelCounters {
|
|
3883
|
-
|
|
3884
|
-
TotalLabeled?: number;
|
|
3885
|
-
|
|
3886
|
-
HumanLabeled?: number;
|
|
3887
|
-
|
|
3888
|
-
MachineLabeled?: number;
|
|
3889
|
-
|
|
3890
|
-
FailedNonRetryableError?: number;
|
|
3891
|
-
|
|
3892
|
-
Unlabeled?: number;
|
|
3893
|
-
}
|
|
3894
|
-
export declare namespace LabelCounters {
|
|
3895
|
-
|
|
3896
|
-
const filterSensitiveLog: (obj: LabelCounters) => any;
|
|
3897
|
-
}
|
|
3898
|
-
|
|
3899
|
-
export interface LabelingJobOutput {
|
|
3900
|
-
|
|
3901
|
-
OutputDatasetS3Uri: string | undefined;
|
|
3902
|
-
|
|
3903
|
-
FinalActiveLearningModelArn?: string;
|
|
3904
|
-
}
|
|
3905
|
-
export declare namespace LabelingJobOutput {
|
|
3906
|
-
|
|
3907
|
-
const filterSensitiveLog: (obj: LabelingJobOutput) => any;
|
|
3908
|
-
}
|
|
@@ -1,5 +1,33 @@
|
|
|
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, HumanTaskConfig, HyperParameterTuningJobStatus, ImageStatus, ImageVersionStatus, InferenceExecutionConfig,
|
|
2
|
+
import { _InstanceType, DataCaptureConfigSummary, DataProcessing, DebugHookConfig, DebugRuleConfiguration, DebugRuleEvaluationStatus, DirectInternetAccess, DomainStatus, DriftCheckBaselines, EdgePackagingJobStatus, EndpointStatus, ExperimentConfig, ExperimentSource, FeatureGroupStatus, FlowDefinitionStatus, HumanTaskConfig, HyperParameterTuningJobStatus, ImageStatus, ImageVersionStatus, InferenceExecutionConfig, InstanceMetadataServiceConfiguration, LabelingJobAlgorithmsConfig, LabelingJobInputConfig, LabelingJobOutputConfig, 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
|
+
|
|
4
|
+
export interface LabelCounters {
|
|
5
|
+
|
|
6
|
+
TotalLabeled?: number;
|
|
7
|
+
|
|
8
|
+
HumanLabeled?: number;
|
|
9
|
+
|
|
10
|
+
MachineLabeled?: number;
|
|
11
|
+
|
|
12
|
+
FailedNonRetryableError?: number;
|
|
13
|
+
|
|
14
|
+
Unlabeled?: number;
|
|
15
|
+
}
|
|
16
|
+
export declare namespace LabelCounters {
|
|
17
|
+
|
|
18
|
+
const filterSensitiveLog: (obj: LabelCounters) => any;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
export interface LabelingJobOutput {
|
|
22
|
+
|
|
23
|
+
OutputDatasetS3Uri: string | undefined;
|
|
24
|
+
|
|
25
|
+
FinalActiveLearningModelArn?: string;
|
|
26
|
+
}
|
|
27
|
+
export declare namespace LabelingJobOutput {
|
|
28
|
+
|
|
29
|
+
const filterSensitiveLog: (obj: LabelingJobOutput) => any;
|
|
30
|
+
}
|
|
3
31
|
export declare enum LabelingJobStatus {
|
|
4
32
|
COMPLETED = "Completed",
|
|
5
33
|
FAILED = "Failed",
|
|
@@ -486,6 +514,8 @@ export interface DescribeNotebookInstanceOutput {
|
|
|
486
514
|
RootAccess?: RootAccess | string;
|
|
487
515
|
|
|
488
516
|
PlatformIdentifier?: string;
|
|
517
|
+
|
|
518
|
+
InstanceMetadataServiceConfiguration?: InstanceMetadataServiceConfiguration;
|
|
489
519
|
}
|
|
490
520
|
export declare namespace DescribeNotebookInstanceOutput {
|
|
491
521
|
|
|
@@ -4311,25 +4341,3 @@ export declare namespace ListSubscribedWorkteamsRequest {
|
|
|
4311
4341
|
|
|
4312
4342
|
const filterSensitiveLog: (obj: ListSubscribedWorkteamsRequest) => any;
|
|
4313
4343
|
}
|
|
4314
|
-
export interface ListSubscribedWorkteamsResponse {
|
|
4315
|
-
|
|
4316
|
-
SubscribedWorkteams: SubscribedWorkteam[] | undefined;
|
|
4317
|
-
|
|
4318
|
-
NextToken?: string;
|
|
4319
|
-
}
|
|
4320
|
-
export declare namespace ListSubscribedWorkteamsResponse {
|
|
4321
|
-
|
|
4322
|
-
const filterSensitiveLog: (obj: ListSubscribedWorkteamsResponse) => any;
|
|
4323
|
-
}
|
|
4324
|
-
export interface ListTagsInput {
|
|
4325
|
-
|
|
4326
|
-
ResourceArn: string | undefined;
|
|
4327
|
-
|
|
4328
|
-
NextToken?: string;
|
|
4329
|
-
|
|
4330
|
-
MaxResults?: number;
|
|
4331
|
-
}
|
|
4332
|
-
export declare namespace ListTagsInput {
|
|
4333
|
-
|
|
4334
|
-
const filterSensitiveLog: (obj: ListTagsInput) => any;
|
|
4335
|
-
}
|
|
@@ -1,6 +1,28 @@
|
|
|
1
1
|
import { ActionStatus, AdditionalInferenceSpecificationDefinition, AlgorithmSpecification, AppSpecification, BatchStrategy, BooleanOperator, Channel, CheckpointConfig, DeploymentConfig, EdgeOutputConfig, InferenceSpecification, KernelGatewayImageConfig, MetadataProperties, ModelApprovalStatus, ModelPackageStatus, OutputDataConfig, OutputParameter, ResourceConfig, RetryStrategy, StoppingCondition, Tag, TransformInput, TransformOutput, TransformResources, UiTemplate, UserContext, UserSettings, VpcConfig } from "./models_0";
|
|
2
|
-
import { _InstanceType, DataProcessing, DebugHookConfig, DebugRuleConfiguration, DebugRuleEvaluationStatus, DriftCheckBaselines, ExperimentConfig, HyperParameterTrainingJobSummary, MemberDefinition, ModelArtifacts, ModelClientConfig, ModelMetrics, ModelPackageValidationSpecification, MonitoringScheduleConfig, NetworkConfig, NotebookInstanceAcceleratorType, NotebookInstanceLifecycleHook, NotificationConfiguration, OidcConfig, ParallelismConfiguration, PipelineDefinitionS3Location, ProcessingInput, ProcessingOutputConfig, ProcessingResources, ProcessingStoppingCondition, ProfilerRuleConfiguration, ProvisioningParameter, RootAccess, ServiceCatalogProvisioningDetails, SourceAlgorithmSpecification, SourceIpConfig, TensorBoardOutputConfig, TrainingJobStatus, TrialComponentArtifact, TrialComponentParameterValue, TrialComponentStatus } from "./models_1";
|
|
3
|
-
import { DesiredWeightAndCapacity, Device, Direction, DomainSettingsForUpdate, Edge, Endpoint, Experiment, FeatureGroup, Filter, GitConfigForUpdate, LineageType, MetricData, ModelPackageGroupStatus, ModelPackageStatusDetails, Parameter, PipelineExecutionStatus, PipelineExperimentConfig, PipelineStatus, ProcessingJobStatus, ProjectStatus, ResourceType, SecondaryStatus, SecondaryStatusTransition, ServiceCatalogProvisionedProductDetails, SortBy, SortOrder, TransformJobStatus, TrialComponentMetricSummary, TrialComponentSource, TrialSource, UserProfileStatus, Workforce, Workteam } from "./models_2";
|
|
2
|
+
import { _InstanceType, DataProcessing, DebugHookConfig, DebugRuleConfiguration, DebugRuleEvaluationStatus, DriftCheckBaselines, ExperimentConfig, HyperParameterTrainingJobSummary, InstanceMetadataServiceConfiguration, MemberDefinition, ModelArtifacts, ModelClientConfig, ModelMetrics, ModelPackageValidationSpecification, MonitoringScheduleConfig, NetworkConfig, NotebookInstanceAcceleratorType, NotebookInstanceLifecycleHook, NotificationConfiguration, OidcConfig, ParallelismConfiguration, PipelineDefinitionS3Location, ProcessingInput, ProcessingOutputConfig, ProcessingResources, ProcessingStoppingCondition, ProfilerRuleConfiguration, ProvisioningParameter, RootAccess, ServiceCatalogProvisioningDetails, SourceAlgorithmSpecification, SourceIpConfig, TensorBoardOutputConfig, TrainingJobStatus, TrialComponentArtifact, TrialComponentParameterValue, TrialComponentStatus } from "./models_1";
|
|
3
|
+
import { DesiredWeightAndCapacity, Device, Direction, DomainSettingsForUpdate, Edge, Endpoint, Experiment, FeatureGroup, Filter, GitConfigForUpdate, LineageType, MetricData, ModelPackageGroupStatus, ModelPackageStatusDetails, Parameter, PipelineExecutionStatus, PipelineExperimentConfig, PipelineStatus, ProcessingJobStatus, ProjectStatus, ResourceType, SecondaryStatus, SecondaryStatusTransition, ServiceCatalogProvisionedProductDetails, SortBy, SortOrder, SubscribedWorkteam, TransformJobStatus, TrialComponentMetricSummary, TrialComponentSource, TrialSource, UserProfileStatus, Workforce, Workteam } from "./models_2";
|
|
4
|
+
export interface ListSubscribedWorkteamsResponse {
|
|
5
|
+
|
|
6
|
+
SubscribedWorkteams: SubscribedWorkteam[] | undefined;
|
|
7
|
+
|
|
8
|
+
NextToken?: string;
|
|
9
|
+
}
|
|
10
|
+
export declare namespace ListSubscribedWorkteamsResponse {
|
|
11
|
+
|
|
12
|
+
const filterSensitiveLog: (obj: ListSubscribedWorkteamsResponse) => any;
|
|
13
|
+
}
|
|
14
|
+
export interface ListTagsInput {
|
|
15
|
+
|
|
16
|
+
ResourceArn: string | undefined;
|
|
17
|
+
|
|
18
|
+
NextToken?: string;
|
|
19
|
+
|
|
20
|
+
MaxResults?: number;
|
|
21
|
+
}
|
|
22
|
+
export declare namespace ListTagsInput {
|
|
23
|
+
|
|
24
|
+
const filterSensitiveLog: (obj: ListTagsInput) => any;
|
|
25
|
+
}
|
|
4
26
|
export interface ListTagsOutput {
|
|
5
27
|
|
|
6
28
|
Tags?: Tag[];
|
|
@@ -1635,6 +1657,8 @@ export interface UpdateNotebookInstanceInput {
|
|
|
1635
1657
|
DisassociateAdditionalCodeRepositories?: boolean;
|
|
1636
1658
|
|
|
1637
1659
|
RootAccess?: RootAccess | string;
|
|
1660
|
+
|
|
1661
|
+
InstanceMetadataServiceConfiguration?: InstanceMetadataServiceConfiguration;
|
|
1638
1662
|
}
|
|
1639
1663
|
export declare namespace UpdateNotebookInstanceInput {
|
|
1640
1664
|
|