@aws-sdk/client-sagemaker 3.354.0 → 3.355.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 +22 -16
- package/dist-cjs/models/models_1.js +10 -1
- package/dist-cjs/models/models_2.js +1 -19
- package/dist-cjs/models/models_3.js +20 -2
- package/dist-cjs/protocols/Aws_json1_1.js +3 -0
- package/dist-es/models/models_0.js +20 -14
- package/dist-es/models/models_1.js +9 -0
- package/dist-es/models/models_2.js +0 -18
- package/dist-es/models/models_3.js +18 -0
- package/dist-es/protocols/Aws_json1_1.js +3 -0
- package/dist-types/commands/CreateAutoMLJobCommand.d.ts +11 -4
- package/dist-types/commands/CreateAutoMLJobV2Command.d.ts +33 -8
- package/dist-types/commands/DeleteModelQualityJobDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteMonitoringScheduleCommand.d.ts +1 -1
- package/dist-types/commands/DeleteNotebookInstanceCommand.d.ts +1 -1
- package/dist-types/commands/DeleteNotebookInstanceLifecycleConfigCommand.d.ts +1 -1
- package/dist-types/commands/DeletePipelineCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAutoMLJobCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAutoMLJobV2Command.d.ts +43 -5
- package/dist-types/commands/StopCompilationJobCommand.d.ts +1 -1
- package/dist-types/commands/StopEdgeDeploymentStageCommand.d.ts +1 -1
- package/dist-types/commands/StopEdgePackagingJobCommand.d.ts +1 -1
- package/dist-types/commands/StopHyperParameterTuningJobCommand.d.ts +1 -1
- package/dist-types/commands/StopInferenceExperimentCommand.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +319 -169
- package/dist-types/models/models_1.d.ts +91 -60
- package/dist-types/models/models_2.d.ts +85 -141
- package/dist-types/models/models_3.d.ts +127 -108
- package/dist-types/models/models_4.d.ts +107 -1
- package/dist-types/ts3.4/commands/DeleteModelQualityJobDefinitionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteMonitoringScheduleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteNotebookInstanceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteNotebookInstanceLifecycleConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeletePipelineCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopCompilationJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopEdgeDeploymentStageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopEdgePackagingJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopHyperParameterTuningJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopInferenceExperimentCommand.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +66 -37
- package/dist-types/ts3.4/models/models_1.d.ts +31 -21
- package/dist-types/ts3.4/models/models_2.d.ts +27 -47
- package/dist-types/ts3.4/models/models_3.d.ts +46 -30
- package/dist-types/ts3.4/models/models_4.d.ts +25 -0
- package/package.json +1 -1
|
@@ -1,5 +1,95 @@
|
|
|
1
1
|
import { LazyJsonString as __LazyJsonString } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { AdditionalInferenceSpecificationDefinition, AlgorithmSpecification, AnnotationConsolidationConfig, AppSpecification, AppType, ArtifactSource, AsyncInferenceConfig, AthenaDatasetDefinition, AutoParameter, AutoRollbackConfig, Autotune, AwsManagedHumanLoopRequestSource, BatchDataCaptureConfig, BatchStrategy, BatchTransformInput, BestObjectiveNotImproving, Bias, BlueGreenUpdatePolicy, CaptureContentTypeHeader, CaptureOption, CaptureStatus, CategoricalParameter, CategoricalParameterRange, Channel, CheckpointConfig, ClarifyExplainerConfig, CognitoConfig, CognitoMemberDefinition, CollectionConfiguration, ContainerDefinition, ContentClassifier, ContinuousParameterRange, ConvergenceDetected,
|
|
2
|
+
import { AdditionalInferenceSpecificationDefinition, AlgorithmSpecification, AnnotationConsolidationConfig, AppSpecification, AppType, ArtifactSource, AsyncInferenceConfig, AthenaDatasetDefinition, AutoParameter, AutoRollbackConfig, Autotune, AwsManagedHumanLoopRequestSource, BatchDataCaptureConfig, BatchStrategy, BatchTransformInput, BestObjectiveNotImproving, Bias, BlueGreenUpdatePolicy, CaptureContentTypeHeader, CaptureOption, CaptureStatus, CategoricalParameter, CategoricalParameterRange, Channel, CheckpointConfig, ClarifyExplainerConfig, CognitoConfig, CognitoMemberDefinition, CollectionConfiguration, ContainerDefinition, ContentClassifier, ContinuousParameterRange, ConvergenceDetected, EdgeOutputConfig, EndpointInput, HyperParameterScalingType, HyperParameterTuningJobObjective, InferenceSpecification, JupyterServerAppSettings, KernelGatewayAppSettings, MetadataProperties, MetricDefinition, MetricsSource, ModelApprovalStatus, MonitoringConstraintsResource, MonitoringNetworkConfig, MonitoringOutputConfig, MonitoringResources, MonitoringStatisticsResource, MonitoringStoppingCondition, OutputDataConfig, ProcessingInstanceType, ProcessingS3DataDistributionType, ProcessingS3InputMode, ProcessingS3UploadMode, ProductionVariantInstanceType, ResourceConfig, StoppingCondition, Tag, TrainingInputMode, TrainingInstanceType, TransformInput, TransformJobDefinition, TransformOutput, TransformResources, UserSettings, VpcConfig } from "./models_0";
|
|
3
|
+
/**
|
|
4
|
+
* @public
|
|
5
|
+
* <p>Contains information about the configuration of a model in a deployment.</p>
|
|
6
|
+
*/
|
|
7
|
+
export interface EdgeDeploymentModelConfig {
|
|
8
|
+
/**
|
|
9
|
+
* <p>The name the device application uses to reference this model.</p>
|
|
10
|
+
*/
|
|
11
|
+
ModelHandle: string | undefined;
|
|
12
|
+
/**
|
|
13
|
+
* <p>The edge packaging job associated with this deployment.</p>
|
|
14
|
+
*/
|
|
15
|
+
EdgePackagingJobName: string | undefined;
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
* @enum
|
|
20
|
+
*/
|
|
21
|
+
export declare const FailureHandlingPolicy: {
|
|
22
|
+
readonly DoNothing: "DO_NOTHING";
|
|
23
|
+
readonly RollbackOnFailure: "ROLLBACK_ON_FAILURE";
|
|
24
|
+
};
|
|
25
|
+
/**
|
|
26
|
+
* @public
|
|
27
|
+
*/
|
|
28
|
+
export type FailureHandlingPolicy = (typeof FailureHandlingPolicy)[keyof typeof FailureHandlingPolicy];
|
|
29
|
+
/**
|
|
30
|
+
* @public
|
|
31
|
+
* <p>Contains information about the configuration of a deployment.</p>
|
|
32
|
+
*/
|
|
33
|
+
export interface EdgeDeploymentConfig {
|
|
34
|
+
/**
|
|
35
|
+
* <p>Toggle that determines whether to rollback to previous configuration if the current deployment fails.
|
|
36
|
+
* By default this is turned on. You may turn this off if you want to investigate the errors yourself.</p>
|
|
37
|
+
*/
|
|
38
|
+
FailureHandlingPolicy: FailureHandlingPolicy | string | undefined;
|
|
39
|
+
}
|
|
40
|
+
/**
|
|
41
|
+
* @public
|
|
42
|
+
* @enum
|
|
43
|
+
*/
|
|
44
|
+
export declare const DeviceSubsetType: {
|
|
45
|
+
readonly NameContains: "NAMECONTAINS";
|
|
46
|
+
readonly Percentage: "PERCENTAGE";
|
|
47
|
+
readonly Selection: "SELECTION";
|
|
48
|
+
};
|
|
49
|
+
/**
|
|
50
|
+
* @public
|
|
51
|
+
*/
|
|
52
|
+
export type DeviceSubsetType = (typeof DeviceSubsetType)[keyof typeof DeviceSubsetType];
|
|
53
|
+
/**
|
|
54
|
+
* @public
|
|
55
|
+
* <p>Contains information about the configurations of selected devices.</p>
|
|
56
|
+
*/
|
|
57
|
+
export interface DeviceSelectionConfig {
|
|
58
|
+
/**
|
|
59
|
+
* <p>Type of device subsets to deploy to the current stage.</p>
|
|
60
|
+
*/
|
|
61
|
+
DeviceSubsetType: DeviceSubsetType | string | undefined;
|
|
62
|
+
/**
|
|
63
|
+
* <p>Percentage of devices in the fleet to deploy to the current stage.</p>
|
|
64
|
+
*/
|
|
65
|
+
Percentage?: number;
|
|
66
|
+
/**
|
|
67
|
+
* <p>List of devices chosen to deploy.</p>
|
|
68
|
+
*/
|
|
69
|
+
DeviceNames?: string[];
|
|
70
|
+
/**
|
|
71
|
+
* <p>A filter to select devices with names containing this name.</p>
|
|
72
|
+
*/
|
|
73
|
+
DeviceNameContains?: string;
|
|
74
|
+
}
|
|
75
|
+
/**
|
|
76
|
+
* @public
|
|
77
|
+
* <p>Contains information about a stage in an edge deployment plan.</p>
|
|
78
|
+
*/
|
|
79
|
+
export interface DeploymentStage {
|
|
80
|
+
/**
|
|
81
|
+
* <p>The name of the stage.</p>
|
|
82
|
+
*/
|
|
83
|
+
StageName: string | undefined;
|
|
84
|
+
/**
|
|
85
|
+
* <p>Configuration of the devices in the stage.</p>
|
|
86
|
+
*/
|
|
87
|
+
DeviceSelectionConfig: DeviceSelectionConfig | undefined;
|
|
88
|
+
/**
|
|
89
|
+
* <p>Configuration of the deployment details.</p>
|
|
90
|
+
*/
|
|
91
|
+
DeploymentConfig?: EdgeDeploymentConfig;
|
|
92
|
+
}
|
|
3
93
|
/**
|
|
4
94
|
* @public
|
|
5
95
|
*/
|
|
@@ -9438,65 +9528,6 @@ export interface DeleteModelPackageGroupPolicyInput {
|
|
|
9438
9528
|
*/
|
|
9439
9529
|
ModelPackageGroupName: string | undefined;
|
|
9440
9530
|
}
|
|
9441
|
-
/**
|
|
9442
|
-
* @public
|
|
9443
|
-
*/
|
|
9444
|
-
export interface DeleteModelQualityJobDefinitionRequest {
|
|
9445
|
-
/**
|
|
9446
|
-
* <p>The name of the model quality monitoring job definition to delete.</p>
|
|
9447
|
-
*/
|
|
9448
|
-
JobDefinitionName: string | undefined;
|
|
9449
|
-
}
|
|
9450
|
-
/**
|
|
9451
|
-
* @public
|
|
9452
|
-
*/
|
|
9453
|
-
export interface DeleteMonitoringScheduleRequest {
|
|
9454
|
-
/**
|
|
9455
|
-
* <p>The name of the monitoring schedule to delete.</p>
|
|
9456
|
-
*/
|
|
9457
|
-
MonitoringScheduleName: string | undefined;
|
|
9458
|
-
}
|
|
9459
|
-
/**
|
|
9460
|
-
* @public
|
|
9461
|
-
*/
|
|
9462
|
-
export interface DeleteNotebookInstanceInput {
|
|
9463
|
-
/**
|
|
9464
|
-
* <p>The name of the SageMaker notebook instance to delete.</p>
|
|
9465
|
-
*/
|
|
9466
|
-
NotebookInstanceName: string | undefined;
|
|
9467
|
-
}
|
|
9468
|
-
/**
|
|
9469
|
-
* @public
|
|
9470
|
-
*/
|
|
9471
|
-
export interface DeleteNotebookInstanceLifecycleConfigInput {
|
|
9472
|
-
/**
|
|
9473
|
-
* <p>The name of the lifecycle configuration to delete.</p>
|
|
9474
|
-
*/
|
|
9475
|
-
NotebookInstanceLifecycleConfigName: string | undefined;
|
|
9476
|
-
}
|
|
9477
|
-
/**
|
|
9478
|
-
* @public
|
|
9479
|
-
*/
|
|
9480
|
-
export interface DeletePipelineRequest {
|
|
9481
|
-
/**
|
|
9482
|
-
* <p>The name of the pipeline to delete.</p>
|
|
9483
|
-
*/
|
|
9484
|
-
PipelineName: string | undefined;
|
|
9485
|
-
/**
|
|
9486
|
-
* <p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the
|
|
9487
|
-
* operation. An idempotent operation completes no more than one time.</p>
|
|
9488
|
-
*/
|
|
9489
|
-
ClientRequestToken?: string;
|
|
9490
|
-
}
|
|
9491
|
-
/**
|
|
9492
|
-
* @public
|
|
9493
|
-
*/
|
|
9494
|
-
export interface DeletePipelineResponse {
|
|
9495
|
-
/**
|
|
9496
|
-
* <p>The Amazon Resource Name (ARN) of the pipeline to delete.</p>
|
|
9497
|
-
*/
|
|
9498
|
-
PipelineArn?: string;
|
|
9499
|
-
}
|
|
9500
9531
|
/**
|
|
9501
9532
|
* @internal
|
|
9502
9533
|
*/
|
|
@@ -1,5 +1,64 @@
|
|
|
1
|
-
import { ActionSource, ActionStatus, AdditionalInferenceSpecificationDefinition, AgentVersion, 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, AutoMLSecurityConfig, Autotune, BatchDataCaptureConfig, BatchStrategy, Channel, CheckpointConfig, CognitoConfig, CompilationJobStatus, ContainerDefinition, ContextSource, DataQualityAppSpecification, DataQualityBaselineConfig, DataQualityJobInput, DefaultSpaceSettings,
|
|
2
|
-
import { _InstanceType, DataCaptureConfig, DataCaptureConfigSummary, DataProcessing, DebugHookConfig, DebugRuleConfiguration, DebugRuleEvaluationStatus, DeploymentConfig, DirectInternetAccess, DriftCheckBaselines, EndpointInfo, ExperimentConfig, ExplainerConfig, FeatureDefinition, FeatureType, FlowDefinitionOutputConfig, HubContentType, HubS3StorageConfig, HumanLoopActivationConfig, HumanLoopConfig, HumanLoopRequestSource, HumanTaskConfig, HyperParameterTrainingJobDefinition, HyperParameterTuningJobConfig, HyperParameterTuningJobStrategyType, 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, ResourceLimits, RetryStrategy, RootAccess, RuleEvaluationStatus, ServiceCatalogProvisioningDetails, ShadowModeConfig, SourceAlgorithmSpecification, SourceIpConfig, SpaceSettings, StudioLifecycleConfigAppType, TensorBoardOutputConfig, TrialComponentArtifact, TrialComponentParameterValue, TrialComponentStatus, VendorGuidance } from "./models_1";
|
|
1
|
+
import { ActionSource, ActionStatus, AdditionalInferenceSpecificationDefinition, AgentVersion, 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, DefaultSpaceSettings, DomainSettings, EdgeOutputConfig, EdgePresetDeploymentType, ExecutionRoleIdentityConfig, 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, UserSettings, VpcConfig } from "./models_0";
|
|
2
|
+
import { _InstanceType, DataCaptureConfig, DataCaptureConfigSummary, DataProcessing, DebugHookConfig, DebugRuleConfiguration, DebugRuleEvaluationStatus, DeploymentConfig, DeviceSelectionConfig, DirectInternetAccess, DriftCheckBaselines, EdgeDeploymentConfig, EdgeDeploymentModelConfig, EndpointInfo, ExperimentConfig, ExplainerConfig, FeatureDefinition, FeatureType, FlowDefinitionOutputConfig, HubContentType, HubS3StorageConfig, HumanLoopActivationConfig, HumanLoopConfig, HumanLoopRequestSource, HumanTaskConfig, HyperParameterTrainingJobDefinition, HyperParameterTuningJobConfig, HyperParameterTuningJobStrategyType, 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, ResourceLimits, RetryStrategy, RootAccess, RuleEvaluationStatus, ServiceCatalogProvisioningDetails, ShadowModeConfig, SourceAlgorithmSpecification, SourceIpConfig, SpaceSettings, StudioLifecycleConfigAppType, TensorBoardOutputConfig, TrialComponentArtifact, TrialComponentParameterValue, TrialComponentStatus, VendorGuidance } from "./models_1";
|
|
3
|
+
/**
|
|
4
|
+
* @public
|
|
5
|
+
*/
|
|
6
|
+
export interface DeleteModelQualityJobDefinitionRequest {
|
|
7
|
+
/**
|
|
8
|
+
* <p>The name of the model quality monitoring job definition to delete.</p>
|
|
9
|
+
*/
|
|
10
|
+
JobDefinitionName: string | undefined;
|
|
11
|
+
}
|
|
12
|
+
/**
|
|
13
|
+
* @public
|
|
14
|
+
*/
|
|
15
|
+
export interface DeleteMonitoringScheduleRequest {
|
|
16
|
+
/**
|
|
17
|
+
* <p>The name of the monitoring schedule to delete.</p>
|
|
18
|
+
*/
|
|
19
|
+
MonitoringScheduleName: string | undefined;
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* @public
|
|
23
|
+
*/
|
|
24
|
+
export interface DeleteNotebookInstanceInput {
|
|
25
|
+
/**
|
|
26
|
+
* <p>The name of the SageMaker notebook instance to delete.</p>
|
|
27
|
+
*/
|
|
28
|
+
NotebookInstanceName: string | undefined;
|
|
29
|
+
}
|
|
30
|
+
/**
|
|
31
|
+
* @public
|
|
32
|
+
*/
|
|
33
|
+
export interface DeleteNotebookInstanceLifecycleConfigInput {
|
|
34
|
+
/**
|
|
35
|
+
* <p>The name of the lifecycle configuration to delete.</p>
|
|
36
|
+
*/
|
|
37
|
+
NotebookInstanceLifecycleConfigName: string | undefined;
|
|
38
|
+
}
|
|
39
|
+
/**
|
|
40
|
+
* @public
|
|
41
|
+
*/
|
|
42
|
+
export interface DeletePipelineRequest {
|
|
43
|
+
/**
|
|
44
|
+
* <p>The name of the pipeline to delete.</p>
|
|
45
|
+
*/
|
|
46
|
+
PipelineName: string | undefined;
|
|
47
|
+
/**
|
|
48
|
+
* <p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the
|
|
49
|
+
* operation. An idempotent operation completes no more than one time.</p>
|
|
50
|
+
*/
|
|
51
|
+
ClientRequestToken?: string;
|
|
52
|
+
}
|
|
53
|
+
/**
|
|
54
|
+
* @public
|
|
55
|
+
*/
|
|
56
|
+
export interface DeletePipelineResponse {
|
|
57
|
+
/**
|
|
58
|
+
* <p>The Amazon Resource Name (ARN) of the pipeline to delete.</p>
|
|
59
|
+
*/
|
|
60
|
+
PipelineArn?: string;
|
|
61
|
+
}
|
|
3
62
|
/**
|
|
4
63
|
* @public
|
|
5
64
|
*/
|
|
@@ -619,9 +678,7 @@ export interface ModelDeployResult {
|
|
|
619
678
|
*/
|
|
620
679
|
export interface ResolvedAttributes {
|
|
621
680
|
/**
|
|
622
|
-
* <p>Specifies a metric to minimize or maximize as the objective of a job
|
|
623
|
-
* example jobs created by calling <code>CreateAutoMLJobV2</code>), support
|
|
624
|
-
* <code>Accuracy</code> only.</p>
|
|
681
|
+
* <p>Specifies a metric to minimize or maximize as the objective of a job.</p>
|
|
625
682
|
*/
|
|
626
683
|
AutoMLJobObjective?: AutoMLJobObjective;
|
|
627
684
|
/**
|
|
@@ -718,7 +775,7 @@ export interface DescribeAutoMLJobResponse {
|
|
|
718
775
|
/**
|
|
719
776
|
* <p>Contains <code>ProblemType</code>, <code>AutoMLJobObjective</code>, and
|
|
720
777
|
* <code>CompletionCriteria</code>. If you do not provide these values, they are
|
|
721
|
-
*
|
|
778
|
+
* inferred.</p>
|
|
722
779
|
*/
|
|
723
780
|
ResolvedAttributes?: ResolvedAttributes;
|
|
724
781
|
/**
|
|
@@ -736,7 +793,7 @@ export interface DescribeAutoMLJobResponse {
|
|
|
736
793
|
*/
|
|
737
794
|
export interface DescribeAutoMLJobV2Request {
|
|
738
795
|
/**
|
|
739
|
-
* <p>Requests information about an AutoML V2
|
|
796
|
+
* <p>Requests information about an AutoML job V2 using its unique name.</p>
|
|
740
797
|
*/
|
|
741
798
|
AutoMLJobName: string | undefined;
|
|
742
799
|
}
|
|
@@ -745,11 +802,11 @@ export interface DescribeAutoMLJobV2Request {
|
|
|
745
802
|
*/
|
|
746
803
|
export interface DescribeAutoMLJobV2Response {
|
|
747
804
|
/**
|
|
748
|
-
* <p>Returns the name of the AutoML V2
|
|
805
|
+
* <p>Returns the name of the AutoML job V2.</p>
|
|
749
806
|
*/
|
|
750
807
|
AutoMLJobName: string | undefined;
|
|
751
808
|
/**
|
|
752
|
-
* <p>Returns the Amazon Resource Name (ARN) of the AutoML V2
|
|
809
|
+
* <p>Returns the Amazon Resource Name (ARN) of the AutoML job V2.</p>
|
|
753
810
|
*/
|
|
754
811
|
AutoMLJobArn: string | undefined;
|
|
755
812
|
/**
|
|
@@ -770,15 +827,15 @@ export interface DescribeAutoMLJobV2Response {
|
|
|
770
827
|
*/
|
|
771
828
|
AutoMLJobObjective?: AutoMLJobObjective;
|
|
772
829
|
/**
|
|
773
|
-
* <p>Returns the configuration settings of the problem type set for the AutoML V2
|
|
830
|
+
* <p>Returns the configuration settings of the problem type set for the AutoML job V2.</p>
|
|
774
831
|
*/
|
|
775
832
|
AutoMLProblemTypeConfig?: AutoMLProblemTypeConfig;
|
|
776
833
|
/**
|
|
777
|
-
* <p>Returns the creation time of the AutoML V2
|
|
834
|
+
* <p>Returns the creation time of the AutoML job V2.</p>
|
|
778
835
|
*/
|
|
779
836
|
CreationTime: Date | undefined;
|
|
780
837
|
/**
|
|
781
|
-
* <p>Returns the end time of the AutoML V2
|
|
838
|
+
* <p>Returns the end time of the AutoML job V2.</p>
|
|
782
839
|
*/
|
|
783
840
|
EndTime?: Date;
|
|
784
841
|
/**
|
|
@@ -786,11 +843,11 @@ export interface DescribeAutoMLJobV2Response {
|
|
|
786
843
|
*/
|
|
787
844
|
LastModifiedTime: Date | undefined;
|
|
788
845
|
/**
|
|
789
|
-
* <p>Returns the reason for the failure of the AutoML V2
|
|
846
|
+
* <p>Returns the reason for the failure of the AutoML job V2, when applicable.</p>
|
|
790
847
|
*/
|
|
791
848
|
FailureReason?: string;
|
|
792
849
|
/**
|
|
793
|
-
* <p>Returns a list of reasons for partial failures within an AutoML V2
|
|
850
|
+
* <p>Returns a list of reasons for partial failures within an AutoML job V2.</p>
|
|
794
851
|
*/
|
|
795
852
|
PartialFailureReasons?: AutoMLPartialFailureReason[];
|
|
796
853
|
/**
|
|
@@ -799,11 +856,11 @@ export interface DescribeAutoMLJobV2Response {
|
|
|
799
856
|
*/
|
|
800
857
|
BestCandidate?: AutoMLCandidate;
|
|
801
858
|
/**
|
|
802
|
-
* <p>Returns the status of the AutoML V2
|
|
859
|
+
* <p>Returns the status of the AutoML job V2.</p>
|
|
803
860
|
*/
|
|
804
861
|
AutoMLJobStatus: AutoMLJobStatus | string | undefined;
|
|
805
862
|
/**
|
|
806
|
-
* <p>Returns the secondary status of the AutoML V2
|
|
863
|
+
* <p>Returns the secondary status of the AutoML job V2.</p>
|
|
807
864
|
*/
|
|
808
865
|
AutoMLJobSecondaryStatus: AutoMLJobSecondaryStatus | string | undefined;
|
|
809
866
|
/**
|
|
@@ -824,6 +881,18 @@ export interface DescribeAutoMLJobV2Response {
|
|
|
824
881
|
* <p>Returns the security configuration for traffic encryption or Amazon VPC settings.</p>
|
|
825
882
|
*/
|
|
826
883
|
SecurityConfig?: AutoMLSecurityConfig;
|
|
884
|
+
/**
|
|
885
|
+
* <p>The artifacts that are generated during an AutoML job.</p>
|
|
886
|
+
*/
|
|
887
|
+
AutoMLJobArtifacts?: AutoMLJobArtifacts;
|
|
888
|
+
/**
|
|
889
|
+
* <p>Returns the resolved attributes used by the AutoML job V2.</p>
|
|
890
|
+
*/
|
|
891
|
+
ResolvedAttributes?: AutoMLResolvedAttributes;
|
|
892
|
+
/**
|
|
893
|
+
* <p>Returns the name of the problem type configuration set for the AutoML job V2.</p>
|
|
894
|
+
*/
|
|
895
|
+
AutoMLProblemTypeConfigName?: AutoMLProblemTypeConfigName | string;
|
|
827
896
|
}
|
|
828
897
|
/**
|
|
829
898
|
* @public
|
|
@@ -8764,131 +8833,6 @@ export interface HyperParameterTuningJobSummary {
|
|
|
8764
8833
|
*/
|
|
8765
8834
|
ResourceLimits?: ResourceLimits;
|
|
8766
8835
|
}
|
|
8767
|
-
/**
|
|
8768
|
-
* @public
|
|
8769
|
-
* <p>A SageMaker image. A SageMaker image represents a set of container images that are derived from
|
|
8770
|
-
* a common base container image. Each of these container images is represented by a SageMaker
|
|
8771
|
-
* <code>ImageVersion</code>.</p>
|
|
8772
|
-
*/
|
|
8773
|
-
export interface Image {
|
|
8774
|
-
/**
|
|
8775
|
-
* <p>When the image was created.</p>
|
|
8776
|
-
*/
|
|
8777
|
-
CreationTime: Date | undefined;
|
|
8778
|
-
/**
|
|
8779
|
-
* <p>The description of the image.</p>
|
|
8780
|
-
*/
|
|
8781
|
-
Description?: string;
|
|
8782
|
-
/**
|
|
8783
|
-
* <p>The name of the image as displayed.</p>
|
|
8784
|
-
*/
|
|
8785
|
-
DisplayName?: string;
|
|
8786
|
-
/**
|
|
8787
|
-
* <p>When a create, update, or delete operation fails, the reason for the failure.</p>
|
|
8788
|
-
*/
|
|
8789
|
-
FailureReason?: string;
|
|
8790
|
-
/**
|
|
8791
|
-
* <p>The ARN of the image.</p>
|
|
8792
|
-
*/
|
|
8793
|
-
ImageArn: string | undefined;
|
|
8794
|
-
/**
|
|
8795
|
-
* <p>The name of the image.</p>
|
|
8796
|
-
*/
|
|
8797
|
-
ImageName: string | undefined;
|
|
8798
|
-
/**
|
|
8799
|
-
* <p>The status of the image.</p>
|
|
8800
|
-
*/
|
|
8801
|
-
ImageStatus: ImageStatus | string | undefined;
|
|
8802
|
-
/**
|
|
8803
|
-
* <p>When the image was last modified.</p>
|
|
8804
|
-
*/
|
|
8805
|
-
LastModifiedTime: Date | undefined;
|
|
8806
|
-
}
|
|
8807
|
-
/**
|
|
8808
|
-
* @public
|
|
8809
|
-
* @enum
|
|
8810
|
-
*/
|
|
8811
|
-
export declare const ImageSortBy: {
|
|
8812
|
-
readonly CREATION_TIME: "CREATION_TIME";
|
|
8813
|
-
readonly IMAGE_NAME: "IMAGE_NAME";
|
|
8814
|
-
readonly LAST_MODIFIED_TIME: "LAST_MODIFIED_TIME";
|
|
8815
|
-
};
|
|
8816
|
-
/**
|
|
8817
|
-
* @public
|
|
8818
|
-
*/
|
|
8819
|
-
export type ImageSortBy = (typeof ImageSortBy)[keyof typeof ImageSortBy];
|
|
8820
|
-
/**
|
|
8821
|
-
* @public
|
|
8822
|
-
* @enum
|
|
8823
|
-
*/
|
|
8824
|
-
export declare const ImageSortOrder: {
|
|
8825
|
-
readonly ASCENDING: "ASCENDING";
|
|
8826
|
-
readonly DESCENDING: "DESCENDING";
|
|
8827
|
-
};
|
|
8828
|
-
/**
|
|
8829
|
-
* @public
|
|
8830
|
-
*/
|
|
8831
|
-
export type ImageSortOrder = (typeof ImageSortOrder)[keyof typeof ImageSortOrder];
|
|
8832
|
-
/**
|
|
8833
|
-
* @public
|
|
8834
|
-
* <p>A version of a SageMaker <code>Image</code>. A version represents an existing container
|
|
8835
|
-
* image.</p>
|
|
8836
|
-
*/
|
|
8837
|
-
export interface ImageVersion {
|
|
8838
|
-
/**
|
|
8839
|
-
* <p>When the version was created.</p>
|
|
8840
|
-
*/
|
|
8841
|
-
CreationTime: Date | undefined;
|
|
8842
|
-
/**
|
|
8843
|
-
* <p>When a create or delete operation fails, the reason for the failure.</p>
|
|
8844
|
-
*/
|
|
8845
|
-
FailureReason?: string;
|
|
8846
|
-
/**
|
|
8847
|
-
* <p>The ARN of the image the version is based on.</p>
|
|
8848
|
-
*/
|
|
8849
|
-
ImageArn: string | undefined;
|
|
8850
|
-
/**
|
|
8851
|
-
* <p>The ARN of the version.</p>
|
|
8852
|
-
*/
|
|
8853
|
-
ImageVersionArn: string | undefined;
|
|
8854
|
-
/**
|
|
8855
|
-
* <p>The status of the version.</p>
|
|
8856
|
-
*/
|
|
8857
|
-
ImageVersionStatus: ImageVersionStatus | string | undefined;
|
|
8858
|
-
/**
|
|
8859
|
-
* <p>When the version was last modified.</p>
|
|
8860
|
-
*/
|
|
8861
|
-
LastModifiedTime: Date | undefined;
|
|
8862
|
-
/**
|
|
8863
|
-
* <p>The version number.</p>
|
|
8864
|
-
*/
|
|
8865
|
-
Version: number | undefined;
|
|
8866
|
-
}
|
|
8867
|
-
/**
|
|
8868
|
-
* @public
|
|
8869
|
-
* @enum
|
|
8870
|
-
*/
|
|
8871
|
-
export declare const ImageVersionSortBy: {
|
|
8872
|
-
readonly CREATION_TIME: "CREATION_TIME";
|
|
8873
|
-
readonly LAST_MODIFIED_TIME: "LAST_MODIFIED_TIME";
|
|
8874
|
-
readonly VERSION: "VERSION";
|
|
8875
|
-
};
|
|
8876
|
-
/**
|
|
8877
|
-
* @public
|
|
8878
|
-
*/
|
|
8879
|
-
export type ImageVersionSortBy = (typeof ImageVersionSortBy)[keyof typeof ImageVersionSortBy];
|
|
8880
|
-
/**
|
|
8881
|
-
* @public
|
|
8882
|
-
* @enum
|
|
8883
|
-
*/
|
|
8884
|
-
export declare const ImageVersionSortOrder: {
|
|
8885
|
-
readonly ASCENDING: "ASCENDING";
|
|
8886
|
-
readonly DESCENDING: "DESCENDING";
|
|
8887
|
-
};
|
|
8888
|
-
/**
|
|
8889
|
-
* @public
|
|
8890
|
-
*/
|
|
8891
|
-
export type ImageVersionSortOrder = (typeof ImageVersionSortOrder)[keyof typeof ImageVersionSortOrder];
|
|
8892
8836
|
/**
|
|
8893
8837
|
* @internal
|
|
8894
8838
|
*/
|