@aws-sdk/client-sagemaker 3.395.0 → 3.403.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 -5
- package/dist-cjs/models/models_1.js +5 -1
- package/dist-cjs/models/models_2.js +1 -14
- package/dist-cjs/models/models_3.js +14 -2
- package/dist-cjs/runtimeExtensions.js +5 -5
- package/dist-es/models/models_0.js +4 -4
- package/dist-es/models/models_1.js +4 -0
- package/dist-es/models/models_2.js +0 -12
- package/dist-es/models/models_3.js +12 -0
- package/dist-es/runtimeExtensions.js +5 -5
- package/dist-types/commands/CreateDomainCommand.d.ts +7 -0
- package/dist-types/commands/CreateUserProfileCommand.d.ts +7 -0
- package/dist-types/commands/DeleteExperimentCommand.d.ts +2 -1
- package/dist-types/commands/DeleteFeatureGroupCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDomainCommand.d.ts +7 -0
- package/dist-types/commands/DescribeUserProfileCommand.d.ts +7 -0
- package/dist-types/commands/UpdateDomainCommand.d.ts +7 -0
- package/dist-types/commands/UpdateUserProfileCommand.d.ts +7 -0
- package/dist-types/extensionConfiguration.d.ts +6 -0
- package/dist-types/models/models_0.d.ts +41 -29
- package/dist-types/models/models_1.d.ts +31 -23
- package/dist-types/models/models_2.d.ts +21 -221
- package/dist-types/models/models_3.d.ts +224 -180
- package/dist-types/models/models_4.d.ts +181 -4
- package/dist-types/runtimeExtensions.d.ts +2 -2
- package/dist-types/ts3.4/commands/DeleteExperimentCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DeleteFeatureGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +3 -0
- package/dist-types/ts3.4/models/models_0.d.ts +12 -10
- package/dist-types/ts3.4/models/models_1.d.ts +11 -8
- package/dist-types/ts3.4/models/models_2.d.ts +6 -18
- package/dist-types/ts3.4/models/models_3.d.ts +18 -37
- package/dist-types/ts3.4/models/models_4.d.ts +38 -3
- package/dist-types/ts3.4/runtimeExtensions.d.ts +2 -2
- package/package.json +30 -30
- package/dist-types/clientConfiguration.d.ts +0 -6
- package/dist-types/ts3.4/clientConfiguration.d.ts +0 -3
- /package/dist-cjs/{clientConfiguration.js → extensionConfiguration.js} +0 -0
- /package/dist-es/{clientConfiguration.js → extensionConfiguration.js} +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ProblemType = 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.CompressionType = exports.DetailedAlgorithmStatus = exports.AlgorithmStatus = exports.TrainingInputMode = exports.TrainingRepositoryAccessMode = exports.AlgorithmSortBy = exports.AggregationTransformationValue = exports.TransformInstanceType = exports.ProductionVariantInstanceType = exports.ResourceNotFound = exports.ResourceLimitExceeded = exports.AssociationEdgeType = exports.ActionStatus = void 0;
|
|
4
|
-
exports.
|
|
4
|
+
exports.EdgePresetDeploymentType = 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.CodeRepositorySortOrder = exports.CodeRepositorySortBy = exports.ClarifyTextLanguage = exports.ClarifyTextGranularity = exports.ClarifyFeatureType = exports.CaptureStatus = exports.CaptureMode = exports.FeatureStatus = exports.DataSourceName = 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 = void 0;
|
|
5
5
|
const SageMakerServiceException_1 = require("./SageMakerServiceException");
|
|
6
6
|
exports.ActionStatus = {
|
|
7
7
|
COMPLETED: "Completed",
|
|
@@ -695,6 +695,10 @@ exports.CandidateSortBy = {
|
|
|
695
695
|
FinalObjectiveMetricValue: "FinalObjectiveMetricValue",
|
|
696
696
|
Status: "Status",
|
|
697
697
|
};
|
|
698
|
+
exports.DataSourceName = {
|
|
699
|
+
SalesforceGenie: "SalesforceGenie",
|
|
700
|
+
Snowflake: "Snowflake",
|
|
701
|
+
};
|
|
698
702
|
exports.FeatureStatus = {
|
|
699
703
|
Disabled: "DISABLED",
|
|
700
704
|
Enabled: "ENABLED",
|
|
@@ -989,7 +993,3 @@ exports.ProcessingInstanceType = {
|
|
|
989
993
|
exports.EdgePresetDeploymentType = {
|
|
990
994
|
GreengrassV2Component: "GreengrassV2Component",
|
|
991
995
|
};
|
|
992
|
-
exports.RStudioServerProAccessStatus = {
|
|
993
|
-
Disabled: "DISABLED",
|
|
994
|
-
Enabled: "ENABLED",
|
|
995
|
-
};
|
|
@@ -1,7 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CreateWorkforceRequestFilterSensitiveLog = exports.OidcConfigFilterSensitiveLog = exports.CreateModelCardRequestFilterSensitiveLog = exports.RetentionType = 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.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.TableFormat = exports.FeatureType = exports.ProductionVariantAcceleratorType = exports.DeviceSubsetType = exports.FailureHandlingPolicy = exports.ExecutionRoleIdentityConfig = exports.NotebookOutputOption = exports.RStudioServerProUserGroup = void 0;
|
|
3
|
+
exports.CreateWorkforceRequestFilterSensitiveLog = exports.OidcConfigFilterSensitiveLog = exports.CreateModelCardRequestFilterSensitiveLog = exports.RetentionType = 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.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.TableFormat = exports.FeatureType = exports.ProductionVariantAcceleratorType = exports.DeviceSubsetType = exports.FailureHandlingPolicy = exports.ExecutionRoleIdentityConfig = exports.NotebookOutputOption = exports.RStudioServerProUserGroup = exports.RStudioServerProAccessStatus = void 0;
|
|
4
4
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
5
|
+
exports.RStudioServerProAccessStatus = {
|
|
6
|
+
Disabled: "DISABLED",
|
|
7
|
+
Enabled: "ENABLED",
|
|
8
|
+
};
|
|
5
9
|
exports.RStudioServerProUserGroup = {
|
|
6
10
|
Admin: "R_STUDIO_ADMIN",
|
|
7
11
|
User: "R_STUDIO_USER",
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.DescribeModelCardResponseFilterSensitiveLog = void 0;
|
|
3
|
+
exports.DescribeModelCardResponseFilterSensitiveLog = exports.FeatureGroupSortOrder = exports.FeatureGroupSortBy = exports.EndpointSortKey = 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 = void 0;
|
|
5
4
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
6
5
|
exports.HubContentType = {
|
|
7
6
|
MODEL: "Model",
|
|
@@ -358,18 +357,6 @@ exports.FeatureGroupSortOrder = {
|
|
|
358
357
|
ASCENDING: "Ascending",
|
|
359
358
|
DESCENDING: "Descending",
|
|
360
359
|
};
|
|
361
|
-
exports.Operator = {
|
|
362
|
-
CONTAINS: "Contains",
|
|
363
|
-
EQUALS: "Equals",
|
|
364
|
-
EXISTS: "Exists",
|
|
365
|
-
GREATER_THAN: "GreaterThan",
|
|
366
|
-
GREATER_THAN_OR_EQUAL_TO: "GreaterThanOrEqualTo",
|
|
367
|
-
IN: "In",
|
|
368
|
-
LESS_THAN: "LessThan",
|
|
369
|
-
LESS_THAN_OR_EQUAL_TO: "LessThanOrEqualTo",
|
|
370
|
-
NOT_EQUALS: "NotEquals",
|
|
371
|
-
NOT_EXISTS: "NotExists",
|
|
372
|
-
};
|
|
373
360
|
const DescribeModelCardResponseFilterSensitiveLog = (obj) => ({
|
|
374
361
|
...obj,
|
|
375
362
|
...(obj.Content && { Content: smithy_client_1.SENSITIVE_STRING }),
|
|
@@ -1,8 +1,20 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.ModelCardFilterSensitiveLog = exports.ModelVariantAction = exports.ListWorkteamsSortByOptions = exports.ListWorkforcesSortByOptions = exports.UserProfileSortKey = exports.SortTrialsBy = exports.SortTrialComponentsBy = exports.TrainingJobSortByOptions = exports.StudioLifecycleConfigSortKey = exports.SpaceSortKey = exports.ResourceCatalogSortOrder = exports.ResourceCatalogSortBy = exports.ProjectSortOrder = exports.ProjectSortBy = void 0;
|
|
3
|
+
exports.StepStatus = exports.SortPipelineExecutionsBy = exports.NotebookInstanceSortOrder = 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 = void 0;
|
|
4
|
+
exports.ModelCardFilterSensitiveLog = exports.ModelVariantAction = 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 = void 0;
|
|
5
5
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
6
|
+
exports.Operator = {
|
|
7
|
+
CONTAINS: "Contains",
|
|
8
|
+
EQUALS: "Equals",
|
|
9
|
+
EXISTS: "Exists",
|
|
10
|
+
GREATER_THAN: "GreaterThan",
|
|
11
|
+
GREATER_THAN_OR_EQUAL_TO: "GreaterThanOrEqualTo",
|
|
12
|
+
IN: "In",
|
|
13
|
+
LESS_THAN: "LessThan",
|
|
14
|
+
LESS_THAN_OR_EQUAL_TO: "LessThanOrEqualTo",
|
|
15
|
+
NOT_EQUALS: "NotEquals",
|
|
16
|
+
NOT_EXISTS: "NotExists",
|
|
17
|
+
};
|
|
6
18
|
exports.SagemakerServicecatalogStatus = {
|
|
7
19
|
DISABLED: "Disabled",
|
|
8
20
|
ENABLED: "Enabled",
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.resolveRuntimeExtensions = void 0;
|
|
4
|
-
const
|
|
4
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
5
5
|
const asPartial = (t) => t;
|
|
6
6
|
const resolveRuntimeExtensions = (runtimeConfig, extensions) => {
|
|
7
|
-
const
|
|
8
|
-
...asPartial((0,
|
|
7
|
+
const extensionConfiguration = {
|
|
8
|
+
...asPartial((0, smithy_client_1.getDefaultExtensionConfiguration)(runtimeConfig)),
|
|
9
9
|
};
|
|
10
|
-
extensions.forEach((extension) => extension.
|
|
10
|
+
extensions.forEach((extension) => extension.configure(extensionConfiguration));
|
|
11
11
|
return {
|
|
12
12
|
...runtimeConfig,
|
|
13
|
-
...(0,
|
|
13
|
+
...(0, smithy_client_1.resolveDefaultRuntimeConfig)(extensionConfiguration),
|
|
14
14
|
};
|
|
15
15
|
};
|
|
16
16
|
exports.resolveRuntimeExtensions = resolveRuntimeExtensions;
|
|
@@ -689,6 +689,10 @@ export const CandidateSortBy = {
|
|
|
689
689
|
FinalObjectiveMetricValue: "FinalObjectiveMetricValue",
|
|
690
690
|
Status: "Status",
|
|
691
691
|
};
|
|
692
|
+
export const DataSourceName = {
|
|
693
|
+
SalesforceGenie: "SalesforceGenie",
|
|
694
|
+
Snowflake: "Snowflake",
|
|
695
|
+
};
|
|
692
696
|
export const FeatureStatus = {
|
|
693
697
|
Disabled: "DISABLED",
|
|
694
698
|
Enabled: "ENABLED",
|
|
@@ -981,7 +985,3 @@ export const ProcessingInstanceType = {
|
|
|
981
985
|
export const EdgePresetDeploymentType = {
|
|
982
986
|
GreengrassV2Component: "GreengrassV2Component",
|
|
983
987
|
};
|
|
984
|
-
export const RStudioServerProAccessStatus = {
|
|
985
|
-
Disabled: "DISABLED",
|
|
986
|
-
Enabled: "ENABLED",
|
|
987
|
-
};
|
|
@@ -354,18 +354,6 @@ export const FeatureGroupSortOrder = {
|
|
|
354
354
|
ASCENDING: "Ascending",
|
|
355
355
|
DESCENDING: "Descending",
|
|
356
356
|
};
|
|
357
|
-
export const Operator = {
|
|
358
|
-
CONTAINS: "Contains",
|
|
359
|
-
EQUALS: "Equals",
|
|
360
|
-
EXISTS: "Exists",
|
|
361
|
-
GREATER_THAN: "GreaterThan",
|
|
362
|
-
GREATER_THAN_OR_EQUAL_TO: "GreaterThanOrEqualTo",
|
|
363
|
-
IN: "In",
|
|
364
|
-
LESS_THAN: "LessThan",
|
|
365
|
-
LESS_THAN_OR_EQUAL_TO: "LessThanOrEqualTo",
|
|
366
|
-
NOT_EQUALS: "NotEquals",
|
|
367
|
-
NOT_EXISTS: "NotExists",
|
|
368
|
-
};
|
|
369
357
|
export const DescribeModelCardResponseFilterSensitiveLog = (obj) => ({
|
|
370
358
|
...obj,
|
|
371
359
|
...(obj.Content && { Content: SENSITIVE_STRING }),
|
|
@@ -1,4 +1,16 @@
|
|
|
1
1
|
import { SENSITIVE_STRING } from "@smithy/smithy-client";
|
|
2
|
+
export const Operator = {
|
|
3
|
+
CONTAINS: "Contains",
|
|
4
|
+
EQUALS: "Equals",
|
|
5
|
+
EXISTS: "Exists",
|
|
6
|
+
GREATER_THAN: "GreaterThan",
|
|
7
|
+
GREATER_THAN_OR_EQUAL_TO: "GreaterThanOrEqualTo",
|
|
8
|
+
IN: "In",
|
|
9
|
+
LESS_THAN: "LessThan",
|
|
10
|
+
LESS_THAN_OR_EQUAL_TO: "LessThanOrEqualTo",
|
|
11
|
+
NOT_EQUALS: "NotEquals",
|
|
12
|
+
NOT_EXISTS: "NotExists",
|
|
13
|
+
};
|
|
2
14
|
export const SagemakerServicecatalogStatus = {
|
|
3
15
|
DISABLED: "Disabled",
|
|
4
16
|
ENABLED: "Enabled",
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig } from "@smithy/smithy-client";
|
|
2
2
|
const asPartial = (t) => t;
|
|
3
3
|
export const resolveRuntimeExtensions = (runtimeConfig, extensions) => {
|
|
4
|
-
const
|
|
5
|
-
...asPartial(
|
|
4
|
+
const extensionConfiguration = {
|
|
5
|
+
...asPartial(getDefaultExtensionConfiguration(runtimeConfig)),
|
|
6
6
|
};
|
|
7
|
-
extensions.forEach((extension) => extension.
|
|
7
|
+
extensions.forEach((extension) => extension.configure(extensionConfiguration));
|
|
8
8
|
return {
|
|
9
9
|
...runtimeConfig,
|
|
10
|
-
...resolveDefaultRuntimeConfig(
|
|
10
|
+
...resolveDefaultRuntimeConfig(extensionConfiguration),
|
|
11
11
|
};
|
|
12
12
|
};
|
|
@@ -161,6 +161,13 @@ export interface CreateDomainCommandOutput extends CreateDomainResponse, __Metad
|
|
|
161
161
|
* S3ArtifactPath: "STRING_VALUE",
|
|
162
162
|
* S3KmsKeyId: "STRING_VALUE",
|
|
163
163
|
* },
|
|
164
|
+
* IdentityProviderOAuthSettings: [ // IdentityProviderOAuthSettings
|
|
165
|
+
* { // IdentityProviderOAuthSetting
|
|
166
|
+
* DataSourceName: "SalesforceGenie" || "Snowflake",
|
|
167
|
+
* Status: "ENABLED" || "DISABLED",
|
|
168
|
+
* SecretArn: "STRING_VALUE",
|
|
169
|
+
* },
|
|
170
|
+
* ],
|
|
164
171
|
* },
|
|
165
172
|
* },
|
|
166
173
|
* SubnetIds: [ // Subnets // required
|
|
@@ -131,6 +131,13 @@ export interface CreateUserProfileCommandOutput extends CreateUserProfileRespons
|
|
|
131
131
|
* S3ArtifactPath: "STRING_VALUE",
|
|
132
132
|
* S3KmsKeyId: "STRING_VALUE",
|
|
133
133
|
* },
|
|
134
|
+
* IdentityProviderOAuthSettings: [ // IdentityProviderOAuthSettings
|
|
135
|
+
* { // IdentityProviderOAuthSetting
|
|
136
|
+
* DataSourceName: "SalesforceGenie" || "Snowflake",
|
|
137
|
+
* Status: "ENABLED" || "DISABLED",
|
|
138
|
+
* SecretArn: "STRING_VALUE",
|
|
139
|
+
* },
|
|
140
|
+
* ],
|
|
134
141
|
* },
|
|
135
142
|
* },
|
|
136
143
|
* };
|
|
@@ -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 { DeleteExperimentRequest
|
|
4
|
+
import { DeleteExperimentRequest } from "../models/models_1";
|
|
5
|
+
import { DeleteExperimentResponse } from "../models/models_2";
|
|
5
6
|
import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
6
7
|
/**
|
|
7
8
|
* @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 { DeleteFeatureGroupRequest } from "../models/
|
|
4
|
+
import { DeleteFeatureGroupRequest } from "../models/models_2";
|
|
5
5
|
import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
|
|
6
6
|
/**
|
|
7
7
|
* @public
|
|
@@ -130,6 +130,13 @@ export interface DescribeDomainCommandOutput extends DescribeDomainResponse, __M
|
|
|
130
130
|
* // S3ArtifactPath: "STRING_VALUE",
|
|
131
131
|
* // S3KmsKeyId: "STRING_VALUE",
|
|
132
132
|
* // },
|
|
133
|
+
* // IdentityProviderOAuthSettings: [ // IdentityProviderOAuthSettings
|
|
134
|
+
* // { // IdentityProviderOAuthSetting
|
|
135
|
+
* // DataSourceName: "SalesforceGenie" || "Snowflake",
|
|
136
|
+
* // Status: "ENABLED" || "DISABLED",
|
|
137
|
+
* // SecretArn: "STRING_VALUE",
|
|
138
|
+
* // },
|
|
139
|
+
* // ],
|
|
133
140
|
* // },
|
|
134
141
|
* // },
|
|
135
142
|
* // AppNetworkAccessType: "PublicInternetOnly" || "VpcOnly",
|
|
@@ -131,6 +131,13 @@ export interface DescribeUserProfileCommandOutput extends DescribeUserProfileRes
|
|
|
131
131
|
* // S3ArtifactPath: "STRING_VALUE",
|
|
132
132
|
* // S3KmsKeyId: "STRING_VALUE",
|
|
133
133
|
* // },
|
|
134
|
+
* // IdentityProviderOAuthSettings: [ // IdentityProviderOAuthSettings
|
|
135
|
+
* // { // IdentityProviderOAuthSetting
|
|
136
|
+
* // DataSourceName: "SalesforceGenie" || "Snowflake",
|
|
137
|
+
* // Status: "ENABLED" || "DISABLED",
|
|
138
|
+
* // SecretArn: "STRING_VALUE",
|
|
139
|
+
* // },
|
|
140
|
+
* // ],
|
|
134
141
|
* // },
|
|
135
142
|
* // },
|
|
136
143
|
* // };
|
|
@@ -116,6 +116,13 @@ export interface UpdateDomainCommandOutput extends UpdateDomainResponse, __Metad
|
|
|
116
116
|
* S3ArtifactPath: "STRING_VALUE",
|
|
117
117
|
* S3KmsKeyId: "STRING_VALUE",
|
|
118
118
|
* },
|
|
119
|
+
* IdentityProviderOAuthSettings: [ // IdentityProviderOAuthSettings
|
|
120
|
+
* { // IdentityProviderOAuthSetting
|
|
121
|
+
* DataSourceName: "SalesforceGenie" || "Snowflake",
|
|
122
|
+
* Status: "ENABLED" || "DISABLED",
|
|
123
|
+
* SecretArn: "STRING_VALUE",
|
|
124
|
+
* },
|
|
125
|
+
* ],
|
|
119
126
|
* },
|
|
120
127
|
* },
|
|
121
128
|
* DomainSettingsForUpdate: { // DomainSettingsForUpdate
|
|
@@ -117,6 +117,13 @@ export interface UpdateUserProfileCommandOutput extends UpdateUserProfileRespons
|
|
|
117
117
|
* S3ArtifactPath: "STRING_VALUE",
|
|
118
118
|
* S3KmsKeyId: "STRING_VALUE",
|
|
119
119
|
* },
|
|
120
|
+
* IdentityProviderOAuthSettings: [ // IdentityProviderOAuthSettings
|
|
121
|
+
* { // IdentityProviderOAuthSetting
|
|
122
|
+
* DataSourceName: "SalesforceGenie" || "Snowflake",
|
|
123
|
+
* Status: "ENABLED" || "DISABLED",
|
|
124
|
+
* SecretArn: "STRING_VALUE",
|
|
125
|
+
* },
|
|
126
|
+
* ],
|
|
120
127
|
* },
|
|
121
128
|
* },
|
|
122
129
|
* };
|
|
@@ -6613,6 +6613,18 @@ export declare const CandidateSortBy: {
|
|
|
6613
6613
|
* @public
|
|
6614
6614
|
*/
|
|
6615
6615
|
export type CandidateSortBy = (typeof CandidateSortBy)[keyof typeof CandidateSortBy];
|
|
6616
|
+
/**
|
|
6617
|
+
* @public
|
|
6618
|
+
* @enum
|
|
6619
|
+
*/
|
|
6620
|
+
export declare const DataSourceName: {
|
|
6621
|
+
readonly SalesforceGenie: "SalesforceGenie";
|
|
6622
|
+
readonly Snowflake: "Snowflake";
|
|
6623
|
+
};
|
|
6624
|
+
/**
|
|
6625
|
+
* @public
|
|
6626
|
+
*/
|
|
6627
|
+
export type DataSourceName = (typeof DataSourceName)[keyof typeof DataSourceName];
|
|
6616
6628
|
/**
|
|
6617
6629
|
* @public
|
|
6618
6630
|
* @enum
|
|
@@ -6625,6 +6637,30 @@ export declare const FeatureStatus: {
|
|
|
6625
6637
|
* @public
|
|
6626
6638
|
*/
|
|
6627
6639
|
export type FeatureStatus = (typeof FeatureStatus)[keyof typeof FeatureStatus];
|
|
6640
|
+
/**
|
|
6641
|
+
* @public
|
|
6642
|
+
* <p>The Amazon SageMaker Canvas app setting where you configure OAuth for connecting to an external
|
|
6643
|
+
* data source, such as Snowflake.</p>
|
|
6644
|
+
*/
|
|
6645
|
+
export interface IdentityProviderOAuthSetting {
|
|
6646
|
+
/**
|
|
6647
|
+
* @public
|
|
6648
|
+
* <p>The name of the data source that you're connecting to. Canvas currently supports OAuth for Snowflake and Salesforce Data Cloud.</p>
|
|
6649
|
+
*/
|
|
6650
|
+
DataSourceName?: DataSourceName | string;
|
|
6651
|
+
/**
|
|
6652
|
+
* @public
|
|
6653
|
+
* <p>Describes whether OAuth for a data source is enabled or disabled in the Canvas
|
|
6654
|
+
* application.</p>
|
|
6655
|
+
*/
|
|
6656
|
+
Status?: FeatureStatus | string;
|
|
6657
|
+
/**
|
|
6658
|
+
* @public
|
|
6659
|
+
* <p>The ARN of an Amazon Web Services Secrets Manager secret that stores the credentials from your
|
|
6660
|
+
* identity provider, such as the client ID and secret, authorization URL, and token URL. </p>
|
|
6661
|
+
*/
|
|
6662
|
+
SecretArn?: string;
|
|
6663
|
+
}
|
|
6628
6664
|
/**
|
|
6629
6665
|
* @public
|
|
6630
6666
|
* <p>The model registry settings for the SageMaker Canvas application.</p>
|
|
@@ -6706,6 +6742,11 @@ export interface CanvasAppSettings {
|
|
|
6706
6742
|
* <p>The workspace settings for the SageMaker Canvas application.</p>
|
|
6707
6743
|
*/
|
|
6708
6744
|
WorkspaceSettings?: WorkspaceSettings;
|
|
6745
|
+
/**
|
|
6746
|
+
* @public
|
|
6747
|
+
* <p>The settings for connecting to an external data source with OAuth.</p>
|
|
6748
|
+
*/
|
|
6749
|
+
IdentityProviderOAuthSettings?: IdentityProviderOAuthSetting[];
|
|
6709
6750
|
}
|
|
6710
6751
|
/**
|
|
6711
6752
|
* @public
|
|
@@ -10522,32 +10563,3 @@ export interface DefaultSpaceSettings {
|
|
|
10522
10563
|
*/
|
|
10523
10564
|
KernelGatewayAppSettings?: KernelGatewayAppSettings;
|
|
10524
10565
|
}
|
|
10525
|
-
/**
|
|
10526
|
-
* @public
|
|
10527
|
-
* <p>A collection of settings that apply to an <code>RSessionGateway</code> app.</p>
|
|
10528
|
-
*/
|
|
10529
|
-
export interface RSessionAppSettings {
|
|
10530
|
-
/**
|
|
10531
|
-
* @public
|
|
10532
|
-
* <p>Specifies the ARN's of a SageMaker image and SageMaker image version, and the instance type that
|
|
10533
|
-
* the version runs on.</p>
|
|
10534
|
-
*/
|
|
10535
|
-
DefaultResourceSpec?: ResourceSpec;
|
|
10536
|
-
/**
|
|
10537
|
-
* @public
|
|
10538
|
-
* <p>A list of custom SageMaker images that are configured to run as a RSession app.</p>
|
|
10539
|
-
*/
|
|
10540
|
-
CustomImages?: CustomImage[];
|
|
10541
|
-
}
|
|
10542
|
-
/**
|
|
10543
|
-
* @public
|
|
10544
|
-
* @enum
|
|
10545
|
-
*/
|
|
10546
|
-
export declare const RStudioServerProAccessStatus: {
|
|
10547
|
-
readonly Disabled: "DISABLED";
|
|
10548
|
-
readonly Enabled: "ENABLED";
|
|
10549
|
-
};
|
|
10550
|
-
/**
|
|
10551
|
-
* @public
|
|
10552
|
-
*/
|
|
10553
|
-
export type RStudioServerProAccessStatus = (typeof RStudioServerProAccessStatus)[keyof typeof RStudioServerProAccessStatus];
|
|
@@ -1,5 +1,34 @@
|
|
|
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, CognitoConfig, CognitoMemberDefinition, CollectionConfiguration, ContainerDefinition, ContentClassifier, ContinuousParameterRange, ConvergenceDetected, DefaultSpaceSettings, EdgeOutputConfig, EndpointInput, HyperParameterScalingType, HyperParameterTuningJobObjective, InferenceSpecification, JupyterServerAppSettings, KernelGatewayAppSettings, MetadataProperties, MetricDefinition, MetricsSource, ModelApprovalStatus, MonitoringConstraintsResource, MonitoringNetworkConfig, MonitoringOutputConfig, MonitoringResources, MonitoringStatisticsResource, MonitoringStoppingCondition, OutputDataConfig, ProcessingInstanceType, ProcessingS3DataDistributionType, ProcessingS3InputMode, ProcessingS3UploadMode, ProductionVariantInstanceType, ResourceConfig, ResourceSpec,
|
|
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, CognitoConfig, CognitoMemberDefinition, CollectionConfiguration, ContainerDefinition, ContentClassifier, ContinuousParameterRange, ConvergenceDetected, CustomImage, DefaultSpaceSettings, EdgeOutputConfig, EndpointInput, HyperParameterScalingType, HyperParameterTuningJobObjective, InferenceSpecification, JupyterServerAppSettings, KernelGatewayAppSettings, 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
|
+
* <p>A collection of settings that apply to an <code>RSessionGateway</code> app.</p>
|
|
6
|
+
*/
|
|
7
|
+
export interface RSessionAppSettings {
|
|
8
|
+
/**
|
|
9
|
+
* @public
|
|
10
|
+
* <p>Specifies the ARN's of a SageMaker image and SageMaker image version, and the instance type that
|
|
11
|
+
* the version runs on.</p>
|
|
12
|
+
*/
|
|
13
|
+
DefaultResourceSpec?: ResourceSpec;
|
|
14
|
+
/**
|
|
15
|
+
* @public
|
|
16
|
+
* <p>A list of custom SageMaker images that are configured to run as a RSession app.</p>
|
|
17
|
+
*/
|
|
18
|
+
CustomImages?: CustomImage[];
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* @public
|
|
22
|
+
* @enum
|
|
23
|
+
*/
|
|
24
|
+
export declare const RStudioServerProAccessStatus: {
|
|
25
|
+
readonly Disabled: "DISABLED";
|
|
26
|
+
readonly Enabled: "ENABLED";
|
|
27
|
+
};
|
|
28
|
+
/**
|
|
29
|
+
* @public
|
|
30
|
+
*/
|
|
31
|
+
export type RStudioServerProAccessStatus = (typeof RStudioServerProAccessStatus)[keyof typeof RStudioServerProAccessStatus];
|
|
3
32
|
/**
|
|
4
33
|
* @public
|
|
5
34
|
* @enum
|
|
@@ -4143,7 +4172,7 @@ export interface RecommendationJobInputConfig {
|
|
|
4143
4172
|
ModelPackageVersionArn?: string;
|
|
4144
4173
|
/**
|
|
4145
4174
|
* @public
|
|
4146
|
-
* <p>Specifies the maximum duration of the job, in seconds. The maximum value is
|
|
4175
|
+
* <p>Specifies the maximum duration of the job, in seconds. The maximum value is 18,000 seconds.</p>
|
|
4147
4176
|
*/
|
|
4148
4177
|
JobDurationInSeconds?: number;
|
|
4149
4178
|
/**
|
|
@@ -10666,27 +10695,6 @@ export interface DeleteExperimentRequest {
|
|
|
10666
10695
|
*/
|
|
10667
10696
|
ExperimentName: string | undefined;
|
|
10668
10697
|
}
|
|
10669
|
-
/**
|
|
10670
|
-
* @public
|
|
10671
|
-
*/
|
|
10672
|
-
export interface DeleteExperimentResponse {
|
|
10673
|
-
/**
|
|
10674
|
-
* @public
|
|
10675
|
-
* <p>The Amazon Resource Name (ARN) of the experiment that is being deleted.</p>
|
|
10676
|
-
*/
|
|
10677
|
-
ExperimentArn?: string;
|
|
10678
|
-
}
|
|
10679
|
-
/**
|
|
10680
|
-
* @public
|
|
10681
|
-
*/
|
|
10682
|
-
export interface DeleteFeatureGroupRequest {
|
|
10683
|
-
/**
|
|
10684
|
-
* @public
|
|
10685
|
-
* <p>The name of the <code>FeatureGroup</code> you want to delete. The name must be unique
|
|
10686
|
-
* within an Amazon Web Services Region in an Amazon Web Services account. </p>
|
|
10687
|
-
*/
|
|
10688
|
-
FeatureGroupName: string | undefined;
|
|
10689
|
-
}
|
|
10690
10698
|
/**
|
|
10691
10699
|
* @internal
|
|
10692
10700
|
*/
|