@aws-sdk/client-sagemaker 3.425.0 → 3.428.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/models/models_0.js +5 -8
- package/dist-cjs/models/models_1.js +4 -1
- package/dist-cjs/models/models_2.js +1 -6
- package/dist-cjs/models/models_3.js +7 -2
- package/dist-es/models/models_0.js +4 -7
- package/dist-es/models/models_1.js +3 -0
- package/dist-es/models/models_2.js +0 -5
- package/dist-es/models/models_3.js +5 -0
- package/dist-types/commands/CreateDataQualityJobDefinitionCommand.d.ts +2 -1
- package/dist-types/commands/CreateDomainCommand.d.ts +6 -0
- package/dist-types/commands/CreateFeatureGroupCommand.d.ts +6 -2
- package/dist-types/commands/CreateUserProfileCommand.d.ts +6 -0
- package/dist-types/commands/DeleteDataQualityJobDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDeviceFleetCommand.d.ts +1 -1
- package/dist-types/commands/DeleteFeatureGroupCommand.d.ts +3 -0
- package/dist-types/commands/DescribeDomainCommand.d.ts +6 -0
- package/dist-types/commands/DescribeUserProfileCommand.d.ts +6 -0
- package/dist-types/commands/UpdateDomainCommand.d.ts +6 -0
- package/dist-types/commands/UpdateUserProfileCommand.d.ts +6 -0
- package/dist-types/models/models_0.d.ts +49 -31
- package/dist-types/models/models_1.d.ts +22 -21
- package/dist-types/models/models_2.d.ts +26 -36
- package/dist-types/models/models_3.d.ts +36 -132
- package/dist-types/models/models_4.d.ts +133 -3
- package/dist-types/ts3.4/commands/CreateDataQualityJobDefinitionCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DeleteDataQualityJobDefinitionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteDeviceFleetCommand.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +13 -13
- package/dist-types/ts3.4/models/models_1.d.ts +8 -7
- package/dist-types/ts3.4/models/models_2.d.ts +7 -13
- package/dist-types/ts3.4/models/models_3.d.ts +12 -30
- package/dist-types/ts3.4/models/models_4.d.ts +32 -2
- package/package.json +32 -32
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.AutoMLJobStatus = exports.AutoMLJobSecondaryStatus = exports.AutoMLMode = exports.AutoMLS3DataType = exports.AutoMLChannelType = exports.ObjectiveStatus = exports.AutoMLProcessingUnit = exports.AutoMLJobObjectiveType = exports.CandidateStepType = exports.CandidateStatus = exports.AutoMLMetricExtendedEnum = exports.MetricSetSource = exports.AutoMLMetricEnum = exports.AutoMLAlgorithm = exports.AuthMode = exports.AthenaResultFormat = exports.AthenaResultCompressionType = exports.AsyncNotificationTopicTypes = exports.ArtifactSourceIdType = exports.AppSortKey = exports.AppSecurityGroupManagement = exports.AppNetworkAccessType = exports.AppInstanceType = exports.AppImageConfigSortKey = exports.AppStatus = exports.AppType = exports.AssemblyType = exports.SplitType = exports.BatchStrategy = exports.TrainingInstanceType = exports.OutputCompressionType = exports.RecordWrapper = exports.S3DataType = exports.S3DataDistribution = exports.FileSystemType = exports.FileSystemAccessMode = exports.DetailedAlgorithmStatus = exports.AlgorithmStatus = exports.TrainingInputMode = exports.TrainingRepositoryAccessMode = exports.AlgorithmSortBy = exports.AggregationTransformationValue = exports.TransformInstanceType = exports.ProductionVariantInstanceType = exports.AdditionalS3DataSourceDataType = exports.CompressionType = exports.ResourceNotFound = exports.ResourceLimitExceeded = exports.AssociationEdgeType = exports.ActionStatus = void 0;
|
|
4
|
-
exports.
|
|
4
|
+
exports.ProcessingInstanceType = exports.ProcessingS3UploadMode = exports.Framework = exports.ResourceInUse = exports.HyperParameterTuningJobObjectiveType = exports.ParameterType = exports.HyperParameterScalingType = exports.ContentClassifier = exports.ModelCacheSetting = exports.S3ModelDataType = exports.ModelCompressionType = exports.ContainerMode = exports.RepositoryAccessMode = exports.ConflictException = exports.ConditionOutcome = exports.CompleteOnConvergence = exports.TargetPlatformOs = exports.TargetPlatformArch = exports.TargetPlatformAccelerator = exports.TargetDevice = exports.CompilationJobStatus = exports.CollectionType = exports.CollectionConfig = exports.CodeRepositorySortOrder = exports.CodeRepositorySortBy = exports.ClarifyTextLanguage = exports.ClarifyTextGranularity = exports.ClarifyFeatureType = exports.CaptureStatus = exports.CaptureMode = exports.DataSourceName = exports.FeatureStatus = exports.CandidateSortBy = exports.BooleanOperator = exports.TrafficRoutingConfigType = exports.CapacitySizeType = exports.ProcessingS3InputMode = exports.ProcessingS3DataDistributionType = exports.ModelPackageStatus = exports.ModelApprovalStatus = exports.AwsManagedHumanLoopRequestSource = exports.AutotuneMode = exports.AutoMLSortOrder = exports.AutoMLSortBy = exports.AutoMLProblemTypeResolvedAttributes = exports.AutoMLProblemTypeConfigName = exports.AutoMLProblemTypeConfig = exports.FillingType = exports.ProblemType = void 0;
|
|
5
5
|
const SageMakerServiceException_1 = require("./SageMakerServiceException");
|
|
6
6
|
exports.ActionStatus = {
|
|
7
7
|
COMPLETED: "Completed",
|
|
@@ -699,14 +699,14 @@ exports.CandidateSortBy = {
|
|
|
699
699
|
FinalObjectiveMetricValue: "FinalObjectiveMetricValue",
|
|
700
700
|
Status: "Status",
|
|
701
701
|
};
|
|
702
|
-
exports.DataSourceName = {
|
|
703
|
-
SalesforceGenie: "SalesforceGenie",
|
|
704
|
-
Snowflake: "Snowflake",
|
|
705
|
-
};
|
|
706
702
|
exports.FeatureStatus = {
|
|
707
703
|
Disabled: "DISABLED",
|
|
708
704
|
Enabled: "ENABLED",
|
|
709
705
|
};
|
|
706
|
+
exports.DataSourceName = {
|
|
707
|
+
SalesforceGenie: "SalesforceGenie",
|
|
708
|
+
Snowflake: "Snowflake",
|
|
709
|
+
};
|
|
710
710
|
exports.CaptureMode = {
|
|
711
711
|
INPUT: "Input",
|
|
712
712
|
OUTPUT: "Output",
|
|
@@ -1007,6 +1007,3 @@ exports.ProcessingInstanceType = {
|
|
|
1007
1007
|
ML_T3_MEDIUM: "ml.t3.medium",
|
|
1008
1008
|
ML_T3_XLARGE: "ml.t3.xlarge",
|
|
1009
1009
|
};
|
|
1010
|
-
exports.EdgePresetDeploymentType = {
|
|
1011
|
-
GreengrassV2Component: "GreengrassV2Component",
|
|
1012
|
-
};
|
|
@@ -1,7 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateWorkforceRequestFilterSensitiveLog = exports.OidcConfigFilterSensitiveLog = exports.CreateModelCardRequestFilterSensitiveLog = exports.RuleEvaluationStatus = exports.Statistic = exports.CrossAccountFilterOption = exports.TrialComponentPrimaryStatus = exports.TrialComponentParameterValue = exports.JoinSource = exports.StudioLifecycleConfigAppType = exports.ProcessingS3DataType = exports.ProcessingS3CompressionType = exports.RedshiftResultFormat = exports.RedshiftResultCompressionType = exports.InputMode = exports.DataDistributionType = exports.RootAccess = exports.DirectInternetAccess = exports.NotebookInstanceAcceleratorType = exports.MonitoringType = exports.MonitoringProblemType = exports.SkipModelValidation = exports.ModelCardStatus = exports.InferenceExecutionMode = exports.FlatInvocations = exports.RecommendationJobType = exports.TrafficType = exports.RecommendationJobSupportedEndpointType = exports.InferenceExperimentType = exports._InstanceType = exports.ModelInfrastructureType = exports.VendorGuidance = exports.Processor = exports.JobType = exports.HyperParameterTuningJobWarmStartType = exports.HyperParameterTuningAllocationStrategy = exports.TrainingJobEarlyStoppingType = exports.HyperParameterTuningJobStrategyType = exports.TtlDurationUnit = exports.StorageType = exports.TableFormat = exports.FeatureType = exports.ProductionVariantAcceleratorType = exports.DeviceSubsetType = exports.FailureHandlingPolicy = exports.ExecutionRoleIdentityConfig = exports.NotebookOutputOption = exports.RStudioServerProUserGroup = exports.RStudioServerProAccessStatus = void 0;
|
|
3
|
+
exports.CreateWorkforceRequestFilterSensitiveLog = exports.OidcConfigFilterSensitiveLog = exports.CreateModelCardRequestFilterSensitiveLog = exports.RuleEvaluationStatus = exports.Statistic = exports.CrossAccountFilterOption = exports.TrialComponentPrimaryStatus = exports.TrialComponentParameterValue = exports.JoinSource = exports.StudioLifecycleConfigAppType = exports.ProcessingS3DataType = exports.ProcessingS3CompressionType = exports.RedshiftResultFormat = exports.RedshiftResultCompressionType = exports.InputMode = exports.DataDistributionType = exports.RootAccess = exports.DirectInternetAccess = exports.NotebookInstanceAcceleratorType = exports.MonitoringType = exports.MonitoringProblemType = exports.SkipModelValidation = exports.ModelCardStatus = exports.InferenceExecutionMode = exports.FlatInvocations = exports.RecommendationJobType = exports.TrafficType = exports.RecommendationJobSupportedEndpointType = exports.InferenceExperimentType = exports._InstanceType = exports.ModelInfrastructureType = exports.VendorGuidance = exports.Processor = exports.JobType = exports.HyperParameterTuningJobWarmStartType = exports.HyperParameterTuningAllocationStrategy = exports.TrainingJobEarlyStoppingType = exports.HyperParameterTuningJobStrategyType = exports.TtlDurationUnit = exports.StorageType = exports.TableFormat = exports.FeatureType = exports.ProductionVariantAcceleratorType = exports.DeviceSubsetType = exports.FailureHandlingPolicy = exports.ExecutionRoleIdentityConfig = exports.NotebookOutputOption = exports.RStudioServerProUserGroup = exports.RStudioServerProAccessStatus = exports.EdgePresetDeploymentType = void 0;
|
|
4
4
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
5
|
+
exports.EdgePresetDeploymentType = {
|
|
6
|
+
GreengrassV2Component: "GreengrassV2Component",
|
|
7
|
+
};
|
|
5
8
|
exports.RStudioServerProAccessStatus = {
|
|
6
9
|
Disabled: "DISABLED",
|
|
7
10
|
Enabled: "ENABLED",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DescribeModelCardResponseFilterSensitiveLog = exports.
|
|
3
|
+
exports.DescribeModelCardResponseFilterSensitiveLog = exports.EndpointConfigSortKey = exports.ScalingPolicy = exports.MetricSpecification = exports.Direction = exports.DeviceDeploymentStatus = exports.WorkforceStatus = exports.UserProfileStatus = exports.TransformJobStatus = exports.WarmPoolResourceStatus = exports.SecondaryStatus = exports.ProfilingStatus = exports.SpaceStatus = exports.ProjectStatus = exports.ProcessingJobStatus = exports.PipelineExecutionStatus = exports.PipelineStatus = exports.NotebookInstanceStatus = exports.ScheduleStatus = exports.ExecutionStatus = exports.ModelPackageGroupStatus = exports.DetailedModelPackageStatus = exports.ModelCardExportJobStatus = exports.ModelCardProcessingStatus = exports.LabelingJobStatus = exports.RecommendationJobStatus = exports.InferenceExperimentStatus = exports.ModelVariantStatus = exports.ImageVersionStatus = exports.ImageStatus = exports.HyperParameterTuningJobStatus = exports.TrainingJobStatus = exports.HumanTaskUiStatus = exports.HubContentStatus = exports.HubStatus = exports.FlowDefinitionStatus = exports.OfflineStoreStatusValue = exports.LastUpdateStatusValue = exports.FeatureGroupStatus = exports.VariantStatus = exports.EndpointStatus = exports.EdgePresetDeploymentStatus = exports.EdgePackagingJobStatus = exports.DomainStatus = exports.StageStatus = exports.RecommendationStatus = exports.HubContentType = exports.RetentionType = void 0;
|
|
4
4
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
5
5
|
exports.RetentionType = {
|
|
6
6
|
Delete: "Delete",
|
|
@@ -346,11 +346,6 @@ exports.EndpointConfigSortKey = {
|
|
|
346
346
|
CreationTime: "CreationTime",
|
|
347
347
|
Name: "Name",
|
|
348
348
|
};
|
|
349
|
-
exports.EndpointSortKey = {
|
|
350
|
-
CreationTime: "CreationTime",
|
|
351
|
-
Name: "Name",
|
|
352
|
-
Status: "Status",
|
|
353
|
-
};
|
|
354
349
|
const DescribeModelCardResponseFilterSensitiveLog = (obj) => ({
|
|
355
350
|
...obj,
|
|
356
351
|
...(obj.Content && { Content: smithy_client_1.SENSITIVE_STRING }),
|
|
@@ -1,8 +1,13 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.ModelCardFilterSensitiveLog = exports.ListWorkteamsSortByOptions = exports.ListWorkforcesSortByOptions = exports.UserProfileSortKey = exports.SortTrialsBy = exports.SortTrialComponentsBy = exports.TrainingJobSortByOptions = exports.StudioLifecycleConfigSortKey = exports.SpaceSortKey = exports.ResourceCatalogSortOrder = exports.ResourceCatalogSortBy = exports.ProjectSortOrder = exports.ProjectSortBy = exports.SortPipelinesBy = exports.StepStatus = exports.SortPipelineExecutionsBy = void 0;
|
|
3
|
+
exports.NotebookInstanceSortKey = exports.NotebookInstanceLifecycleConfigSortOrder = exports.NotebookInstanceLifecycleConfigSortKey = exports.MonitoringScheduleSortKey = exports.MonitoringExecutionSortKey = exports.MonitoringAlertStatus = exports.MonitoringAlertHistorySortKey = exports.ModelSortKey = exports.ModelPackageSortBy = exports.ModelPackageType = exports.ModelPackageGroupSortBy = exports.ModelMetadataFilterType = exports.ModelCardVersionSortBy = exports.ModelCardSortOrder = exports.ModelCardSortBy = exports.ModelCardExportJobSortOrder = exports.ModelCardExportJobSortBy = exports.SortLineageGroupsBy = exports.ListLabelingJobsForWorkteamSortByOptions = exports.SortBy = exports.ListInferenceRecommendationsJobsSortBy = exports.SortInferenceExperimentsBy = exports.SortExperimentsBy = exports.OrderKey = exports.ListEdgePackagingJobsSortBy = exports.ListEdgeDeploymentPlansSortBy = exports.ListDeviceFleetsSortBy = exports.MonitoringJobDefinitionSortKey = exports.SortContextsBy = exports.ListCompilationJobsSortBy = exports.SortAssociationsBy = exports.SortArtifactsBy = exports.SortOrder = exports.SortActionsBy = exports.LineageType = exports.RecommendationStepType = exports.InferenceExperimentStopDesiredState = exports.ImageVersionSortOrder = exports.ImageVersionSortBy = exports.ImageSortOrder = exports.ImageSortBy = exports.HyperParameterTuningJobSortByOptions = exports.HubSortBy = exports.HubContentSortBy = exports.ResourceType = exports.SagemakerServicecatalogStatus = exports.Operator = exports.FeatureGroupSortOrder = exports.FeatureGroupSortBy = exports.EndpointSortKey = void 0;
|
|
4
|
+
exports.ModelCardFilterSensitiveLog = exports.ListWorkteamsSortByOptions = exports.ListWorkforcesSortByOptions = exports.UserProfileSortKey = exports.SortTrialsBy = exports.SortTrialComponentsBy = exports.TrainingJobSortByOptions = exports.StudioLifecycleConfigSortKey = exports.SpaceSortKey = exports.ResourceCatalogSortOrder = exports.ResourceCatalogSortBy = exports.ProjectSortOrder = exports.ProjectSortBy = exports.SortPipelinesBy = exports.StepStatus = exports.SortPipelineExecutionsBy = exports.NotebookInstanceSortOrder = void 0;
|
|
5
5
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
6
|
+
exports.EndpointSortKey = {
|
|
7
|
+
CreationTime: "CreationTime",
|
|
8
|
+
Name: "Name",
|
|
9
|
+
Status: "Status",
|
|
10
|
+
};
|
|
6
11
|
exports.FeatureGroupSortBy = {
|
|
7
12
|
CREATION_TIME: "CreationTime",
|
|
8
13
|
FEATURE_GROUP_STATUS: "FeatureGroupStatus",
|
|
@@ -693,14 +693,14 @@ export const CandidateSortBy = {
|
|
|
693
693
|
FinalObjectiveMetricValue: "FinalObjectiveMetricValue",
|
|
694
694
|
Status: "Status",
|
|
695
695
|
};
|
|
696
|
-
export const DataSourceName = {
|
|
697
|
-
SalesforceGenie: "SalesforceGenie",
|
|
698
|
-
Snowflake: "Snowflake",
|
|
699
|
-
};
|
|
700
696
|
export const FeatureStatus = {
|
|
701
697
|
Disabled: "DISABLED",
|
|
702
698
|
Enabled: "ENABLED",
|
|
703
699
|
};
|
|
700
|
+
export const DataSourceName = {
|
|
701
|
+
SalesforceGenie: "SalesforceGenie",
|
|
702
|
+
Snowflake: "Snowflake",
|
|
703
|
+
};
|
|
704
704
|
export const CaptureMode = {
|
|
705
705
|
INPUT: "Input",
|
|
706
706
|
OUTPUT: "Output",
|
|
@@ -999,6 +999,3 @@ export const ProcessingInstanceType = {
|
|
|
999
999
|
ML_T3_MEDIUM: "ml.t3.medium",
|
|
1000
1000
|
ML_T3_XLARGE: "ml.t3.xlarge",
|
|
1001
1001
|
};
|
|
1002
|
-
export const EdgePresetDeploymentType = {
|
|
1003
|
-
GreengrassV2Component: "GreengrassV2Component",
|
|
1004
|
-
};
|
|
@@ -343,11 +343,6 @@ export const EndpointConfigSortKey = {
|
|
|
343
343
|
CreationTime: "CreationTime",
|
|
344
344
|
Name: "Name",
|
|
345
345
|
};
|
|
346
|
-
export const EndpointSortKey = {
|
|
347
|
-
CreationTime: "CreationTime",
|
|
348
|
-
Name: "Name",
|
|
349
|
-
Status: "Status",
|
|
350
|
-
};
|
|
351
346
|
export const DescribeModelCardResponseFilterSensitiveLog = (obj) => ({
|
|
352
347
|
...obj,
|
|
353
348
|
...(obj.Content && { Content: SENSITIVE_STRING }),
|
|
@@ -1,4 +1,9 @@
|
|
|
1
1
|
import { SENSITIVE_STRING } from "@smithy/smithy-client";
|
|
2
|
+
export const EndpointSortKey = {
|
|
3
|
+
CreationTime: "CreationTime",
|
|
4
|
+
Name: "Name",
|
|
5
|
+
Status: "Status",
|
|
6
|
+
};
|
|
2
7
|
export const FeatureGroupSortBy = {
|
|
3
8
|
CREATION_TIME: "CreationTime",
|
|
4
9
|
FEATURE_GROUP_STATUS: "FeatureGroupStatus",
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
|
|
4
|
-
import { CreateDataQualityJobDefinitionRequest
|
|
4
|
+
import { CreateDataQualityJobDefinitionRequest } from "../models/models_0";
|
|
5
|
+
import { CreateDataQualityJobDefinitionResponse } from "../models/models_1";
|
|
5
6
|
import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
6
7
|
/**
|
|
7
8
|
* @public
|
|
@@ -168,6 +168,12 @@ export interface CreateDomainCommandOutput extends CreateDomainResponse, __Metad
|
|
|
168
168
|
* SecretArn: "STRING_VALUE",
|
|
169
169
|
* },
|
|
170
170
|
* ],
|
|
171
|
+
* KendraSettings: { // KendraSettings
|
|
172
|
+
* Status: "ENABLED" || "DISABLED",
|
|
173
|
+
* },
|
|
174
|
+
* DirectDeploySettings: { // DirectDeploySettings
|
|
175
|
+
* Status: "ENABLED" || "DISABLED",
|
|
176
|
+
* },
|
|
171
177
|
* },
|
|
172
178
|
* },
|
|
173
179
|
* SubnetIds: [ // Subnets // required
|
|
@@ -27,12 +27,16 @@ export interface CreateFeatureGroupCommandOutput extends CreateFeatureGroupRespo
|
|
|
27
27
|
* <code>Features</code> defined in the <code>FeatureStore</code> to describe a
|
|
28
28
|
* <code>Record</code>. </p>
|
|
29
29
|
* <p>The <code>FeatureGroup</code> defines the schema and features contained in the
|
|
30
|
-
*
|
|
31
|
-
*
|
|
30
|
+
* <code>FeatureGroup</code>. A <code>FeatureGroup</code> definition is composed of a list
|
|
31
|
+
* of <code>Features</code>, a <code>RecordIdentifierFeatureName</code>, an
|
|
32
32
|
* <code>EventTimeFeatureName</code> and configurations for its <code>OnlineStore</code>
|
|
33
33
|
* and <code>OfflineStore</code>. Check <a href="https://docs.aws.amazon.com/general/latest/gr/aws_service_limits.html">Amazon Web Services service
|
|
34
34
|
* quotas</a> to see the <code>FeatureGroup</code>s quota for your Amazon Web Services
|
|
35
35
|
* account.</p>
|
|
36
|
+
* <p>Note that it can take approximately 10-15 minutes to provision an
|
|
37
|
+
* <code>OnlineStore</code>
|
|
38
|
+
* <code>FeatureGroup</code> with the <code>InMemory</code>
|
|
39
|
+
* <code>StorageType</code>.</p>
|
|
36
40
|
* <important>
|
|
37
41
|
* <p>You must include at least one of <code>OnlineStoreConfig</code> and
|
|
38
42
|
* <code>OfflineStoreConfig</code> to create a <code>FeatureGroup</code>.</p>
|
|
@@ -138,6 +138,12 @@ export interface CreateUserProfileCommandOutput extends CreateUserProfileRespons
|
|
|
138
138
|
* SecretArn: "STRING_VALUE",
|
|
139
139
|
* },
|
|
140
140
|
* ],
|
|
141
|
+
* KendraSettings: { // KendraSettings
|
|
142
|
+
* Status: "ENABLED" || "DISABLED",
|
|
143
|
+
* },
|
|
144
|
+
* DirectDeploySettings: { // DirectDeploySettings
|
|
145
|
+
* Status: "ENABLED" || "DISABLED",
|
|
146
|
+
* },
|
|
141
147
|
* },
|
|
142
148
|
* },
|
|
143
149
|
* };
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
|
|
4
|
-
import { DeleteDataQualityJobDefinitionRequest } from "../models/
|
|
4
|
+
import { DeleteDataQualityJobDefinitionRequest } from "../models/models_2";
|
|
5
5
|
import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
6
6
|
/**
|
|
7
7
|
* @public
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
|
|
4
|
-
import { DeleteDeviceFleetRequest } from "../models/
|
|
4
|
+
import { DeleteDeviceFleetRequest } from "../models/models_2";
|
|
5
5
|
import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
6
6
|
/**
|
|
7
7
|
* @public
|
|
@@ -28,6 +28,9 @@ export interface DeleteFeatureGroupCommandOutput extends __MetadataBearer {
|
|
|
28
28
|
* the <code>OnlineStore</code> immediately after <code>DeleteFeatureGroup</code> is called. </p>
|
|
29
29
|
* <p>Data written into the <code>OfflineStore</code> will not be deleted. The Amazon Web Services Glue database and tables that are automatically created for your
|
|
30
30
|
* <code>OfflineStore</code> are not deleted. </p>
|
|
31
|
+
* <p>Note that it can take approximately 10-15 minutes to delete an <code>OnlineStore</code>
|
|
32
|
+
* <code>FeatureGroup</code> with the <code>InMemory</code>
|
|
33
|
+
* <code>StorageType</code>.</p>
|
|
31
34
|
* @example
|
|
32
35
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
36
|
* ```javascript
|
|
@@ -137,6 +137,12 @@ export interface DescribeDomainCommandOutput extends DescribeDomainResponse, __M
|
|
|
137
137
|
* // SecretArn: "STRING_VALUE",
|
|
138
138
|
* // },
|
|
139
139
|
* // ],
|
|
140
|
+
* // KendraSettings: { // KendraSettings
|
|
141
|
+
* // Status: "ENABLED" || "DISABLED",
|
|
142
|
+
* // },
|
|
143
|
+
* // DirectDeploySettings: { // DirectDeploySettings
|
|
144
|
+
* // Status: "ENABLED" || "DISABLED",
|
|
145
|
+
* // },
|
|
140
146
|
* // },
|
|
141
147
|
* // },
|
|
142
148
|
* // AppNetworkAccessType: "PublicInternetOnly" || "VpcOnly",
|
|
@@ -138,6 +138,12 @@ export interface DescribeUserProfileCommandOutput extends DescribeUserProfileRes
|
|
|
138
138
|
* // SecretArn: "STRING_VALUE",
|
|
139
139
|
* // },
|
|
140
140
|
* // ],
|
|
141
|
+
* // KendraSettings: { // KendraSettings
|
|
142
|
+
* // Status: "ENABLED" || "DISABLED",
|
|
143
|
+
* // },
|
|
144
|
+
* // DirectDeploySettings: { // DirectDeploySettings
|
|
145
|
+
* // Status: "ENABLED" || "DISABLED",
|
|
146
|
+
* // },
|
|
141
147
|
* // },
|
|
142
148
|
* // },
|
|
143
149
|
* // };
|
|
@@ -123,6 +123,12 @@ export interface UpdateDomainCommandOutput extends UpdateDomainResponse, __Metad
|
|
|
123
123
|
* SecretArn: "STRING_VALUE",
|
|
124
124
|
* },
|
|
125
125
|
* ],
|
|
126
|
+
* KendraSettings: { // KendraSettings
|
|
127
|
+
* Status: "ENABLED" || "DISABLED",
|
|
128
|
+
* },
|
|
129
|
+
* DirectDeploySettings: { // DirectDeploySettings
|
|
130
|
+
* Status: "ENABLED" || "DISABLED",
|
|
131
|
+
* },
|
|
126
132
|
* },
|
|
127
133
|
* },
|
|
128
134
|
* DomainSettingsForUpdate: { // DomainSettingsForUpdate
|
|
@@ -124,6 +124,12 @@ export interface UpdateUserProfileCommandOutput extends UpdateUserProfileRespons
|
|
|
124
124
|
* SecretArn: "STRING_VALUE",
|
|
125
125
|
* },
|
|
126
126
|
* ],
|
|
127
|
+
* KendraSettings: { // KendraSettings
|
|
128
|
+
* Status: "ENABLED" || "DISABLED",
|
|
129
|
+
* },
|
|
130
|
+
* DirectDeploySettings: { // DirectDeploySettings
|
|
131
|
+
* Status: "ENABLED" || "DISABLED",
|
|
132
|
+
* },
|
|
127
133
|
* },
|
|
128
134
|
* },
|
|
129
135
|
* };
|
|
@@ -6678,29 +6678,45 @@ export type CandidateSortBy = (typeof CandidateSortBy)[keyof typeof CandidateSor
|
|
|
6678
6678
|
* @public
|
|
6679
6679
|
* @enum
|
|
6680
6680
|
*/
|
|
6681
|
-
export declare const
|
|
6682
|
-
readonly
|
|
6683
|
-
readonly
|
|
6681
|
+
export declare const FeatureStatus: {
|
|
6682
|
+
readonly Disabled: "DISABLED";
|
|
6683
|
+
readonly Enabled: "ENABLED";
|
|
6684
6684
|
};
|
|
6685
6685
|
/**
|
|
6686
6686
|
* @public
|
|
6687
6687
|
*/
|
|
6688
|
-
export type
|
|
6688
|
+
export type FeatureStatus = (typeof FeatureStatus)[keyof typeof FeatureStatus];
|
|
6689
|
+
/**
|
|
6690
|
+
* @public
|
|
6691
|
+
* <p>The model deployment settings for the SageMaker Canvas application.</p>
|
|
6692
|
+
* <note>
|
|
6693
|
+
* <p>In order to enable model deployment for Canvas, the SageMaker Domain's or user profile's Amazon Web Services IAM
|
|
6694
|
+
* execution role must have the <code>AmazonSageMakerCanvasDirectDeployAccess</code> policy attached. You can also
|
|
6695
|
+
* turn on model deployment permissions through the SageMaker Domain's or user profile's settings in the SageMaker console.</p>
|
|
6696
|
+
* </note>
|
|
6697
|
+
*/
|
|
6698
|
+
export interface DirectDeploySettings {
|
|
6699
|
+
/**
|
|
6700
|
+
* @public
|
|
6701
|
+
* <p>Describes whether model deployment permissions are enabled or disabled in the Canvas application.</p>
|
|
6702
|
+
*/
|
|
6703
|
+
Status?: FeatureStatus | string;
|
|
6704
|
+
}
|
|
6689
6705
|
/**
|
|
6690
6706
|
* @public
|
|
6691
6707
|
* @enum
|
|
6692
6708
|
*/
|
|
6693
|
-
export declare const
|
|
6694
|
-
readonly
|
|
6695
|
-
readonly
|
|
6709
|
+
export declare const DataSourceName: {
|
|
6710
|
+
readonly SalesforceGenie: "SalesforceGenie";
|
|
6711
|
+
readonly Snowflake: "Snowflake";
|
|
6696
6712
|
};
|
|
6697
6713
|
/**
|
|
6698
6714
|
* @public
|
|
6699
6715
|
*/
|
|
6700
|
-
export type
|
|
6716
|
+
export type DataSourceName = (typeof DataSourceName)[keyof typeof DataSourceName];
|
|
6701
6717
|
/**
|
|
6702
6718
|
* @public
|
|
6703
|
-
* <p>The Amazon SageMaker Canvas
|
|
6719
|
+
* <p>The Amazon SageMaker Canvas application setting where you configure OAuth for connecting to an external
|
|
6704
6720
|
* data source, such as Snowflake.</p>
|
|
6705
6721
|
*/
|
|
6706
6722
|
export interface IdentityProviderOAuthSetting {
|
|
@@ -6722,6 +6738,19 @@ export interface IdentityProviderOAuthSetting {
|
|
|
6722
6738
|
*/
|
|
6723
6739
|
SecretArn?: string;
|
|
6724
6740
|
}
|
|
6741
|
+
/**
|
|
6742
|
+
* @public
|
|
6743
|
+
* <p>The Amazon SageMaker Canvas application setting where you configure
|
|
6744
|
+
* document querying.</p>
|
|
6745
|
+
*/
|
|
6746
|
+
export interface KendraSettings {
|
|
6747
|
+
/**
|
|
6748
|
+
* @public
|
|
6749
|
+
* <p>Describes whether the document querying feature is enabled
|
|
6750
|
+
* or disabled in the Canvas application.</p>
|
|
6751
|
+
*/
|
|
6752
|
+
Status?: FeatureStatus | string;
|
|
6753
|
+
}
|
|
6725
6754
|
/**
|
|
6726
6755
|
* @public
|
|
6727
6756
|
* <p>The model registry settings for the SageMaker Canvas application.</p>
|
|
@@ -6790,7 +6819,7 @@ export interface WorkspaceSettings {
|
|
|
6790
6819
|
export interface CanvasAppSettings {
|
|
6791
6820
|
/**
|
|
6792
6821
|
* @public
|
|
6793
|
-
* <p>Time series forecast settings for the Canvas application.</p>
|
|
6822
|
+
* <p>Time series forecast settings for the SageMaker Canvas application.</p>
|
|
6794
6823
|
*/
|
|
6795
6824
|
TimeSeriesForecastingSettings?: TimeSeriesForecastingSettings;
|
|
6796
6825
|
/**
|
|
@@ -6808,6 +6837,16 @@ export interface CanvasAppSettings {
|
|
|
6808
6837
|
* <p>The settings for connecting to an external data source with OAuth.</p>
|
|
6809
6838
|
*/
|
|
6810
6839
|
IdentityProviderOAuthSettings?: IdentityProviderOAuthSetting[];
|
|
6840
|
+
/**
|
|
6841
|
+
* @public
|
|
6842
|
+
* <p>The settings for document querying.</p>
|
|
6843
|
+
*/
|
|
6844
|
+
KendraSettings?: KendraSettings;
|
|
6845
|
+
/**
|
|
6846
|
+
* @public
|
|
6847
|
+
* <p>The model deployment settings for the SageMaker Canvas application.</p>
|
|
6848
|
+
*/
|
|
6849
|
+
DirectDeploySettings?: DirectDeploySettings;
|
|
6811
6850
|
}
|
|
6812
6851
|
/**
|
|
6813
6852
|
* @public
|
|
@@ -10488,24 +10527,3 @@ export interface CreateDataQualityJobDefinitionRequest {
|
|
|
10488
10527
|
*/
|
|
10489
10528
|
Tags?: Tag[];
|
|
10490
10529
|
}
|
|
10491
|
-
/**
|
|
10492
|
-
* @public
|
|
10493
|
-
*/
|
|
10494
|
-
export interface CreateDataQualityJobDefinitionResponse {
|
|
10495
|
-
/**
|
|
10496
|
-
* @public
|
|
10497
|
-
* <p>The Amazon Resource Name (ARN) of the job definition.</p>
|
|
10498
|
-
*/
|
|
10499
|
-
JobDefinitionArn: string | undefined;
|
|
10500
|
-
}
|
|
10501
|
-
/**
|
|
10502
|
-
* @public
|
|
10503
|
-
* @enum
|
|
10504
|
-
*/
|
|
10505
|
-
export declare const EdgePresetDeploymentType: {
|
|
10506
|
-
readonly GreengrassV2Component: "GreengrassV2Component";
|
|
10507
|
-
};
|
|
10508
|
-
/**
|
|
10509
|
-
* @public
|
|
10510
|
-
*/
|
|
10511
|
-
export type EdgePresetDeploymentType = (typeof EdgePresetDeploymentType)[keyof typeof EdgePresetDeploymentType];
|
|
@@ -1,5 +1,26 @@
|
|
|
1
1
|
import { LazyJsonString as __LazyJsonString } from "@smithy/smithy-client";
|
|
2
|
-
import { AdditionalInferenceSpecificationDefinition, AlgorithmSpecification, AnnotationConsolidationConfig, AppNetworkAccessType, AppSecurityGroupManagement, AppSpecification, AppType, ArtifactSource, AsyncInferenceConfig, AthenaDatasetDefinition, AuthMode, AutoParameter, AutoRollbackConfig, Autotune, AwsManagedHumanLoopRequestSource, BatchDataCaptureConfig, BatchStrategy, BatchTransformInput, BestObjectiveNotImproving, Bias, BlueGreenUpdatePolicy, CanvasAppSettings, CapacitySize, CaptureContentTypeHeader, CaptureOption, CaptureStatus, CategoricalParameter, CategoricalParameterRange, Channel, CheckpointConfig, ClarifyExplainerConfig, CodeRepository, CognitoConfig, CognitoMemberDefinition, CollectionConfig, CollectionConfiguration, CollectionType, ContainerDefinition, ContentClassifier, ContinuousParameterRange, ConvergenceDetected,
|
|
2
|
+
import { AdditionalInferenceSpecificationDefinition, AlgorithmSpecification, AnnotationConsolidationConfig, AppNetworkAccessType, AppSecurityGroupManagement, AppSpecification, AppType, ArtifactSource, AsyncInferenceConfig, AthenaDatasetDefinition, AuthMode, AutoParameter, AutoRollbackConfig, Autotune, AwsManagedHumanLoopRequestSource, BatchDataCaptureConfig, BatchStrategy, BatchTransformInput, BestObjectiveNotImproving, Bias, BlueGreenUpdatePolicy, CanvasAppSettings, CapacitySize, CaptureContentTypeHeader, CaptureOption, CaptureStatus, CategoricalParameter, CategoricalParameterRange, Channel, CheckpointConfig, ClarifyExplainerConfig, CodeRepository, CognitoConfig, CognitoMemberDefinition, CollectionConfig, CollectionConfiguration, CollectionType, ContainerDefinition, ContentClassifier, ContinuousParameterRange, ConvergenceDetected, EndpointInput, HyperParameterScalingType, HyperParameterTuningJobObjective, InferenceSpecification, MetadataProperties, MetricDefinition, MetricsSource, ModelApprovalStatus, MonitoringConstraintsResource, MonitoringNetworkConfig, MonitoringOutputConfig, MonitoringResources, MonitoringStatisticsResource, MonitoringStoppingCondition, OutputDataConfig, ProcessingInstanceType, ProcessingS3DataDistributionType, ProcessingS3InputMode, ProcessingS3UploadMode, ProductionVariantInstanceType, ResourceConfig, ResourceSpec, StoppingCondition, Tag, TrainingInputMode, TrainingInstanceType, TransformInput, TransformJobDefinition, TransformOutput, TransformResources, VpcConfig } from "./models_0";
|
|
3
|
+
/**
|
|
4
|
+
* @public
|
|
5
|
+
*/
|
|
6
|
+
export interface CreateDataQualityJobDefinitionResponse {
|
|
7
|
+
/**
|
|
8
|
+
* @public
|
|
9
|
+
* <p>The Amazon Resource Name (ARN) of the job definition.</p>
|
|
10
|
+
*/
|
|
11
|
+
JobDefinitionArn: string | undefined;
|
|
12
|
+
}
|
|
13
|
+
/**
|
|
14
|
+
* @public
|
|
15
|
+
* @enum
|
|
16
|
+
*/
|
|
17
|
+
export declare const EdgePresetDeploymentType: {
|
|
18
|
+
readonly GreengrassV2Component: "GreengrassV2Component";
|
|
19
|
+
};
|
|
20
|
+
/**
|
|
21
|
+
* @public
|
|
22
|
+
*/
|
|
23
|
+
export type EdgePresetDeploymentType = (typeof EdgePresetDeploymentType)[keyof typeof EdgePresetDeploymentType];
|
|
3
24
|
/**
|
|
4
25
|
* @public
|
|
5
26
|
* <p>The output configuration.</p>
|
|
@@ -10894,26 +10915,6 @@ export interface DeleteContextResponse {
|
|
|
10894
10915
|
*/
|
|
10895
10916
|
ContextArn?: string;
|
|
10896
10917
|
}
|
|
10897
|
-
/**
|
|
10898
|
-
* @public
|
|
10899
|
-
*/
|
|
10900
|
-
export interface DeleteDataQualityJobDefinitionRequest {
|
|
10901
|
-
/**
|
|
10902
|
-
* @public
|
|
10903
|
-
* <p>The name of the data quality monitoring job definition to delete.</p>
|
|
10904
|
-
*/
|
|
10905
|
-
JobDefinitionName: string | undefined;
|
|
10906
|
-
}
|
|
10907
|
-
/**
|
|
10908
|
-
* @public
|
|
10909
|
-
*/
|
|
10910
|
-
export interface DeleteDeviceFleetRequest {
|
|
10911
|
-
/**
|
|
10912
|
-
* @public
|
|
10913
|
-
* <p>The name of the fleet to delete.</p>
|
|
10914
|
-
*/
|
|
10915
|
-
DeviceFleetName: string | undefined;
|
|
10916
|
-
}
|
|
10917
10918
|
/**
|
|
10918
10919
|
* @internal
|
|
10919
10920
|
*/
|
|
@@ -1,5 +1,25 @@
|
|
|
1
|
-
import { ActionSource, ActionStatus, AdditionalInferenceSpecificationDefinition, AlgorithmSpecification, AlgorithmStatus, AlgorithmStatusDetails, AlgorithmValidationSpecification, AppNetworkAccessType, AppSecurityGroupManagement, AppSpecification, AppStatus, AppType, ArtifactSource, AssociationEdgeType, AsyncInferenceConfig, AuthMode, AutoMLCandidate, AutoMLChannel, AutoMLDataSplitConfig, AutoMLJobArtifacts, AutoMLJobChannel, AutoMLJobCompletionCriteria, AutoMLJobConfig, AutoMLJobObjective, AutoMLJobSecondaryStatus, AutoMLJobStatus, AutoMLOutputDataConfig, AutoMLPartialFailureReason, AutoMLProblemTypeConfig, AutoMLProblemTypeConfigName, AutoMLResolvedAttributes, AutoMLSecurityConfig, Autotune, BatchDataCaptureConfig, BatchStrategy, Channel, CheckpointConfig, CognitoConfig, CompilationJobStatus, ContainerDefinition, ContextSource, DataQualityAppSpecification, DataQualityBaselineConfig, DataQualityJobInput,
|
|
2
|
-
import { _InstanceType, CustomizedMetricSpecification, DataCaptureConfig, DataCaptureConfigSummary, DataProcessing, DebugHookConfig, DebugRuleConfiguration, DebugRuleEvaluationStatus, DefaultSpaceSettings, DeploymentConfig, DeviceSelectionConfig, DirectInternetAccess, DomainSettings, DriftCheckBaselines, EdgeDeploymentConfig, EdgeDeploymentModelConfig, EdgeOutputConfig, EndpointInfo, ExecutionRoleIdentityConfig, ExperimentConfig, ExplainerConfig, FeatureDefinition, FeatureType, FlowDefinitionOutputConfig, HubS3StorageConfig, HumanLoopActivationConfig, HumanLoopConfig, HumanLoopRequestSource, HumanTaskConfig, HyperParameterTrainingJobDefinition, HyperParameterTuningJobConfig, HyperParameterTuningJobWarmStartConfig, InferenceExecutionConfig, InferenceExperimentDataStorageConfig, InferenceExperimentSchedule, InferenceExperimentType, InstanceMetadataServiceConfiguration, JobType, LabelingJobAlgorithmsConfig, LabelingJobInputConfig, LabelingJobOutputConfig, LabelingJobStoppingConditions, MemberDefinition, ModelBiasAppSpecification, ModelBiasBaselineConfig, ModelBiasJobInput, ModelCardExportOutputConfig, ModelCardSecurityConfig, ModelCardStatus, ModelClientConfig, ModelExplainabilityAppSpecification, ModelExplainabilityBaselineConfig, ModelExplainabilityJobInput, ModelInfrastructureConfig, ModelMetrics, ModelPackageValidationSpecification, ModelQualityAppSpecification, ModelQualityBaselineConfig, ModelQualityJobInput, MonitoringScheduleConfig, MonitoringType, NetworkConfig, NotebookInstanceAcceleratorType, NotebookInstanceLifecycleHook, NotificationConfiguration, OfflineStoreConfig, OnlineStoreConfig, ParallelismConfiguration, ProcessingInput, ProcessingOutputConfig, ProcessingResources, ProcessingStoppingCondition, Processor, ProductionVariant, ProductionVariantAcceleratorType, ProductionVariantServerlessConfig, ProfilerConfig, ProfilerRuleConfiguration, RecommendationJobInputConfig, RecommendationJobStoppingConditions, RecommendationJobType, RetryStrategy, RootAccess, RuleEvaluationStatus, ServiceCatalogProvisioningDetails, ShadowModeConfig, SkipModelValidation, SourceAlgorithmSpecification, SourceIpConfig, SpaceSettings, StudioLifecycleConfigAppType, TensorBoardOutputConfig, TrialComponentArtifact, TrialComponentParameterValue, TrialComponentStatus, UserSettings, VendorGuidance } from "./models_1";
|
|
1
|
+
import { ActionSource, ActionStatus, AdditionalInferenceSpecificationDefinition, AlgorithmSpecification, AlgorithmStatus, AlgorithmStatusDetails, AlgorithmValidationSpecification, AppNetworkAccessType, AppSecurityGroupManagement, AppSpecification, AppStatus, AppType, ArtifactSource, AssociationEdgeType, AsyncInferenceConfig, AuthMode, AutoMLCandidate, AutoMLChannel, AutoMLDataSplitConfig, AutoMLJobArtifacts, AutoMLJobChannel, AutoMLJobCompletionCriteria, AutoMLJobConfig, AutoMLJobObjective, AutoMLJobSecondaryStatus, AutoMLJobStatus, AutoMLOutputDataConfig, AutoMLPartialFailureReason, AutoMLProblemTypeConfig, AutoMLProblemTypeConfigName, AutoMLResolvedAttributes, AutoMLSecurityConfig, Autotune, BatchDataCaptureConfig, BatchStrategy, Channel, CheckpointConfig, CognitoConfig, CompilationJobStatus, ContainerDefinition, ContextSource, DataQualityAppSpecification, DataQualityBaselineConfig, DataQualityJobInput, GitConfig, HyperParameterTuningJobObjectiveType, InferenceSpecification, InputConfig, KernelGatewayImageConfig, MetadataProperties, ModelApprovalStatus, ModelDeployConfig, ModelPackageStatus, MonitoringNetworkConfig, MonitoringOutputConfig, MonitoringResources, MonitoringStoppingCondition, NeoVpcConfig, ObjectiveStatus, OutputConfig, OutputDataConfig, ProblemType, ProductionVariantInstanceType, ResourceConfig, ResourceSpec, StoppingCondition, Tag, TrainingSpecification, TransformInput, TransformOutput, TransformResources, UserContext, VpcConfig } from "./models_0";
|
|
2
|
+
import { _InstanceType, CustomizedMetricSpecification, DataCaptureConfig, DataCaptureConfigSummary, DataProcessing, DebugHookConfig, DebugRuleConfiguration, DebugRuleEvaluationStatus, DefaultSpaceSettings, DeploymentConfig, DeviceSelectionConfig, DirectInternetAccess, DomainSettings, DriftCheckBaselines, EdgeDeploymentConfig, EdgeDeploymentModelConfig, EdgeOutputConfig, EdgePresetDeploymentType, EndpointInfo, ExecutionRoleIdentityConfig, ExperimentConfig, ExplainerConfig, FeatureDefinition, FeatureType, FlowDefinitionOutputConfig, HubS3StorageConfig, HumanLoopActivationConfig, HumanLoopConfig, HumanLoopRequestSource, HumanTaskConfig, HyperParameterTrainingJobDefinition, HyperParameterTuningJobConfig, HyperParameterTuningJobWarmStartConfig, InferenceExecutionConfig, InferenceExperimentDataStorageConfig, InferenceExperimentSchedule, InferenceExperimentType, InstanceMetadataServiceConfiguration, JobType, LabelingJobAlgorithmsConfig, LabelingJobInputConfig, LabelingJobOutputConfig, LabelingJobStoppingConditions, MemberDefinition, ModelBiasAppSpecification, ModelBiasBaselineConfig, ModelBiasJobInput, ModelCardExportOutputConfig, ModelCardSecurityConfig, ModelCardStatus, ModelClientConfig, ModelExplainabilityAppSpecification, ModelExplainabilityBaselineConfig, ModelExplainabilityJobInput, ModelInfrastructureConfig, ModelMetrics, ModelPackageValidationSpecification, ModelQualityAppSpecification, ModelQualityBaselineConfig, ModelQualityJobInput, MonitoringScheduleConfig, MonitoringType, NetworkConfig, NotebookInstanceAcceleratorType, NotebookInstanceLifecycleHook, NotificationConfiguration, OfflineStoreConfig, OnlineStoreConfig, ParallelismConfiguration, ProcessingInput, ProcessingOutputConfig, ProcessingResources, ProcessingStoppingCondition, Processor, ProductionVariant, ProductionVariantAcceleratorType, ProductionVariantServerlessConfig, ProfilerConfig, ProfilerRuleConfiguration, RecommendationJobInputConfig, RecommendationJobStoppingConditions, RecommendationJobType, RetryStrategy, RootAccess, RuleEvaluationStatus, ServiceCatalogProvisioningDetails, ShadowModeConfig, SkipModelValidation, SourceAlgorithmSpecification, SourceIpConfig, SpaceSettings, StudioLifecycleConfigAppType, TensorBoardOutputConfig, TrialComponentArtifact, TrialComponentParameterValue, TrialComponentStatus, UserSettings, VendorGuidance } from "./models_1";
|
|
3
|
+
/**
|
|
4
|
+
* @public
|
|
5
|
+
*/
|
|
6
|
+
export interface DeleteDataQualityJobDefinitionRequest {
|
|
7
|
+
/**
|
|
8
|
+
* @public
|
|
9
|
+
* <p>The name of the data quality monitoring job definition to delete.</p>
|
|
10
|
+
*/
|
|
11
|
+
JobDefinitionName: string | undefined;
|
|
12
|
+
}
|
|
13
|
+
/**
|
|
14
|
+
* @public
|
|
15
|
+
*/
|
|
16
|
+
export interface DeleteDeviceFleetRequest {
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
* <p>The name of the fleet to delete.</p>
|
|
20
|
+
*/
|
|
21
|
+
DeviceFleetName: string | undefined;
|
|
22
|
+
}
|
|
3
23
|
/**
|
|
4
24
|
* @public
|
|
5
25
|
* @enum
|
|
@@ -6345,6 +6365,10 @@ export interface SelectiveExecutionConfig {
|
|
|
6345
6365
|
* Used to copy input collaterals needed for the selected steps to run.
|
|
6346
6366
|
* The execution status of the pipeline can be either <code>Failed</code>
|
|
6347
6367
|
* or <code>Success</code>.</p>
|
|
6368
|
+
* <p>This field is required if the steps you specify for
|
|
6369
|
+
* <code>SelectedSteps</code> depend on output collaterals from any non-specified pipeline
|
|
6370
|
+
* steps. For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/pipelines-selective-ex.html">Selective
|
|
6371
|
+
* Execution for Pipeline Steps</a>.</p>
|
|
6348
6372
|
*/
|
|
6349
6373
|
SourcePipelineExecutionArn?: string;
|
|
6350
6374
|
/**
|
|
@@ -9337,40 +9361,6 @@ export declare const EndpointConfigSortKey: {
|
|
|
9337
9361
|
* @public
|
|
9338
9362
|
*/
|
|
9339
9363
|
export type EndpointConfigSortKey = (typeof EndpointConfigSortKey)[keyof typeof EndpointConfigSortKey];
|
|
9340
|
-
/**
|
|
9341
|
-
* @public
|
|
9342
|
-
* <p>Provides summary information for an endpoint configuration.</p>
|
|
9343
|
-
*/
|
|
9344
|
-
export interface EndpointConfigSummary {
|
|
9345
|
-
/**
|
|
9346
|
-
* @public
|
|
9347
|
-
* <p>The name of the endpoint configuration.</p>
|
|
9348
|
-
*/
|
|
9349
|
-
EndpointConfigName: string | undefined;
|
|
9350
|
-
/**
|
|
9351
|
-
* @public
|
|
9352
|
-
* <p>The Amazon Resource Name (ARN) of the endpoint configuration.</p>
|
|
9353
|
-
*/
|
|
9354
|
-
EndpointConfigArn: string | undefined;
|
|
9355
|
-
/**
|
|
9356
|
-
* @public
|
|
9357
|
-
* <p>A timestamp that shows when the endpoint configuration was created.</p>
|
|
9358
|
-
*/
|
|
9359
|
-
CreationTime: Date | undefined;
|
|
9360
|
-
}
|
|
9361
|
-
/**
|
|
9362
|
-
* @public
|
|
9363
|
-
* @enum
|
|
9364
|
-
*/
|
|
9365
|
-
export declare const EndpointSortKey: {
|
|
9366
|
-
readonly CreationTime: "CreationTime";
|
|
9367
|
-
readonly Name: "Name";
|
|
9368
|
-
readonly Status: "Status";
|
|
9369
|
-
};
|
|
9370
|
-
/**
|
|
9371
|
-
* @public
|
|
9372
|
-
*/
|
|
9373
|
-
export type EndpointSortKey = (typeof EndpointSortKey)[keyof typeof EndpointSortKey];
|
|
9374
9364
|
/**
|
|
9375
9365
|
* @internal
|
|
9376
9366
|
*/
|