@aws-sdk/client-sagemaker 3.42.0 → 3.46.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +48 -0
- package/dist-cjs/SageMaker.js +135 -0
- package/dist-cjs/commands/CreateInferenceRecommendationsJobCommand.js +36 -0
- package/dist-cjs/commands/DescribeInferenceRecommendationsJobCommand.js +36 -0
- package/dist-cjs/commands/DescribeLineageGroupCommand.js +36 -0
- package/dist-cjs/commands/DescribeModelBiasJobDefinitionCommand.js +3 -3
- package/dist-cjs/commands/DescribeModelCommand.js +2 -1
- package/dist-cjs/commands/DescribeModelExplainabilityJobDefinitionCommand.js +3 -3
- package/dist-cjs/commands/DescribeModelPackageCommand.js +3 -3
- package/dist-cjs/commands/DescribeModelPackageGroupCommand.js +3 -3
- package/dist-cjs/commands/DescribeModelQualityJobDefinitionCommand.js +3 -3
- package/dist-cjs/commands/DescribeMonitoringScheduleCommand.js +3 -3
- package/dist-cjs/commands/DescribeNotebookInstanceCommand.js +3 -3
- package/dist-cjs/commands/DescribeNotebookInstanceLifecycleConfigCommand.js +3 -3
- package/dist-cjs/commands/DescribePipelineCommand.js +3 -3
- package/dist-cjs/commands/DescribePipelineDefinitionForExecutionCommand.js +3 -3
- package/dist-cjs/commands/DescribePipelineExecutionCommand.js +3 -3
- package/dist-cjs/commands/DescribeProcessingJobCommand.js +1 -2
- package/dist-cjs/commands/GetLineageGroupPolicyCommand.js +36 -0
- package/dist-cjs/commands/ListInferenceRecommendationsJobsCommand.js +36 -0
- package/dist-cjs/commands/ListLineageGroupsCommand.js +36 -0
- package/dist-cjs/commands/ListModelMetadataCommand.js +36 -0
- package/dist-cjs/commands/ListTrainingJobsForHyperParameterTuningJobCommand.js +2 -1
- package/dist-cjs/commands/ListTransformJobsCommand.js +3 -3
- package/dist-cjs/commands/ListTrialComponentsCommand.js +3 -3
- package/dist-cjs/commands/ListTrialsCommand.js +3 -3
- package/dist-cjs/commands/ListUserProfilesCommand.js +3 -3
- package/dist-cjs/commands/ListWorkforcesCommand.js +3 -3
- package/dist-cjs/commands/ListWorkteamsCommand.js +3 -3
- package/dist-cjs/commands/PutModelPackageGroupPolicyCommand.js +3 -3
- package/dist-cjs/commands/QueryLineageCommand.js +36 -0
- package/dist-cjs/commands/RegisterDevicesCommand.js +2 -2
- package/dist-cjs/commands/RenderUiTemplateCommand.js +3 -3
- package/dist-cjs/commands/RetryPipelineExecutionCommand.js +3 -3
- package/dist-cjs/commands/SearchCommand.js +1 -2
- package/dist-cjs/commands/SendPipelineExecutionStepFailureCommand.js +3 -3
- package/dist-cjs/commands/SendPipelineExecutionStepSuccessCommand.js +3 -3
- package/dist-cjs/commands/StartMonitoringScheduleCommand.js +2 -2
- package/dist-cjs/commands/StartNotebookInstanceCommand.js +2 -2
- package/dist-cjs/commands/StartPipelineExecutionCommand.js +1 -2
- package/dist-cjs/commands/StopInferenceRecommendationsJobCommand.js +36 -0
- package/dist-cjs/commands/index.js +9 -0
- package/dist-cjs/endpoints.js +1 -0
- package/dist-cjs/models/models_0.js +159 -150
- package/dist-cjs/models/models_1.js +216 -229
- package/dist-cjs/models/models_2.js +356 -344
- package/dist-cjs/models/models_3.js +371 -2
- package/dist-cjs/pagination/ListInferenceRecommendationsJobsPaginator.js +35 -0
- package/dist-cjs/pagination/ListLineageGroupsPaginator.js +35 -0
- package/dist-cjs/pagination/ListModelMetadataPaginator.js +35 -0
- package/dist-cjs/pagination/QueryLineagePaginator.js +35 -0
- package/dist-cjs/pagination/index.js +4 -0
- package/dist-cjs/protocols/Aws_json1_1.js +1662 -40
- package/dist-cjs/runtimeConfig.js +0 -2
- package/dist-es/SageMaker.js +135 -0
- package/dist-es/commands/CreateInferenceRecommendationsJobCommand.js +39 -0
- package/dist-es/commands/DescribeInferenceRecommendationsJobCommand.js +39 -0
- package/dist-es/commands/DescribeLineageGroupCommand.js +39 -0
- package/dist-es/commands/DescribeModelBiasJobDefinitionCommand.js +1 -1
- package/dist-es/commands/DescribeModelCommand.js +2 -1
- package/dist-es/commands/DescribeModelExplainabilityJobDefinitionCommand.js +1 -1
- package/dist-es/commands/DescribeModelPackageCommand.js +1 -1
- package/dist-es/commands/DescribeModelPackageGroupCommand.js +1 -1
- package/dist-es/commands/DescribeModelQualityJobDefinitionCommand.js +1 -1
- package/dist-es/commands/DescribeMonitoringScheduleCommand.js +1 -1
- package/dist-es/commands/DescribeNotebookInstanceCommand.js +1 -1
- package/dist-es/commands/DescribeNotebookInstanceLifecycleConfigCommand.js +1 -1
- package/dist-es/commands/DescribePipelineCommand.js +1 -1
- package/dist-es/commands/DescribePipelineDefinitionForExecutionCommand.js +1 -1
- package/dist-es/commands/DescribePipelineExecutionCommand.js +1 -1
- package/dist-es/commands/DescribeProcessingJobCommand.js +1 -2
- package/dist-es/commands/GetLineageGroupPolicyCommand.js +39 -0
- package/dist-es/commands/ListInferenceRecommendationsJobsCommand.js +39 -0
- package/dist-es/commands/ListLineageGroupsCommand.js +39 -0
- package/dist-es/commands/ListModelMetadataCommand.js +39 -0
- package/dist-es/commands/ListTrainingJobsForHyperParameterTuningJobCommand.js +2 -1
- package/dist-es/commands/ListTransformJobsCommand.js +1 -1
- package/dist-es/commands/ListTrialComponentsCommand.js +1 -1
- package/dist-es/commands/ListTrialsCommand.js +1 -1
- package/dist-es/commands/ListUserProfilesCommand.js +1 -1
- package/dist-es/commands/ListWorkforcesCommand.js +1 -1
- package/dist-es/commands/ListWorkteamsCommand.js +1 -1
- package/dist-es/commands/PutModelPackageGroupPolicyCommand.js +1 -1
- package/dist-es/commands/QueryLineageCommand.js +39 -0
- package/dist-es/commands/RegisterDevicesCommand.js +1 -1
- package/dist-es/commands/RenderUiTemplateCommand.js +1 -1
- package/dist-es/commands/RetryPipelineExecutionCommand.js +1 -1
- package/dist-es/commands/SearchCommand.js +1 -2
- package/dist-es/commands/SendPipelineExecutionStepFailureCommand.js +1 -1
- package/dist-es/commands/SendPipelineExecutionStepSuccessCommand.js +1 -1
- package/dist-es/commands/StartMonitoringScheduleCommand.js +1 -1
- package/dist-es/commands/StartNotebookInstanceCommand.js +1 -1
- package/dist-es/commands/StartPipelineExecutionCommand.js +1 -2
- package/dist-es/commands/StopInferenceRecommendationsJobCommand.js +39 -0
- package/dist-es/commands/index.js +9 -0
- package/dist-es/endpoints.js +1 -0
- package/dist-es/models/models_0.js +141 -132
- package/dist-es/models/models_1.js +146 -167
- package/dist-es/models/models_2.js +262 -236
- package/dist-es/models/models_3.js +256 -0
- package/dist-es/pagination/ListInferenceRecommendationsJobsPaginator.js +74 -0
- package/dist-es/pagination/ListLineageGroupsPaginator.js +74 -0
- package/dist-es/pagination/ListModelMetadataPaginator.js +74 -0
- package/dist-es/pagination/QueryLineagePaginator.js +74 -0
- package/dist-es/pagination/index.js +4 -0
- package/dist-es/protocols/Aws_json1_1.js +1588 -41
- package/dist-es/runtimeConfig.js +0 -2
- package/dist-types/SageMaker.d.ts +76 -4
- package/dist-types/SageMakerClient.d.ts +11 -2
- package/dist-types/commands/CreateInferenceRecommendationsJobCommand.d.ts +36 -0
- package/dist-types/commands/DescribeInferenceRecommendationsJobCommand.d.ts +36 -0
- package/dist-types/commands/DescribeLineageGroupCommand.d.ts +37 -0
- package/dist-types/commands/DescribeModelBiasJobDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeModelCommand.d.ts +2 -1
- package/dist-types/commands/DescribeModelExplainabilityJobDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeModelPackageCommand.d.ts +1 -1
- package/dist-types/commands/DescribeModelPackageGroupCommand.d.ts +1 -1
- package/dist-types/commands/DescribeModelQualityJobDefinitionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeMonitoringScheduleCommand.d.ts +1 -1
- package/dist-types/commands/DescribeNotebookInstanceCommand.d.ts +1 -1
- package/dist-types/commands/DescribeNotebookInstanceLifecycleConfigCommand.d.ts +1 -1
- package/dist-types/commands/DescribePipelineCommand.d.ts +1 -1
- package/dist-types/commands/DescribePipelineDefinitionForExecutionCommand.d.ts +1 -1
- package/dist-types/commands/DescribePipelineExecutionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeProcessingJobCommand.d.ts +1 -2
- package/dist-types/commands/GetLineageGroupPolicyCommand.d.ts +35 -0
- package/dist-types/commands/ListInferenceRecommendationsJobsCommand.d.ts +35 -0
- package/dist-types/commands/ListLineageGroupsCommand.d.ts +37 -0
- package/dist-types/commands/ListModelMetadataCommand.d.ts +36 -0
- package/dist-types/commands/ListTrainingJobsForHyperParameterTuningJobCommand.d.ts +2 -1
- package/dist-types/commands/ListTransformJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListTrialComponentsCommand.d.ts +1 -1
- package/dist-types/commands/ListTrialsCommand.d.ts +1 -1
- package/dist-types/commands/ListUserProfilesCommand.d.ts +1 -1
- package/dist-types/commands/ListWorkforcesCommand.d.ts +1 -1
- package/dist-types/commands/ListWorkteamsCommand.d.ts +1 -1
- package/dist-types/commands/PutModelPackageGroupPolicyCommand.d.ts +1 -1
- package/dist-types/commands/QueryLineageCommand.d.ts +37 -0
- package/dist-types/commands/RegisterDevicesCommand.d.ts +1 -1
- package/dist-types/commands/RenderUiTemplateCommand.d.ts +1 -1
- package/dist-types/commands/RetryPipelineExecutionCommand.d.ts +1 -1
- package/dist-types/commands/SearchCommand.d.ts +1 -2
- package/dist-types/commands/SendPipelineExecutionStepFailureCommand.d.ts +1 -1
- package/dist-types/commands/SendPipelineExecutionStepSuccessCommand.d.ts +1 -1
- package/dist-types/commands/StartMonitoringScheduleCommand.d.ts +1 -1
- package/dist-types/commands/StartNotebookInstanceCommand.d.ts +1 -1
- package/dist-types/commands/StartPipelineExecutionCommand.d.ts +1 -2
- package/dist-types/commands/StopInferenceRecommendationsJobCommand.d.ts +35 -0
- package/dist-types/commands/StopPipelineExecutionCommand.d.ts +2 -2
- package/dist-types/commands/StopTransformJobCommand.d.ts +2 -2
- package/dist-types/commands/index.d.ts +9 -0
- package/dist-types/models/models_0.d.ts +381 -1963
- package/dist-types/models/models_1.d.ts +6757 -5221
- package/dist-types/models/models_2.d.ts +5431 -6102
- package/dist-types/models/models_3.d.ts +2505 -4
- package/dist-types/pagination/ListInferenceRecommendationsJobsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListLineageGroupsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListModelMetadataPaginator.d.ts +4 -0
- package/dist-types/pagination/QueryLineagePaginator.d.ts +4 -0
- package/dist-types/pagination/index.d.ts +4 -0
- package/dist-types/protocols/Aws_json1_1.d.ts +27 -0
- package/dist-types/ts3.4/SageMaker.d.ts +45 -0
- package/dist-types/ts3.4/SageMakerClient.d.ts +11 -2
- package/dist-types/ts3.4/commands/CreateInferenceRecommendationsJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeInferenceRecommendationsJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeLineageGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeModelBiasJobDefinitionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeModelCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeModelExplainabilityJobDefinitionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeModelPackageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeModelPackageGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeModelQualityJobDefinitionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeMonitoringScheduleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeNotebookInstanceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeNotebookInstanceLifecycleConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribePipelineCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribePipelineDefinitionForExecutionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribePipelineExecutionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeProcessingJobCommand.d.ts +1 -2
- package/dist-types/ts3.4/commands/GetLineageGroupPolicyCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListInferenceRecommendationsJobsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListLineageGroupsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListModelMetadataCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTrainingJobsForHyperParameterTuningJobCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListTransformJobsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTrialComponentsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTrialsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListUserProfilesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListWorkforcesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListWorkteamsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutModelPackageGroupPolicyCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/QueryLineageCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RegisterDevicesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RenderUiTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RetryPipelineExecutionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SearchCommand.d.ts +1 -2
- package/dist-types/ts3.4/commands/SendPipelineExecutionStepFailureCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SendPipelineExecutionStepSuccessCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartMonitoringScheduleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartNotebookInstanceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartPipelineExecutionCommand.d.ts +1 -2
- package/dist-types/ts3.4/commands/StopInferenceRecommendationsJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +9 -0
- package/dist-types/ts3.4/models/models_0.d.ts +234 -201
- package/dist-types/ts3.4/models/models_1.d.ts +460 -527
- package/dist-types/ts3.4/models/models_2.d.ts +2465 -2643
- package/dist-types/ts3.4/models/models_3.d.ts +1119 -3
- package/dist-types/ts3.4/pagination/ListInferenceRecommendationsJobsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListLineageGroupsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListModelMetadataPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/QueryLineagePaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/index.d.ts +4 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +27 -0
- package/package.json +37 -44
|
@@ -1,6 +1,1106 @@
|
|
|
1
|
-
import { ActionStatus, BooleanOperator, DeploymentConfig, EdgeOutputConfig, KernelGatewayImageConfig, ModelApprovalStatus, Tag, UserSettings } from "./models_0";
|
|
2
|
-
import { _InstanceType, MemberDefinition, MonitoringScheduleConfig, NotebookInstanceAcceleratorType, NotebookInstanceLifecycleHook, NotificationConfiguration, OidcConfig, ProfilerRuleConfiguration, ProvisioningParameter, RootAccess, SourceIpConfig, TrialComponentArtifact, TrialComponentParameterValue, TrialComponentStatus } from "./models_1";
|
|
3
|
-
import { DesiredWeightAndCapacity, Device, DomainSettingsForUpdate, Filter, GitConfigForUpdate,
|
|
1
|
+
import { ActionStatus, AdditionalInferenceSpecificationDefinition, AlgorithmSpecification, AppSpecification, BatchStrategy, BooleanOperator, Channel, CheckpointConfig, DeploymentConfig, EdgeOutputConfig, InferenceSpecification, KernelGatewayImageConfig, MetadataProperties, ModelApprovalStatus, ModelPackageStatus, OutputDataConfig, OutputParameter, ResourceConfig, RetryStrategy, StoppingCondition, Tag, TransformInput, TransformOutput, TransformResources, UiTemplate, UserContext, UserSettings, VpcConfig } from "./models_0";
|
|
2
|
+
import { _InstanceType, DataProcessing, DebugHookConfig, DebugRuleConfiguration, DebugRuleEvaluationStatus, DriftCheckBaselines, ExperimentConfig, HyperParameterTrainingJobSummary, MemberDefinition, ModelArtifacts, ModelClientConfig, ModelMetrics, ModelPackageValidationSpecification, MonitoringScheduleConfig, NetworkConfig, NotebookInstanceAcceleratorType, NotebookInstanceLifecycleHook, NotificationConfiguration, OidcConfig, ParallelismConfiguration, PipelineDefinitionS3Location, ProcessingInput, ProcessingOutputConfig, ProcessingResources, ProcessingStoppingCondition, ProfilerRuleConfiguration, ProvisioningParameter, RootAccess, ServiceCatalogProvisioningDetails, SourceAlgorithmSpecification, SourceIpConfig, TensorBoardOutputConfig, TrainingJobStatus, TrialComponentArtifact, TrialComponentParameterValue, TrialComponentStatus } from "./models_1";
|
|
3
|
+
import { DesiredWeightAndCapacity, Device, Direction, DomainSettingsForUpdate, Edge, Endpoint, Experiment, FeatureGroup, Filter, GitConfigForUpdate, LineageType, MetricData, ModelPackageGroupStatus, ModelPackageStatusDetails, Parameter, PipelineExecutionStatus, PipelineExperimentConfig, PipelineStatus, ProcessingJobStatus, ProjectStatus, ResourceType, SecondaryStatus, SecondaryStatusTransition, ServiceCatalogProvisionedProductDetails, SortBy, SortOrder, TransformJobStatus, TrialComponentMetricSummary, TrialComponentSource, TrialSource, UserProfileStatus, Workforce, Workteam } from "./models_2";
|
|
4
|
+
export interface ListTrainingJobsForHyperParameterTuningJobResponse {
|
|
5
|
+
|
|
6
|
+
TrainingJobSummaries: HyperParameterTrainingJobSummary[] | undefined;
|
|
7
|
+
|
|
8
|
+
NextToken?: string;
|
|
9
|
+
}
|
|
10
|
+
export declare namespace ListTrainingJobsForHyperParameterTuningJobResponse {
|
|
11
|
+
|
|
12
|
+
const filterSensitiveLog: (obj: ListTrainingJobsForHyperParameterTuningJobResponse) => any;
|
|
13
|
+
}
|
|
14
|
+
export interface ListTransformJobsRequest {
|
|
15
|
+
|
|
16
|
+
CreationTimeAfter?: Date;
|
|
17
|
+
|
|
18
|
+
CreationTimeBefore?: Date;
|
|
19
|
+
|
|
20
|
+
LastModifiedTimeAfter?: Date;
|
|
21
|
+
|
|
22
|
+
LastModifiedTimeBefore?: Date;
|
|
23
|
+
|
|
24
|
+
NameContains?: string;
|
|
25
|
+
|
|
26
|
+
StatusEquals?: TransformJobStatus | string;
|
|
27
|
+
|
|
28
|
+
SortBy?: SortBy | string;
|
|
29
|
+
|
|
30
|
+
SortOrder?: SortOrder | string;
|
|
31
|
+
|
|
32
|
+
NextToken?: string;
|
|
33
|
+
|
|
34
|
+
MaxResults?: number;
|
|
35
|
+
}
|
|
36
|
+
export declare namespace ListTransformJobsRequest {
|
|
37
|
+
|
|
38
|
+
const filterSensitiveLog: (obj: ListTransformJobsRequest) => any;
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
export interface TransformJobSummary {
|
|
42
|
+
|
|
43
|
+
TransformJobName: string | undefined;
|
|
44
|
+
|
|
45
|
+
TransformJobArn: string | undefined;
|
|
46
|
+
|
|
47
|
+
CreationTime: Date | undefined;
|
|
48
|
+
|
|
49
|
+
TransformEndTime?: Date;
|
|
50
|
+
|
|
51
|
+
LastModifiedTime?: Date;
|
|
52
|
+
|
|
53
|
+
TransformJobStatus: TransformJobStatus | string | undefined;
|
|
54
|
+
|
|
55
|
+
FailureReason?: string;
|
|
56
|
+
}
|
|
57
|
+
export declare namespace TransformJobSummary {
|
|
58
|
+
|
|
59
|
+
const filterSensitiveLog: (obj: TransformJobSummary) => any;
|
|
60
|
+
}
|
|
61
|
+
export interface ListTransformJobsResponse {
|
|
62
|
+
|
|
63
|
+
TransformJobSummaries: TransformJobSummary[] | undefined;
|
|
64
|
+
|
|
65
|
+
NextToken?: string;
|
|
66
|
+
}
|
|
67
|
+
export declare namespace ListTransformJobsResponse {
|
|
68
|
+
|
|
69
|
+
const filterSensitiveLog: (obj: ListTransformJobsResponse) => any;
|
|
70
|
+
}
|
|
71
|
+
export declare enum SortTrialComponentsBy {
|
|
72
|
+
CREATION_TIME = "CreationTime",
|
|
73
|
+
NAME = "Name"
|
|
74
|
+
}
|
|
75
|
+
export interface ListTrialComponentsRequest {
|
|
76
|
+
|
|
77
|
+
ExperimentName?: string;
|
|
78
|
+
|
|
79
|
+
TrialName?: string;
|
|
80
|
+
|
|
81
|
+
SourceArn?: string;
|
|
82
|
+
|
|
83
|
+
CreatedAfter?: Date;
|
|
84
|
+
|
|
85
|
+
CreatedBefore?: Date;
|
|
86
|
+
|
|
87
|
+
SortBy?: SortTrialComponentsBy | string;
|
|
88
|
+
|
|
89
|
+
SortOrder?: SortOrder | string;
|
|
90
|
+
|
|
91
|
+
MaxResults?: number;
|
|
92
|
+
|
|
93
|
+
NextToken?: string;
|
|
94
|
+
}
|
|
95
|
+
export declare namespace ListTrialComponentsRequest {
|
|
96
|
+
|
|
97
|
+
const filterSensitiveLog: (obj: ListTrialComponentsRequest) => any;
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
export interface TrialComponentSummary {
|
|
101
|
+
|
|
102
|
+
TrialComponentName?: string;
|
|
103
|
+
|
|
104
|
+
TrialComponentArn?: string;
|
|
105
|
+
|
|
106
|
+
DisplayName?: string;
|
|
107
|
+
|
|
108
|
+
TrialComponentSource?: TrialComponentSource;
|
|
109
|
+
|
|
110
|
+
Status?: TrialComponentStatus;
|
|
111
|
+
|
|
112
|
+
StartTime?: Date;
|
|
113
|
+
|
|
114
|
+
EndTime?: Date;
|
|
115
|
+
|
|
116
|
+
CreationTime?: Date;
|
|
117
|
+
|
|
118
|
+
CreatedBy?: UserContext;
|
|
119
|
+
|
|
120
|
+
LastModifiedTime?: Date;
|
|
121
|
+
|
|
122
|
+
LastModifiedBy?: UserContext;
|
|
123
|
+
}
|
|
124
|
+
export declare namespace TrialComponentSummary {
|
|
125
|
+
|
|
126
|
+
const filterSensitiveLog: (obj: TrialComponentSummary) => any;
|
|
127
|
+
}
|
|
128
|
+
export interface ListTrialComponentsResponse {
|
|
129
|
+
|
|
130
|
+
TrialComponentSummaries?: TrialComponentSummary[];
|
|
131
|
+
|
|
132
|
+
NextToken?: string;
|
|
133
|
+
}
|
|
134
|
+
export declare namespace ListTrialComponentsResponse {
|
|
135
|
+
|
|
136
|
+
const filterSensitiveLog: (obj: ListTrialComponentsResponse) => any;
|
|
137
|
+
}
|
|
138
|
+
export declare enum SortTrialsBy {
|
|
139
|
+
CREATION_TIME = "CreationTime",
|
|
140
|
+
NAME = "Name"
|
|
141
|
+
}
|
|
142
|
+
export interface ListTrialsRequest {
|
|
143
|
+
|
|
144
|
+
ExperimentName?: string;
|
|
145
|
+
|
|
146
|
+
TrialComponentName?: string;
|
|
147
|
+
|
|
148
|
+
CreatedAfter?: Date;
|
|
149
|
+
|
|
150
|
+
CreatedBefore?: Date;
|
|
151
|
+
|
|
152
|
+
SortBy?: SortTrialsBy | string;
|
|
153
|
+
|
|
154
|
+
SortOrder?: SortOrder | string;
|
|
155
|
+
|
|
156
|
+
MaxResults?: number;
|
|
157
|
+
|
|
158
|
+
NextToken?: string;
|
|
159
|
+
}
|
|
160
|
+
export declare namespace ListTrialsRequest {
|
|
161
|
+
|
|
162
|
+
const filterSensitiveLog: (obj: ListTrialsRequest) => any;
|
|
163
|
+
}
|
|
164
|
+
|
|
165
|
+
export interface TrialSummary {
|
|
166
|
+
|
|
167
|
+
TrialArn?: string;
|
|
168
|
+
|
|
169
|
+
TrialName?: string;
|
|
170
|
+
|
|
171
|
+
DisplayName?: string;
|
|
172
|
+
|
|
173
|
+
TrialSource?: TrialSource;
|
|
174
|
+
|
|
175
|
+
CreationTime?: Date;
|
|
176
|
+
|
|
177
|
+
LastModifiedTime?: Date;
|
|
178
|
+
}
|
|
179
|
+
export declare namespace TrialSummary {
|
|
180
|
+
|
|
181
|
+
const filterSensitiveLog: (obj: TrialSummary) => any;
|
|
182
|
+
}
|
|
183
|
+
export interface ListTrialsResponse {
|
|
184
|
+
|
|
185
|
+
TrialSummaries?: TrialSummary[];
|
|
186
|
+
|
|
187
|
+
NextToken?: string;
|
|
188
|
+
}
|
|
189
|
+
export declare namespace ListTrialsResponse {
|
|
190
|
+
|
|
191
|
+
const filterSensitiveLog: (obj: ListTrialsResponse) => any;
|
|
192
|
+
}
|
|
193
|
+
export declare enum UserProfileSortKey {
|
|
194
|
+
CreationTime = "CreationTime",
|
|
195
|
+
LastModifiedTime = "LastModifiedTime"
|
|
196
|
+
}
|
|
197
|
+
export interface ListUserProfilesRequest {
|
|
198
|
+
|
|
199
|
+
NextToken?: string;
|
|
200
|
+
|
|
201
|
+
MaxResults?: number;
|
|
202
|
+
|
|
203
|
+
SortOrder?: SortOrder | string;
|
|
204
|
+
|
|
205
|
+
SortBy?: UserProfileSortKey | string;
|
|
206
|
+
|
|
207
|
+
DomainIdEquals?: string;
|
|
208
|
+
|
|
209
|
+
UserProfileNameContains?: string;
|
|
210
|
+
}
|
|
211
|
+
export declare namespace ListUserProfilesRequest {
|
|
212
|
+
|
|
213
|
+
const filterSensitiveLog: (obj: ListUserProfilesRequest) => any;
|
|
214
|
+
}
|
|
215
|
+
|
|
216
|
+
export interface UserProfileDetails {
|
|
217
|
+
|
|
218
|
+
DomainId?: string;
|
|
219
|
+
|
|
220
|
+
UserProfileName?: string;
|
|
221
|
+
|
|
222
|
+
Status?: UserProfileStatus | string;
|
|
223
|
+
|
|
224
|
+
CreationTime?: Date;
|
|
225
|
+
|
|
226
|
+
LastModifiedTime?: Date;
|
|
227
|
+
}
|
|
228
|
+
export declare namespace UserProfileDetails {
|
|
229
|
+
|
|
230
|
+
const filterSensitiveLog: (obj: UserProfileDetails) => any;
|
|
231
|
+
}
|
|
232
|
+
export interface ListUserProfilesResponse {
|
|
233
|
+
|
|
234
|
+
UserProfiles?: UserProfileDetails[];
|
|
235
|
+
|
|
236
|
+
NextToken?: string;
|
|
237
|
+
}
|
|
238
|
+
export declare namespace ListUserProfilesResponse {
|
|
239
|
+
|
|
240
|
+
const filterSensitiveLog: (obj: ListUserProfilesResponse) => any;
|
|
241
|
+
}
|
|
242
|
+
export declare enum ListWorkforcesSortByOptions {
|
|
243
|
+
CreateDate = "CreateDate",
|
|
244
|
+
Name = "Name"
|
|
245
|
+
}
|
|
246
|
+
export interface ListWorkforcesRequest {
|
|
247
|
+
|
|
248
|
+
SortBy?: ListWorkforcesSortByOptions | string;
|
|
249
|
+
|
|
250
|
+
SortOrder?: SortOrder | string;
|
|
251
|
+
|
|
252
|
+
NameContains?: string;
|
|
253
|
+
|
|
254
|
+
NextToken?: string;
|
|
255
|
+
|
|
256
|
+
MaxResults?: number;
|
|
257
|
+
}
|
|
258
|
+
export declare namespace ListWorkforcesRequest {
|
|
259
|
+
|
|
260
|
+
const filterSensitiveLog: (obj: ListWorkforcesRequest) => any;
|
|
261
|
+
}
|
|
262
|
+
export interface ListWorkforcesResponse {
|
|
263
|
+
|
|
264
|
+
Workforces: Workforce[] | undefined;
|
|
265
|
+
|
|
266
|
+
NextToken?: string;
|
|
267
|
+
}
|
|
268
|
+
export declare namespace ListWorkforcesResponse {
|
|
269
|
+
|
|
270
|
+
const filterSensitiveLog: (obj: ListWorkforcesResponse) => any;
|
|
271
|
+
}
|
|
272
|
+
export declare enum ListWorkteamsSortByOptions {
|
|
273
|
+
CreateDate = "CreateDate",
|
|
274
|
+
Name = "Name"
|
|
275
|
+
}
|
|
276
|
+
export interface ListWorkteamsRequest {
|
|
277
|
+
|
|
278
|
+
SortBy?: ListWorkteamsSortByOptions | string;
|
|
279
|
+
|
|
280
|
+
SortOrder?: SortOrder | string;
|
|
281
|
+
|
|
282
|
+
NameContains?: string;
|
|
283
|
+
|
|
284
|
+
NextToken?: string;
|
|
285
|
+
|
|
286
|
+
MaxResults?: number;
|
|
287
|
+
}
|
|
288
|
+
export declare namespace ListWorkteamsRequest {
|
|
289
|
+
|
|
290
|
+
const filterSensitiveLog: (obj: ListWorkteamsRequest) => any;
|
|
291
|
+
}
|
|
292
|
+
export interface ListWorkteamsResponse {
|
|
293
|
+
|
|
294
|
+
Workteams: Workteam[] | undefined;
|
|
295
|
+
|
|
296
|
+
NextToken?: string;
|
|
297
|
+
}
|
|
298
|
+
export declare namespace ListWorkteamsResponse {
|
|
299
|
+
|
|
300
|
+
const filterSensitiveLog: (obj: ListWorkteamsResponse) => any;
|
|
301
|
+
}
|
|
302
|
+
|
|
303
|
+
export interface ModelPackage {
|
|
304
|
+
|
|
305
|
+
ModelPackageName?: string;
|
|
306
|
+
|
|
307
|
+
ModelPackageGroupName?: string;
|
|
308
|
+
|
|
309
|
+
ModelPackageVersion?: number;
|
|
310
|
+
|
|
311
|
+
ModelPackageArn?: string;
|
|
312
|
+
|
|
313
|
+
ModelPackageDescription?: string;
|
|
314
|
+
|
|
315
|
+
CreationTime?: Date;
|
|
316
|
+
|
|
317
|
+
InferenceSpecification?: InferenceSpecification;
|
|
318
|
+
|
|
319
|
+
SourceAlgorithmSpecification?: SourceAlgorithmSpecification;
|
|
320
|
+
|
|
321
|
+
ValidationSpecification?: ModelPackageValidationSpecification;
|
|
322
|
+
|
|
323
|
+
ModelPackageStatus?: ModelPackageStatus | string;
|
|
324
|
+
|
|
325
|
+
ModelPackageStatusDetails?: ModelPackageStatusDetails;
|
|
326
|
+
|
|
327
|
+
CertifyForMarketplace?: boolean;
|
|
328
|
+
|
|
329
|
+
ModelApprovalStatus?: ModelApprovalStatus | string;
|
|
330
|
+
|
|
331
|
+
CreatedBy?: UserContext;
|
|
332
|
+
|
|
333
|
+
MetadataProperties?: MetadataProperties;
|
|
334
|
+
|
|
335
|
+
ModelMetrics?: ModelMetrics;
|
|
336
|
+
|
|
337
|
+
LastModifiedTime?: Date;
|
|
338
|
+
|
|
339
|
+
LastModifiedBy?: UserContext;
|
|
340
|
+
|
|
341
|
+
ApprovalDescription?: string;
|
|
342
|
+
|
|
343
|
+
Domain?: string;
|
|
344
|
+
|
|
345
|
+
Task?: string;
|
|
346
|
+
|
|
347
|
+
SamplePayloadUrl?: string;
|
|
348
|
+
|
|
349
|
+
AdditionalInferenceSpecifications?: AdditionalInferenceSpecificationDefinition[];
|
|
350
|
+
|
|
351
|
+
Tags?: Tag[];
|
|
352
|
+
|
|
353
|
+
CustomerMetadataProperties?: {
|
|
354
|
+
[key: string]: string;
|
|
355
|
+
};
|
|
356
|
+
|
|
357
|
+
DriftCheckBaselines?: DriftCheckBaselines;
|
|
358
|
+
}
|
|
359
|
+
export declare namespace ModelPackage {
|
|
360
|
+
|
|
361
|
+
const filterSensitiveLog: (obj: ModelPackage) => any;
|
|
362
|
+
}
|
|
363
|
+
|
|
364
|
+
export interface ModelPackageGroup {
|
|
365
|
+
|
|
366
|
+
ModelPackageGroupName?: string;
|
|
367
|
+
|
|
368
|
+
ModelPackageGroupArn?: string;
|
|
369
|
+
|
|
370
|
+
ModelPackageGroupDescription?: string;
|
|
371
|
+
|
|
372
|
+
CreationTime?: Date;
|
|
373
|
+
|
|
374
|
+
CreatedBy?: UserContext;
|
|
375
|
+
|
|
376
|
+
ModelPackageGroupStatus?: ModelPackageGroupStatus | string;
|
|
377
|
+
|
|
378
|
+
Tags?: Tag[];
|
|
379
|
+
}
|
|
380
|
+
export declare namespace ModelPackageGroup {
|
|
381
|
+
|
|
382
|
+
const filterSensitiveLog: (obj: ModelPackageGroup) => any;
|
|
383
|
+
}
|
|
384
|
+
|
|
385
|
+
export interface NestedFilters {
|
|
386
|
+
|
|
387
|
+
NestedPropertyName: string | undefined;
|
|
388
|
+
|
|
389
|
+
Filters: Filter[] | undefined;
|
|
390
|
+
}
|
|
391
|
+
export declare namespace NestedFilters {
|
|
392
|
+
|
|
393
|
+
const filterSensitiveLog: (obj: NestedFilters) => any;
|
|
394
|
+
}
|
|
395
|
+
|
|
396
|
+
export interface Parent {
|
|
397
|
+
|
|
398
|
+
TrialName?: string;
|
|
399
|
+
|
|
400
|
+
ExperimentName?: string;
|
|
401
|
+
}
|
|
402
|
+
export declare namespace Parent {
|
|
403
|
+
|
|
404
|
+
const filterSensitiveLog: (obj: Parent) => any;
|
|
405
|
+
}
|
|
406
|
+
|
|
407
|
+
export interface Pipeline {
|
|
408
|
+
|
|
409
|
+
PipelineArn?: string;
|
|
410
|
+
|
|
411
|
+
PipelineName?: string;
|
|
412
|
+
|
|
413
|
+
PipelineDisplayName?: string;
|
|
414
|
+
|
|
415
|
+
PipelineDescription?: string;
|
|
416
|
+
|
|
417
|
+
RoleArn?: string;
|
|
418
|
+
|
|
419
|
+
PipelineStatus?: PipelineStatus | string;
|
|
420
|
+
|
|
421
|
+
CreationTime?: Date;
|
|
422
|
+
|
|
423
|
+
LastModifiedTime?: Date;
|
|
424
|
+
|
|
425
|
+
LastRunTime?: Date;
|
|
426
|
+
|
|
427
|
+
CreatedBy?: UserContext;
|
|
428
|
+
|
|
429
|
+
LastModifiedBy?: UserContext;
|
|
430
|
+
|
|
431
|
+
ParallelismConfiguration?: ParallelismConfiguration;
|
|
432
|
+
|
|
433
|
+
Tags?: Tag[];
|
|
434
|
+
}
|
|
435
|
+
export declare namespace Pipeline {
|
|
436
|
+
|
|
437
|
+
const filterSensitiveLog: (obj: Pipeline) => any;
|
|
438
|
+
}
|
|
439
|
+
|
|
440
|
+
export interface PipelineExecution {
|
|
441
|
+
|
|
442
|
+
PipelineArn?: string;
|
|
443
|
+
|
|
444
|
+
PipelineExecutionArn?: string;
|
|
445
|
+
|
|
446
|
+
PipelineExecutionDisplayName?: string;
|
|
447
|
+
|
|
448
|
+
PipelineExecutionStatus?: PipelineExecutionStatus | string;
|
|
449
|
+
|
|
450
|
+
PipelineExecutionDescription?: string;
|
|
451
|
+
|
|
452
|
+
PipelineExperimentConfig?: PipelineExperimentConfig;
|
|
453
|
+
|
|
454
|
+
FailureReason?: string;
|
|
455
|
+
|
|
456
|
+
CreationTime?: Date;
|
|
457
|
+
|
|
458
|
+
LastModifiedTime?: Date;
|
|
459
|
+
|
|
460
|
+
CreatedBy?: UserContext;
|
|
461
|
+
|
|
462
|
+
LastModifiedBy?: UserContext;
|
|
463
|
+
|
|
464
|
+
ParallelismConfiguration?: ParallelismConfiguration;
|
|
465
|
+
|
|
466
|
+
PipelineParameters?: Parameter[];
|
|
467
|
+
}
|
|
468
|
+
export declare namespace PipelineExecution {
|
|
469
|
+
|
|
470
|
+
const filterSensitiveLog: (obj: PipelineExecution) => any;
|
|
471
|
+
}
|
|
472
|
+
|
|
473
|
+
export interface ProcessingJob {
|
|
474
|
+
|
|
475
|
+
ProcessingInputs?: ProcessingInput[];
|
|
476
|
+
|
|
477
|
+
ProcessingOutputConfig?: ProcessingOutputConfig;
|
|
478
|
+
|
|
479
|
+
ProcessingJobName?: string;
|
|
480
|
+
|
|
481
|
+
ProcessingResources?: ProcessingResources;
|
|
482
|
+
|
|
483
|
+
StoppingCondition?: ProcessingStoppingCondition;
|
|
484
|
+
|
|
485
|
+
AppSpecification?: AppSpecification;
|
|
486
|
+
|
|
487
|
+
Environment?: {
|
|
488
|
+
[key: string]: string;
|
|
489
|
+
};
|
|
490
|
+
|
|
491
|
+
NetworkConfig?: NetworkConfig;
|
|
492
|
+
|
|
493
|
+
RoleArn?: string;
|
|
494
|
+
|
|
495
|
+
ExperimentConfig?: ExperimentConfig;
|
|
496
|
+
|
|
497
|
+
ProcessingJobArn?: string;
|
|
498
|
+
|
|
499
|
+
ProcessingJobStatus?: ProcessingJobStatus | string;
|
|
500
|
+
|
|
501
|
+
ExitMessage?: string;
|
|
502
|
+
|
|
503
|
+
FailureReason?: string;
|
|
504
|
+
|
|
505
|
+
ProcessingEndTime?: Date;
|
|
506
|
+
|
|
507
|
+
ProcessingStartTime?: Date;
|
|
508
|
+
|
|
509
|
+
LastModifiedTime?: Date;
|
|
510
|
+
|
|
511
|
+
CreationTime?: Date;
|
|
512
|
+
|
|
513
|
+
MonitoringScheduleArn?: string;
|
|
514
|
+
|
|
515
|
+
AutoMLJobArn?: string;
|
|
516
|
+
|
|
517
|
+
TrainingJobArn?: string;
|
|
518
|
+
|
|
519
|
+
Tags?: Tag[];
|
|
520
|
+
}
|
|
521
|
+
export declare namespace ProcessingJob {
|
|
522
|
+
|
|
523
|
+
const filterSensitiveLog: (obj: ProcessingJob) => any;
|
|
524
|
+
}
|
|
525
|
+
|
|
526
|
+
export interface ProfilerConfigForUpdate {
|
|
527
|
+
|
|
528
|
+
S3OutputPath?: string;
|
|
529
|
+
|
|
530
|
+
ProfilingIntervalInMilliseconds?: number;
|
|
531
|
+
|
|
532
|
+
ProfilingParameters?: {
|
|
533
|
+
[key: string]: string;
|
|
534
|
+
};
|
|
535
|
+
|
|
536
|
+
DisableProfiler?: boolean;
|
|
537
|
+
}
|
|
538
|
+
export declare namespace ProfilerConfigForUpdate {
|
|
539
|
+
|
|
540
|
+
const filterSensitiveLog: (obj: ProfilerConfigForUpdate) => any;
|
|
541
|
+
}
|
|
542
|
+
|
|
543
|
+
export interface Project {
|
|
544
|
+
|
|
545
|
+
ProjectArn?: string;
|
|
546
|
+
|
|
547
|
+
ProjectName?: string;
|
|
548
|
+
|
|
549
|
+
ProjectId?: string;
|
|
550
|
+
|
|
551
|
+
ProjectDescription?: string;
|
|
552
|
+
|
|
553
|
+
ServiceCatalogProvisioningDetails?: ServiceCatalogProvisioningDetails;
|
|
554
|
+
|
|
555
|
+
ServiceCatalogProvisionedProductDetails?: ServiceCatalogProvisionedProductDetails;
|
|
556
|
+
|
|
557
|
+
ProjectStatus?: ProjectStatus | string;
|
|
558
|
+
|
|
559
|
+
CreatedBy?: UserContext;
|
|
560
|
+
|
|
561
|
+
CreationTime?: Date;
|
|
562
|
+
|
|
563
|
+
Tags?: Tag[];
|
|
564
|
+
|
|
565
|
+
LastModifiedTime?: Date;
|
|
566
|
+
|
|
567
|
+
LastModifiedBy?: UserContext;
|
|
568
|
+
}
|
|
569
|
+
export declare namespace Project {
|
|
570
|
+
|
|
571
|
+
const filterSensitiveLog: (obj: Project) => any;
|
|
572
|
+
}
|
|
573
|
+
export interface PutModelPackageGroupPolicyInput {
|
|
574
|
+
|
|
575
|
+
ModelPackageGroupName: string | undefined;
|
|
576
|
+
|
|
577
|
+
ResourcePolicy: string | undefined;
|
|
578
|
+
}
|
|
579
|
+
export declare namespace PutModelPackageGroupPolicyInput {
|
|
580
|
+
|
|
581
|
+
const filterSensitiveLog: (obj: PutModelPackageGroupPolicyInput) => any;
|
|
582
|
+
}
|
|
583
|
+
export interface PutModelPackageGroupPolicyOutput {
|
|
584
|
+
|
|
585
|
+
ModelPackageGroupArn: string | undefined;
|
|
586
|
+
}
|
|
587
|
+
export declare namespace PutModelPackageGroupPolicyOutput {
|
|
588
|
+
|
|
589
|
+
const filterSensitiveLog: (obj: PutModelPackageGroupPolicyOutput) => any;
|
|
590
|
+
}
|
|
591
|
+
|
|
592
|
+
export interface QueryFilters {
|
|
593
|
+
|
|
594
|
+
Types?: string[];
|
|
595
|
+
|
|
596
|
+
LineageTypes?: (LineageType | string)[];
|
|
597
|
+
|
|
598
|
+
CreatedBefore?: Date;
|
|
599
|
+
|
|
600
|
+
CreatedAfter?: Date;
|
|
601
|
+
|
|
602
|
+
ModifiedBefore?: Date;
|
|
603
|
+
|
|
604
|
+
ModifiedAfter?: Date;
|
|
605
|
+
|
|
606
|
+
Properties?: {
|
|
607
|
+
[key: string]: string;
|
|
608
|
+
};
|
|
609
|
+
}
|
|
610
|
+
export declare namespace QueryFilters {
|
|
611
|
+
|
|
612
|
+
const filterSensitiveLog: (obj: QueryFilters) => any;
|
|
613
|
+
}
|
|
614
|
+
export interface QueryLineageRequest {
|
|
615
|
+
|
|
616
|
+
StartArns: string[] | undefined;
|
|
617
|
+
|
|
618
|
+
Direction?: Direction | string;
|
|
619
|
+
|
|
620
|
+
IncludeEdges?: boolean;
|
|
621
|
+
|
|
622
|
+
Filters?: QueryFilters;
|
|
623
|
+
|
|
624
|
+
MaxDepth?: number;
|
|
625
|
+
|
|
626
|
+
MaxResults?: number;
|
|
627
|
+
|
|
628
|
+
NextToken?: string;
|
|
629
|
+
}
|
|
630
|
+
export declare namespace QueryLineageRequest {
|
|
631
|
+
|
|
632
|
+
const filterSensitiveLog: (obj: QueryLineageRequest) => any;
|
|
633
|
+
}
|
|
634
|
+
|
|
635
|
+
export interface Vertex {
|
|
636
|
+
|
|
637
|
+
Arn?: string;
|
|
638
|
+
|
|
639
|
+
Type?: string;
|
|
640
|
+
|
|
641
|
+
LineageType?: LineageType | string;
|
|
642
|
+
}
|
|
643
|
+
export declare namespace Vertex {
|
|
644
|
+
|
|
645
|
+
const filterSensitiveLog: (obj: Vertex) => any;
|
|
646
|
+
}
|
|
647
|
+
export interface QueryLineageResponse {
|
|
648
|
+
|
|
649
|
+
Vertices?: Vertex[];
|
|
650
|
+
|
|
651
|
+
Edges?: Edge[];
|
|
652
|
+
|
|
653
|
+
NextToken?: string;
|
|
654
|
+
}
|
|
655
|
+
export declare namespace QueryLineageResponse {
|
|
656
|
+
|
|
657
|
+
const filterSensitiveLog: (obj: QueryLineageResponse) => any;
|
|
658
|
+
}
|
|
659
|
+
export interface RegisterDevicesRequest {
|
|
660
|
+
|
|
661
|
+
DeviceFleetName: string | undefined;
|
|
662
|
+
|
|
663
|
+
Devices: Device[] | undefined;
|
|
664
|
+
|
|
665
|
+
Tags?: Tag[];
|
|
666
|
+
}
|
|
667
|
+
export declare namespace RegisterDevicesRequest {
|
|
668
|
+
|
|
669
|
+
const filterSensitiveLog: (obj: RegisterDevicesRequest) => any;
|
|
670
|
+
}
|
|
671
|
+
|
|
672
|
+
export interface RenderableTask {
|
|
673
|
+
|
|
674
|
+
Input: string | undefined;
|
|
675
|
+
}
|
|
676
|
+
export declare namespace RenderableTask {
|
|
677
|
+
|
|
678
|
+
const filterSensitiveLog: (obj: RenderableTask) => any;
|
|
679
|
+
}
|
|
680
|
+
|
|
681
|
+
export interface RenderingError {
|
|
682
|
+
|
|
683
|
+
Code: string | undefined;
|
|
684
|
+
|
|
685
|
+
Message: string | undefined;
|
|
686
|
+
}
|
|
687
|
+
export declare namespace RenderingError {
|
|
688
|
+
|
|
689
|
+
const filterSensitiveLog: (obj: RenderingError) => any;
|
|
690
|
+
}
|
|
691
|
+
export interface RenderUiTemplateRequest {
|
|
692
|
+
|
|
693
|
+
UiTemplate?: UiTemplate;
|
|
694
|
+
|
|
695
|
+
Task: RenderableTask | undefined;
|
|
696
|
+
|
|
697
|
+
RoleArn: string | undefined;
|
|
698
|
+
|
|
699
|
+
HumanTaskUiArn?: string;
|
|
700
|
+
}
|
|
701
|
+
export declare namespace RenderUiTemplateRequest {
|
|
702
|
+
|
|
703
|
+
const filterSensitiveLog: (obj: RenderUiTemplateRequest) => any;
|
|
704
|
+
}
|
|
705
|
+
export interface RenderUiTemplateResponse {
|
|
706
|
+
|
|
707
|
+
RenderedContent: string | undefined;
|
|
708
|
+
|
|
709
|
+
Errors: RenderingError[] | undefined;
|
|
710
|
+
}
|
|
711
|
+
export declare namespace RenderUiTemplateResponse {
|
|
712
|
+
|
|
713
|
+
const filterSensitiveLog: (obj: RenderUiTemplateResponse) => any;
|
|
714
|
+
}
|
|
715
|
+
export interface RetryPipelineExecutionRequest {
|
|
716
|
+
|
|
717
|
+
PipelineExecutionArn: string | undefined;
|
|
718
|
+
|
|
719
|
+
ClientRequestToken?: string;
|
|
720
|
+
|
|
721
|
+
ParallelismConfiguration?: ParallelismConfiguration;
|
|
722
|
+
}
|
|
723
|
+
export declare namespace RetryPipelineExecutionRequest {
|
|
724
|
+
|
|
725
|
+
const filterSensitiveLog: (obj: RetryPipelineExecutionRequest) => any;
|
|
726
|
+
}
|
|
727
|
+
export interface RetryPipelineExecutionResponse {
|
|
728
|
+
|
|
729
|
+
PipelineExecutionArn?: string;
|
|
730
|
+
}
|
|
731
|
+
export declare namespace RetryPipelineExecutionResponse {
|
|
732
|
+
|
|
733
|
+
const filterSensitiveLog: (obj: RetryPipelineExecutionResponse) => any;
|
|
734
|
+
}
|
|
735
|
+
export declare enum SearchSortOrder {
|
|
736
|
+
ASCENDING = "Ascending",
|
|
737
|
+
DESCENDING = "Descending"
|
|
738
|
+
}
|
|
739
|
+
|
|
740
|
+
export interface TrainingJob {
|
|
741
|
+
|
|
742
|
+
TrainingJobName?: string;
|
|
743
|
+
|
|
744
|
+
TrainingJobArn?: string;
|
|
745
|
+
|
|
746
|
+
TuningJobArn?: string;
|
|
747
|
+
|
|
748
|
+
LabelingJobArn?: string;
|
|
749
|
+
|
|
750
|
+
AutoMLJobArn?: string;
|
|
751
|
+
|
|
752
|
+
ModelArtifacts?: ModelArtifacts;
|
|
753
|
+
|
|
754
|
+
TrainingJobStatus?: TrainingJobStatus | string;
|
|
755
|
+
|
|
756
|
+
SecondaryStatus?: SecondaryStatus | string;
|
|
757
|
+
|
|
758
|
+
FailureReason?: string;
|
|
759
|
+
|
|
760
|
+
HyperParameters?: {
|
|
761
|
+
[key: string]: string;
|
|
762
|
+
};
|
|
763
|
+
|
|
764
|
+
AlgorithmSpecification?: AlgorithmSpecification;
|
|
765
|
+
|
|
766
|
+
RoleArn?: string;
|
|
767
|
+
|
|
768
|
+
InputDataConfig?: Channel[];
|
|
769
|
+
|
|
770
|
+
OutputDataConfig?: OutputDataConfig;
|
|
771
|
+
|
|
772
|
+
ResourceConfig?: ResourceConfig;
|
|
773
|
+
|
|
774
|
+
VpcConfig?: VpcConfig;
|
|
775
|
+
|
|
776
|
+
StoppingCondition?: StoppingCondition;
|
|
777
|
+
|
|
778
|
+
CreationTime?: Date;
|
|
779
|
+
|
|
780
|
+
TrainingStartTime?: Date;
|
|
781
|
+
|
|
782
|
+
TrainingEndTime?: Date;
|
|
783
|
+
|
|
784
|
+
LastModifiedTime?: Date;
|
|
785
|
+
|
|
786
|
+
SecondaryStatusTransitions?: SecondaryStatusTransition[];
|
|
787
|
+
|
|
788
|
+
FinalMetricDataList?: MetricData[];
|
|
789
|
+
|
|
790
|
+
EnableNetworkIsolation?: boolean;
|
|
791
|
+
|
|
792
|
+
EnableInterContainerTrafficEncryption?: boolean;
|
|
793
|
+
|
|
794
|
+
EnableManagedSpotTraining?: boolean;
|
|
795
|
+
|
|
796
|
+
CheckpointConfig?: CheckpointConfig;
|
|
797
|
+
|
|
798
|
+
TrainingTimeInSeconds?: number;
|
|
799
|
+
|
|
800
|
+
BillableTimeInSeconds?: number;
|
|
801
|
+
|
|
802
|
+
DebugHookConfig?: DebugHookConfig;
|
|
803
|
+
|
|
804
|
+
ExperimentConfig?: ExperimentConfig;
|
|
805
|
+
|
|
806
|
+
DebugRuleConfigurations?: DebugRuleConfiguration[];
|
|
807
|
+
|
|
808
|
+
TensorBoardOutputConfig?: TensorBoardOutputConfig;
|
|
809
|
+
|
|
810
|
+
DebugRuleEvaluationStatuses?: DebugRuleEvaluationStatus[];
|
|
811
|
+
|
|
812
|
+
Environment?: {
|
|
813
|
+
[key: string]: string;
|
|
814
|
+
};
|
|
815
|
+
|
|
816
|
+
RetryStrategy?: RetryStrategy;
|
|
817
|
+
|
|
818
|
+
Tags?: Tag[];
|
|
819
|
+
}
|
|
820
|
+
export declare namespace TrainingJob {
|
|
821
|
+
|
|
822
|
+
const filterSensitiveLog: (obj: TrainingJob) => any;
|
|
823
|
+
}
|
|
824
|
+
|
|
825
|
+
export interface TrialComponentSimpleSummary {
|
|
826
|
+
|
|
827
|
+
TrialComponentName?: string;
|
|
828
|
+
|
|
829
|
+
TrialComponentArn?: string;
|
|
830
|
+
|
|
831
|
+
TrialComponentSource?: TrialComponentSource;
|
|
832
|
+
|
|
833
|
+
CreationTime?: Date;
|
|
834
|
+
|
|
835
|
+
CreatedBy?: UserContext;
|
|
836
|
+
}
|
|
837
|
+
export declare namespace TrialComponentSimpleSummary {
|
|
838
|
+
|
|
839
|
+
const filterSensitiveLog: (obj: TrialComponentSimpleSummary) => any;
|
|
840
|
+
}
|
|
841
|
+
|
|
842
|
+
export interface Trial {
|
|
843
|
+
|
|
844
|
+
TrialName?: string;
|
|
845
|
+
|
|
846
|
+
TrialArn?: string;
|
|
847
|
+
|
|
848
|
+
DisplayName?: string;
|
|
849
|
+
|
|
850
|
+
ExperimentName?: string;
|
|
851
|
+
|
|
852
|
+
Source?: TrialSource;
|
|
853
|
+
|
|
854
|
+
CreationTime?: Date;
|
|
855
|
+
|
|
856
|
+
CreatedBy?: UserContext;
|
|
857
|
+
|
|
858
|
+
LastModifiedTime?: Date;
|
|
859
|
+
|
|
860
|
+
LastModifiedBy?: UserContext;
|
|
861
|
+
|
|
862
|
+
MetadataProperties?: MetadataProperties;
|
|
863
|
+
|
|
864
|
+
Tags?: Tag[];
|
|
865
|
+
|
|
866
|
+
TrialComponentSummaries?: TrialComponentSimpleSummary[];
|
|
867
|
+
}
|
|
868
|
+
export declare namespace Trial {
|
|
869
|
+
|
|
870
|
+
const filterSensitiveLog: (obj: Trial) => any;
|
|
871
|
+
}
|
|
872
|
+
|
|
873
|
+
export interface TransformJob {
|
|
874
|
+
|
|
875
|
+
TransformJobName?: string;
|
|
876
|
+
|
|
877
|
+
TransformJobArn?: string;
|
|
878
|
+
|
|
879
|
+
TransformJobStatus?: TransformJobStatus | string;
|
|
880
|
+
|
|
881
|
+
FailureReason?: string;
|
|
882
|
+
|
|
883
|
+
ModelName?: string;
|
|
884
|
+
|
|
885
|
+
MaxConcurrentTransforms?: number;
|
|
886
|
+
|
|
887
|
+
ModelClientConfig?: ModelClientConfig;
|
|
888
|
+
|
|
889
|
+
MaxPayloadInMB?: number;
|
|
890
|
+
|
|
891
|
+
BatchStrategy?: BatchStrategy | string;
|
|
892
|
+
|
|
893
|
+
Environment?: {
|
|
894
|
+
[key: string]: string;
|
|
895
|
+
};
|
|
896
|
+
|
|
897
|
+
TransformInput?: TransformInput;
|
|
898
|
+
|
|
899
|
+
TransformOutput?: TransformOutput;
|
|
900
|
+
|
|
901
|
+
TransformResources?: TransformResources;
|
|
902
|
+
|
|
903
|
+
CreationTime?: Date;
|
|
904
|
+
|
|
905
|
+
TransformStartTime?: Date;
|
|
906
|
+
|
|
907
|
+
TransformEndTime?: Date;
|
|
908
|
+
|
|
909
|
+
LabelingJobArn?: string;
|
|
910
|
+
|
|
911
|
+
AutoMLJobArn?: string;
|
|
912
|
+
|
|
913
|
+
DataProcessing?: DataProcessing;
|
|
914
|
+
|
|
915
|
+
ExperimentConfig?: ExperimentConfig;
|
|
916
|
+
|
|
917
|
+
Tags?: Tag[];
|
|
918
|
+
}
|
|
919
|
+
export declare namespace TransformJob {
|
|
920
|
+
|
|
921
|
+
const filterSensitiveLog: (obj: TransformJob) => any;
|
|
922
|
+
}
|
|
923
|
+
|
|
924
|
+
export interface TrialComponentSourceDetail {
|
|
925
|
+
|
|
926
|
+
SourceArn?: string;
|
|
927
|
+
|
|
928
|
+
TrainingJob?: TrainingJob;
|
|
929
|
+
|
|
930
|
+
ProcessingJob?: ProcessingJob;
|
|
931
|
+
|
|
932
|
+
TransformJob?: TransformJob;
|
|
933
|
+
}
|
|
934
|
+
export declare namespace TrialComponentSourceDetail {
|
|
935
|
+
|
|
936
|
+
const filterSensitiveLog: (obj: TrialComponentSourceDetail) => any;
|
|
937
|
+
}
|
|
938
|
+
|
|
939
|
+
export interface TrialComponent {
|
|
940
|
+
|
|
941
|
+
TrialComponentName?: string;
|
|
942
|
+
|
|
943
|
+
DisplayName?: string;
|
|
944
|
+
|
|
945
|
+
TrialComponentArn?: string;
|
|
946
|
+
|
|
947
|
+
Source?: TrialComponentSource;
|
|
948
|
+
|
|
949
|
+
Status?: TrialComponentStatus;
|
|
950
|
+
|
|
951
|
+
StartTime?: Date;
|
|
952
|
+
|
|
953
|
+
EndTime?: Date;
|
|
954
|
+
|
|
955
|
+
CreationTime?: Date;
|
|
956
|
+
|
|
957
|
+
CreatedBy?: UserContext;
|
|
958
|
+
|
|
959
|
+
LastModifiedTime?: Date;
|
|
960
|
+
|
|
961
|
+
LastModifiedBy?: UserContext;
|
|
962
|
+
|
|
963
|
+
Parameters?: {
|
|
964
|
+
[key: string]: TrialComponentParameterValue;
|
|
965
|
+
};
|
|
966
|
+
|
|
967
|
+
InputArtifacts?: {
|
|
968
|
+
[key: string]: TrialComponentArtifact;
|
|
969
|
+
};
|
|
970
|
+
|
|
971
|
+
OutputArtifacts?: {
|
|
972
|
+
[key: string]: TrialComponentArtifact;
|
|
973
|
+
};
|
|
974
|
+
|
|
975
|
+
Metrics?: TrialComponentMetricSummary[];
|
|
976
|
+
|
|
977
|
+
MetadataProperties?: MetadataProperties;
|
|
978
|
+
|
|
979
|
+
SourceDetail?: TrialComponentSourceDetail;
|
|
980
|
+
|
|
981
|
+
LineageGroupArn?: string;
|
|
982
|
+
|
|
983
|
+
Tags?: Tag[];
|
|
984
|
+
|
|
985
|
+
Parents?: Parent[];
|
|
986
|
+
}
|
|
987
|
+
export declare namespace TrialComponent {
|
|
988
|
+
|
|
989
|
+
const filterSensitiveLog: (obj: TrialComponent) => any;
|
|
990
|
+
}
|
|
991
|
+
|
|
992
|
+
export interface SearchRecord {
|
|
993
|
+
|
|
994
|
+
TrainingJob?: TrainingJob;
|
|
995
|
+
|
|
996
|
+
Experiment?: Experiment;
|
|
997
|
+
|
|
998
|
+
Trial?: Trial;
|
|
999
|
+
|
|
1000
|
+
TrialComponent?: TrialComponent;
|
|
1001
|
+
|
|
1002
|
+
Endpoint?: Endpoint;
|
|
1003
|
+
|
|
1004
|
+
ModelPackage?: ModelPackage;
|
|
1005
|
+
|
|
1006
|
+
ModelPackageGroup?: ModelPackageGroup;
|
|
1007
|
+
|
|
1008
|
+
Pipeline?: Pipeline;
|
|
1009
|
+
|
|
1010
|
+
PipelineExecution?: PipelineExecution;
|
|
1011
|
+
|
|
1012
|
+
FeatureGroup?: FeatureGroup;
|
|
1013
|
+
|
|
1014
|
+
Project?: Project;
|
|
1015
|
+
}
|
|
1016
|
+
export declare namespace SearchRecord {
|
|
1017
|
+
|
|
1018
|
+
const filterSensitiveLog: (obj: SearchRecord) => any;
|
|
1019
|
+
}
|
|
1020
|
+
export interface SearchResponse {
|
|
1021
|
+
|
|
1022
|
+
Results?: SearchRecord[];
|
|
1023
|
+
|
|
1024
|
+
NextToken?: string;
|
|
1025
|
+
}
|
|
1026
|
+
export declare namespace SearchResponse {
|
|
1027
|
+
|
|
1028
|
+
const filterSensitiveLog: (obj: SearchResponse) => any;
|
|
1029
|
+
}
|
|
1030
|
+
export interface SendPipelineExecutionStepFailureRequest {
|
|
1031
|
+
|
|
1032
|
+
CallbackToken: string | undefined;
|
|
1033
|
+
|
|
1034
|
+
FailureReason?: string;
|
|
1035
|
+
|
|
1036
|
+
ClientRequestToken?: string;
|
|
1037
|
+
}
|
|
1038
|
+
export declare namespace SendPipelineExecutionStepFailureRequest {
|
|
1039
|
+
|
|
1040
|
+
const filterSensitiveLog: (obj: SendPipelineExecutionStepFailureRequest) => any;
|
|
1041
|
+
}
|
|
1042
|
+
export interface SendPipelineExecutionStepFailureResponse {
|
|
1043
|
+
|
|
1044
|
+
PipelineExecutionArn?: string;
|
|
1045
|
+
}
|
|
1046
|
+
export declare namespace SendPipelineExecutionStepFailureResponse {
|
|
1047
|
+
|
|
1048
|
+
const filterSensitiveLog: (obj: SendPipelineExecutionStepFailureResponse) => any;
|
|
1049
|
+
}
|
|
1050
|
+
export interface SendPipelineExecutionStepSuccessRequest {
|
|
1051
|
+
|
|
1052
|
+
CallbackToken: string | undefined;
|
|
1053
|
+
|
|
1054
|
+
OutputParameters?: OutputParameter[];
|
|
1055
|
+
|
|
1056
|
+
ClientRequestToken?: string;
|
|
1057
|
+
}
|
|
1058
|
+
export declare namespace SendPipelineExecutionStepSuccessRequest {
|
|
1059
|
+
|
|
1060
|
+
const filterSensitiveLog: (obj: SendPipelineExecutionStepSuccessRequest) => any;
|
|
1061
|
+
}
|
|
1062
|
+
export interface SendPipelineExecutionStepSuccessResponse {
|
|
1063
|
+
|
|
1064
|
+
PipelineExecutionArn?: string;
|
|
1065
|
+
}
|
|
1066
|
+
export declare namespace SendPipelineExecutionStepSuccessResponse {
|
|
1067
|
+
|
|
1068
|
+
const filterSensitiveLog: (obj: SendPipelineExecutionStepSuccessResponse) => any;
|
|
1069
|
+
}
|
|
1070
|
+
export interface StartMonitoringScheduleRequest {
|
|
1071
|
+
|
|
1072
|
+
MonitoringScheduleName: string | undefined;
|
|
1073
|
+
}
|
|
1074
|
+
export declare namespace StartMonitoringScheduleRequest {
|
|
1075
|
+
|
|
1076
|
+
const filterSensitiveLog: (obj: StartMonitoringScheduleRequest) => any;
|
|
1077
|
+
}
|
|
1078
|
+
export interface StartNotebookInstanceInput {
|
|
1079
|
+
|
|
1080
|
+
NotebookInstanceName: string | undefined;
|
|
1081
|
+
}
|
|
1082
|
+
export declare namespace StartNotebookInstanceInput {
|
|
1083
|
+
|
|
1084
|
+
const filterSensitiveLog: (obj: StartNotebookInstanceInput) => any;
|
|
1085
|
+
}
|
|
1086
|
+
export interface StartPipelineExecutionRequest {
|
|
1087
|
+
|
|
1088
|
+
PipelineName: string | undefined;
|
|
1089
|
+
|
|
1090
|
+
PipelineExecutionDisplayName?: string;
|
|
1091
|
+
|
|
1092
|
+
PipelineParameters?: Parameter[];
|
|
1093
|
+
|
|
1094
|
+
PipelineExecutionDescription?: string;
|
|
1095
|
+
|
|
1096
|
+
ClientRequestToken?: string;
|
|
1097
|
+
|
|
1098
|
+
ParallelismConfiguration?: ParallelismConfiguration;
|
|
1099
|
+
}
|
|
1100
|
+
export declare namespace StartPipelineExecutionRequest {
|
|
1101
|
+
|
|
1102
|
+
const filterSensitiveLog: (obj: StartPipelineExecutionRequest) => any;
|
|
1103
|
+
}
|
|
4
1104
|
export interface StartPipelineExecutionResponse {
|
|
5
1105
|
|
|
6
1106
|
PipelineExecutionArn?: string;
|
|
@@ -41,6 +1141,14 @@ export declare namespace StopHyperParameterTuningJobRequest {
|
|
|
41
1141
|
|
|
42
1142
|
const filterSensitiveLog: (obj: StopHyperParameterTuningJobRequest) => any;
|
|
43
1143
|
}
|
|
1144
|
+
export interface StopInferenceRecommendationsJobRequest {
|
|
1145
|
+
|
|
1146
|
+
JobName: string | undefined;
|
|
1147
|
+
}
|
|
1148
|
+
export declare namespace StopInferenceRecommendationsJobRequest {
|
|
1149
|
+
|
|
1150
|
+
const filterSensitiveLog: (obj: StopInferenceRecommendationsJobRequest) => any;
|
|
1151
|
+
}
|
|
44
1152
|
export interface StopLabelingJobRequest {
|
|
45
1153
|
|
|
46
1154
|
LabelingJobName: string | undefined;
|
|
@@ -378,6 +1486,8 @@ export interface UpdateModelPackageInput {
|
|
|
378
1486
|
};
|
|
379
1487
|
|
|
380
1488
|
CustomerMetadataPropertiesToRemove?: string[];
|
|
1489
|
+
|
|
1490
|
+
AdditionalInferenceSpecificationsToAdd?: AdditionalInferenceSpecificationDefinition[];
|
|
381
1491
|
}
|
|
382
1492
|
export declare namespace UpdateModelPackageInput {
|
|
383
1493
|
|
|
@@ -473,9 +1583,13 @@ export interface UpdatePipelineRequest {
|
|
|
473
1583
|
|
|
474
1584
|
PipelineDefinition?: string;
|
|
475
1585
|
|
|
1586
|
+
PipelineDefinitionS3Location?: PipelineDefinitionS3Location;
|
|
1587
|
+
|
|
476
1588
|
PipelineDescription?: string;
|
|
477
1589
|
|
|
478
1590
|
RoleArn?: string;
|
|
1591
|
+
|
|
1592
|
+
ParallelismConfiguration?: ParallelismConfiguration;
|
|
479
1593
|
}
|
|
480
1594
|
export declare namespace UpdatePipelineRequest {
|
|
481
1595
|
|
|
@@ -496,6 +1610,8 @@ export interface UpdatePipelineExecutionRequest {
|
|
|
496
1610
|
PipelineExecutionDescription?: string;
|
|
497
1611
|
|
|
498
1612
|
PipelineExecutionDisplayName?: string;
|
|
1613
|
+
|
|
1614
|
+
ParallelismConfiguration?: ParallelismConfiguration;
|
|
499
1615
|
}
|
|
500
1616
|
export declare namespace UpdatePipelineExecutionRequest {
|
|
501
1617
|
|