@aws-sdk/client-sagemaker 3.646.0 → 3.648.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/index.js +17322 -17292
- package/dist-es/models/models_0.js +9 -13
- package/dist-es/models/models_1.js +15 -1
- package/dist-es/models/models_2.js +0 -23
- package/dist-es/models/models_3.js +23 -4
- package/dist-es/models/models_4.js +4 -0
- package/dist-es/protocols/Aws_json1_1.js +23 -1
- package/dist-types/commands/CreateAppImageConfigCommand.d.ts +1 -1
- package/dist-types/commands/CreateArtifactCommand.d.ts +1 -2
- package/dist-types/commands/CreateClusterCommand.d.ts +9 -0
- package/dist-types/commands/CreatePresignedMlflowTrackingServerUrlCommand.d.ts +2 -1
- package/dist-types/commands/CreatePresignedNotebookInstanceUrlCommand.d.ts +1 -1
- package/dist-types/commands/DescribeClusterCommand.d.ts +9 -0
- package/dist-types/commands/DescribeClusterNodeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeMlflowTrackingServerCommand.d.ts +1 -1
- package/dist-types/commands/ListClusterNodesCommand.d.ts +1 -1
- package/dist-types/commands/ListModelCardExportJobsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateClusterCommand.d.ts +4 -0
- package/dist-types/models/models_0.d.ts +57 -93
- package/dist-types/models/models_1.d.ts +110 -83
- package/dist-types/models/models_2.d.ts +93 -135
- package/dist-types/models/models_3.d.ts +135 -128
- package/dist-types/models/models_4.d.ts +135 -4
- package/dist-types/ts3.4/commands/CreateAppImageConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateArtifactCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/CreatePresignedMlflowTrackingServerUrlCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/CreatePresignedNotebookInstanceUrlCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeMlflowTrackingServerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListModelCardExportJobsCommand.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +21 -24
- package/dist-types/ts3.4/models/models_1.d.ts +37 -17
- package/dist-types/ts3.4/models/models_2.d.ts +20 -49
- package/dist-types/ts3.4/models/models_3.d.ts +49 -34
- package/dist-types/ts3.4/models/models_4.d.ts +37 -2
- package/package.json +1 -1
|
@@ -1,5 +1,98 @@
|
|
|
1
|
-
import { LazyJsonString as __LazyJsonString } from "@smithy/smithy-client";
|
|
2
|
-
import { AdditionalInferenceSpecificationDefinition, AmazonQSettings, AnnotationConsolidationConfig, AppLifecycleManagement, AppNetworkAccessType, AppSecurityGroupManagement, AppType, AsyncInferenceConfig, AuthMode, AutoMLChannel, AutoMLComputeConfig, AutoMLDataSplitConfig, AutoMLJobChannel, AutoMLJobConfig, AutoMLJobObjective, AutoMLOutputDataConfig, AutoMLProblemTypeConfig, AutoMLSecurityConfig, AutoMountHomeEFS, AutoParameter, AutoRollbackConfig, Autotune, AwsManagedHumanLoopRequestSource, BatchTransformInput, BestObjectiveNotImproving, Bias, BlueGreenUpdatePolicy, CanvasAppSettings, CapacitySize, CaptureContentTypeHeader, CaptureOption, CategoricalParameter, CategoricalParameterRange, Channel, CheckpointConfig, ClarifyExplainerConfig, ClusterInstanceGroupSpecification, CodeEditorAppSettings, CodeRepository, CollectionConfig, CollectionType, ContainerDefinition, ContentClassifier, ContextSource, ContinuousParameterRange, ConvergenceDetected, CustomImage, FeatureStatus, GitConfig, HyperParameterScalingType, HyperParameterTuningJobObjective, InferenceSpecification, MetadataProperties, MetricDefinition, MetricsSource, ModelApprovalStatus, ModelDataSource, OutputDataConfig, ProblemType, ProcessingS3DataDistributionType, ProcessingS3InputMode, ProductionVariantInstanceType, ResourceConfig, ResourceSpec, StoppingCondition, Tag, TargetDevice, TargetPlatformAccelerator, TargetPlatformArch, TargetPlatformOs, TrainingInputMode, TrainingInstanceType, TransformJobDefinition, VpcConfig } from "./models_0";
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType, LazyJsonString as __LazyJsonString } from "@smithy/smithy-client";
|
|
2
|
+
import { AdditionalInferenceSpecificationDefinition, AmazonQSettings, AnnotationConsolidationConfig, AppLifecycleManagement, AppNetworkAccessType, AppSecurityGroupManagement, AppType, ArtifactSource, AsyncInferenceConfig, AuthMode, AutoMLChannel, AutoMLComputeConfig, AutoMLDataSplitConfig, AutoMLJobChannel, AutoMLJobConfig, AutoMLJobObjective, AutoMLOutputDataConfig, AutoMLProblemTypeConfig, AutoMLSecurityConfig, AutoMountHomeEFS, AutoParameter, AutoRollbackConfig, Autotune, AwsManagedHumanLoopRequestSource, BatchTransformInput, BestObjectiveNotImproving, Bias, BlueGreenUpdatePolicy, CanvasAppSettings, CapacitySize, CaptureContentTypeHeader, CaptureOption, CategoricalParameter, CategoricalParameterRange, Channel, CheckpointConfig, ClarifyExplainerConfig, ClusterInstanceGroupSpecification, ClusterNodeRecovery, ClusterOrchestrator, CodeEditorAppImageConfig, CodeEditorAppSettings, CodeRepository, CollectionConfig, CollectionType, ContainerDefinition, ContentClassifier, ContextSource, ContinuousParameterRange, ConvergenceDetected, CustomImage, FeatureStatus, GitConfig, HyperParameterScalingType, HyperParameterTuningJobObjective, InferenceSpecification, JupyterLabAppImageConfig, KernelGatewayImageConfig, MetadataProperties, MetricDefinition, MetricsSource, ModelApprovalStatus, ModelDataSource, OutputDataConfig, ProblemType, ProcessingS3DataDistributionType, ProcessingS3InputMode, ProductionVariantInstanceType, ResourceConfig, ResourceSpec, StoppingCondition, Tag, TargetDevice, TargetPlatformAccelerator, TargetPlatformArch, TargetPlatformOs, TrainingInputMode, TrainingInstanceType, TransformJobDefinition, VpcConfig } from "./models_0";
|
|
3
|
+
import { SageMakerServiceException as __BaseException } from "./SageMakerServiceException";
|
|
4
|
+
/**
|
|
5
|
+
* <p>Resource being accessed is in use.</p>
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export declare class ResourceInUse extends __BaseException {
|
|
9
|
+
readonly name: "ResourceInUse";
|
|
10
|
+
readonly $fault: "client";
|
|
11
|
+
Message?: string;
|
|
12
|
+
/**
|
|
13
|
+
* @internal
|
|
14
|
+
*/
|
|
15
|
+
constructor(opts: __ExceptionOptionType<ResourceInUse, __BaseException>);
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*/
|
|
20
|
+
export interface CreateAppImageConfigRequest {
|
|
21
|
+
/**
|
|
22
|
+
* <p>The name of the AppImageConfig. Must be unique to your account.</p>
|
|
23
|
+
* @public
|
|
24
|
+
*/
|
|
25
|
+
AppImageConfigName: string | undefined;
|
|
26
|
+
/**
|
|
27
|
+
* <p>A list of tags to apply to the AppImageConfig.</p>
|
|
28
|
+
* @public
|
|
29
|
+
*/
|
|
30
|
+
Tags?: Tag[];
|
|
31
|
+
/**
|
|
32
|
+
* <p>The KernelGatewayImageConfig. You can only specify one image kernel in the
|
|
33
|
+
* AppImageConfig API. This kernel will be shown to users before the
|
|
34
|
+
* image starts. Once the image runs, all kernels are visible in JupyterLab.</p>
|
|
35
|
+
* @public
|
|
36
|
+
*/
|
|
37
|
+
KernelGatewayImageConfig?: KernelGatewayImageConfig;
|
|
38
|
+
/**
|
|
39
|
+
* <p>The <code>JupyterLabAppImageConfig</code>. You can only specify one image kernel in the <code>AppImageConfig</code> API. This kernel is shown to users before the image starts. After the image runs, all kernels are visible in JupyterLab.</p>
|
|
40
|
+
* @public
|
|
41
|
+
*/
|
|
42
|
+
JupyterLabAppImageConfig?: JupyterLabAppImageConfig;
|
|
43
|
+
/**
|
|
44
|
+
* <p>The <code>CodeEditorAppImageConfig</code>. You can only specify one image kernel
|
|
45
|
+
* in the AppImageConfig API. This kernel is shown to users before the image starts.
|
|
46
|
+
* After the image runs, all kernels are visible in Code Editor.</p>
|
|
47
|
+
* @public
|
|
48
|
+
*/
|
|
49
|
+
CodeEditorAppImageConfig?: CodeEditorAppImageConfig;
|
|
50
|
+
}
|
|
51
|
+
/**
|
|
52
|
+
* @public
|
|
53
|
+
*/
|
|
54
|
+
export interface CreateAppImageConfigResponse {
|
|
55
|
+
/**
|
|
56
|
+
* <p>The ARN of the AppImageConfig.</p>
|
|
57
|
+
* @public
|
|
58
|
+
*/
|
|
59
|
+
AppImageConfigArn?: string;
|
|
60
|
+
}
|
|
61
|
+
/**
|
|
62
|
+
* @public
|
|
63
|
+
*/
|
|
64
|
+
export interface CreateArtifactRequest {
|
|
65
|
+
/**
|
|
66
|
+
* <p>The name of the artifact. Must be unique to your account in an Amazon Web Services Region.</p>
|
|
67
|
+
* @public
|
|
68
|
+
*/
|
|
69
|
+
ArtifactName?: string;
|
|
70
|
+
/**
|
|
71
|
+
* <p>The ID, ID type, and URI of the source.</p>
|
|
72
|
+
* @public
|
|
73
|
+
*/
|
|
74
|
+
Source: ArtifactSource | undefined;
|
|
75
|
+
/**
|
|
76
|
+
* <p>The artifact type.</p>
|
|
77
|
+
* @public
|
|
78
|
+
*/
|
|
79
|
+
ArtifactType: string | undefined;
|
|
80
|
+
/**
|
|
81
|
+
* <p>A list of properties to add to the artifact.</p>
|
|
82
|
+
* @public
|
|
83
|
+
*/
|
|
84
|
+
Properties?: Record<string, string>;
|
|
85
|
+
/**
|
|
86
|
+
* <p>Metadata properties of the tracking entity, trial, or trial component.</p>
|
|
87
|
+
* @public
|
|
88
|
+
*/
|
|
89
|
+
MetadataProperties?: MetadataProperties;
|
|
90
|
+
/**
|
|
91
|
+
* <p>A list of tags to apply to the artifact.</p>
|
|
92
|
+
* @public
|
|
93
|
+
*/
|
|
94
|
+
Tags?: Tag[];
|
|
95
|
+
}
|
|
3
96
|
/**
|
|
4
97
|
* @public
|
|
5
98
|
*/
|
|
@@ -275,6 +368,21 @@ export interface CreateClusterRequest {
|
|
|
275
368
|
* @public
|
|
276
369
|
*/
|
|
277
370
|
Tags?: Tag[];
|
|
371
|
+
/**
|
|
372
|
+
* <p>The type of orchestrator to use for the SageMaker HyperPod cluster. Currently, the only supported
|
|
373
|
+
* value is <code>"eks"</code>, which is to use an Amazon Elastic Kubernetes Service (EKS)
|
|
374
|
+
* cluster as the orchestrator.</p>
|
|
375
|
+
* @public
|
|
376
|
+
*/
|
|
377
|
+
Orchestrator?: ClusterOrchestrator;
|
|
378
|
+
/**
|
|
379
|
+
* <p>The node recovery mode for the SageMaker HyperPod cluster. When set to <code>Automatic</code>,
|
|
380
|
+
* SageMaker HyperPod will automatically reboot or replace faulty nodes when issues are detected. When set
|
|
381
|
+
* to <code>None</code>, cluster administrators will need to manually manage any faulty
|
|
382
|
+
* cluster instances.</p>
|
|
383
|
+
* @public
|
|
384
|
+
*/
|
|
385
|
+
NodeRecovery?: ClusterNodeRecovery;
|
|
278
386
|
}
|
|
279
387
|
/**
|
|
280
388
|
* @public
|
|
@@ -11756,87 +11864,6 @@ export interface CreatePresignedMlflowTrackingServerUrlRequest {
|
|
|
11756
11864
|
*/
|
|
11757
11865
|
SessionExpirationDurationInSeconds?: number;
|
|
11758
11866
|
}
|
|
11759
|
-
/**
|
|
11760
|
-
* @public
|
|
11761
|
-
*/
|
|
11762
|
-
export interface CreatePresignedMlflowTrackingServerUrlResponse {
|
|
11763
|
-
/**
|
|
11764
|
-
* <p>A presigned URL with an authorization token.</p>
|
|
11765
|
-
* @public
|
|
11766
|
-
*/
|
|
11767
|
-
AuthorizedUrl?: string;
|
|
11768
|
-
}
|
|
11769
|
-
/**
|
|
11770
|
-
* @public
|
|
11771
|
-
*/
|
|
11772
|
-
export interface CreatePresignedNotebookInstanceUrlInput {
|
|
11773
|
-
/**
|
|
11774
|
-
* <p>The name of the notebook instance.</p>
|
|
11775
|
-
* @public
|
|
11776
|
-
*/
|
|
11777
|
-
NotebookInstanceName: string | undefined;
|
|
11778
|
-
/**
|
|
11779
|
-
* <p>The duration of the session, in seconds. The default is 12 hours.</p>
|
|
11780
|
-
* @public
|
|
11781
|
-
*/
|
|
11782
|
-
SessionExpirationDurationInSeconds?: number;
|
|
11783
|
-
}
|
|
11784
|
-
/**
|
|
11785
|
-
* @public
|
|
11786
|
-
*/
|
|
11787
|
-
export interface CreatePresignedNotebookInstanceUrlOutput {
|
|
11788
|
-
/**
|
|
11789
|
-
* <p>A JSON object that contains the URL string. </p>
|
|
11790
|
-
* @public
|
|
11791
|
-
*/
|
|
11792
|
-
AuthorizedUrl?: string;
|
|
11793
|
-
}
|
|
11794
|
-
/**
|
|
11795
|
-
* <p>Associates a SageMaker job as a trial component with an experiment and trial. Specified when
|
|
11796
|
-
* you call the following APIs:</p>
|
|
11797
|
-
* <ul>
|
|
11798
|
-
* <li>
|
|
11799
|
-
* <p>
|
|
11800
|
-
* <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateProcessingJob.html">CreateProcessingJob</a>
|
|
11801
|
-
* </p>
|
|
11802
|
-
* </li>
|
|
11803
|
-
* <li>
|
|
11804
|
-
* <p>
|
|
11805
|
-
* <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateTrainingJob.html">CreateTrainingJob</a>
|
|
11806
|
-
* </p>
|
|
11807
|
-
* </li>
|
|
11808
|
-
* <li>
|
|
11809
|
-
* <p>
|
|
11810
|
-
* <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateTransformJob.html">CreateTransformJob</a>
|
|
11811
|
-
* </p>
|
|
11812
|
-
* </li>
|
|
11813
|
-
* </ul>
|
|
11814
|
-
* @public
|
|
11815
|
-
*/
|
|
11816
|
-
export interface ExperimentConfig {
|
|
11817
|
-
/**
|
|
11818
|
-
* <p>The name of an existing experiment to associate with the trial component.</p>
|
|
11819
|
-
* @public
|
|
11820
|
-
*/
|
|
11821
|
-
ExperimentName?: string;
|
|
11822
|
-
/**
|
|
11823
|
-
* <p>The name of an existing trial to associate the trial component with. If not specified, a
|
|
11824
|
-
* new trial is created.</p>
|
|
11825
|
-
* @public
|
|
11826
|
-
*/
|
|
11827
|
-
TrialName?: string;
|
|
11828
|
-
/**
|
|
11829
|
-
* <p>The display name for the trial component. If this key isn't specified, the display name is
|
|
11830
|
-
* the trial component name.</p>
|
|
11831
|
-
* @public
|
|
11832
|
-
*/
|
|
11833
|
-
TrialComponentDisplayName?: string;
|
|
11834
|
-
/**
|
|
11835
|
-
* <p>The name of the experiment run to associate with the trial component.</p>
|
|
11836
|
-
* @public
|
|
11837
|
-
*/
|
|
11838
|
-
RunName?: string;
|
|
11839
|
-
}
|
|
11840
11867
|
/**
|
|
11841
11868
|
* @internal
|
|
11842
11869
|
*/
|
|
@@ -1,5 +1,86 @@
|
|
|
1
|
-
import { ActionSource, ActionStatus, AlgorithmSpecification, AlgorithmStatus, AlgorithmStatusDetails, AlgorithmValidationSpecification, AppNetworkAccessType, AppSecurityGroupManagement, AppSpecification, AppStatus, AppType, ArtifactSource, AsyncInferenceConfig, AthenaDatasetDefinition, AuthMode, AutoMLCandidate, AutoMLChannel, AutoMLComputeConfig, AutoMLDataSplitConfig, AutoMLJobArtifacts, AutoMLJobChannel, AutoMLJobCompletionCriteria, AutoMLJobConfig, AutoMLJobObjective, AutoMLJobSecondaryStatus, AutoMLJobStatus, AutoMLOutputDataConfig, AutoMLPartialFailureReason, AutoMLProblemTypeConfig, AutoMLProblemTypeConfigName, AutoMLResolvedAttributes, AutoMLSecurityConfig, Autotune, BatchDataCaptureConfig, BatchStrategy, CaptureStatus, Channel, CheckpointConfig, ClusterInstanceGroupDetails, ClusterNodeDetails, ClusterStatus, CodeEditorAppImageConfig, CodeRepository, CognitoConfig, CognitoMemberDefinition, CollectionConfiguration, CompilationJobStatus, ContextSource, GitConfig, HyperParameterTuningJobObjectiveType, InferenceSpecification, JupyterLabAppImageConfig, KernelGatewayImageConfig, MetadataProperties, ObjectiveStatus, OutputDataConfig, ProblemType, ProcessingS3DataDistributionType, ProcessingS3InputMode, ProductionVariantInstanceType, ResourceConfig, ResourceSpec, StoppingCondition, Tag, TrainingSpecification, TransformInput, TransformOutput, TransformResources, UserContext, VpcConfig } from "./models_0";
|
|
2
|
-
import { DataCaptureConfig, DataQualityAppSpecification, DataQualityBaselineConfig, DataQualityJobInput, DefaultSpaceSettings, DeploymentConfig, DeviceSelectionConfig, DomainSettings, EdgeDeploymentConfig, EdgeDeploymentModelConfig, EdgeOutputConfig, EdgePresetDeploymentType, EndpointInfo,
|
|
1
|
+
import { ActionSource, ActionStatus, AlgorithmSpecification, AlgorithmStatus, AlgorithmStatusDetails, AlgorithmValidationSpecification, AppNetworkAccessType, AppSecurityGroupManagement, AppSpecification, AppStatus, AppType, ArtifactSource, AsyncInferenceConfig, AthenaDatasetDefinition, AuthMode, AutoMLCandidate, AutoMLChannel, AutoMLComputeConfig, AutoMLDataSplitConfig, AutoMLJobArtifacts, AutoMLJobChannel, AutoMLJobCompletionCriteria, AutoMLJobConfig, AutoMLJobObjective, AutoMLJobSecondaryStatus, AutoMLJobStatus, AutoMLOutputDataConfig, AutoMLPartialFailureReason, AutoMLProblemTypeConfig, AutoMLProblemTypeConfigName, AutoMLResolvedAttributes, AutoMLSecurityConfig, Autotune, BatchDataCaptureConfig, BatchStrategy, CaptureStatus, Channel, CheckpointConfig, ClusterInstanceGroupDetails, ClusterNodeDetails, ClusterNodeRecovery, ClusterOrchestrator, ClusterStatus, CodeEditorAppImageConfig, CodeRepository, CognitoConfig, CognitoMemberDefinition, CollectionConfiguration, CompilationJobStatus, ContextSource, GitConfig, HyperParameterTuningJobObjectiveType, InferenceSpecification, JupyterLabAppImageConfig, KernelGatewayImageConfig, MetadataProperties, ObjectiveStatus, OutputDataConfig, ProblemType, ProcessingS3DataDistributionType, ProcessingS3InputMode, ProductionVariantInstanceType, ResourceConfig, ResourceSpec, StoppingCondition, Tag, TrainingSpecification, TransformInput, TransformOutput, TransformResources, UserContext, VpcConfig } from "./models_0";
|
|
2
|
+
import { DataCaptureConfig, DataQualityAppSpecification, DataQualityBaselineConfig, DataQualityJobInput, DefaultSpaceSettings, DeploymentConfig, DeviceSelectionConfig, DomainSettings, EdgeDeploymentConfig, EdgeDeploymentModelConfig, EdgeOutputConfig, EdgePresetDeploymentType, EndpointInfo, ExplainerConfig, FeatureDefinition, FeatureType, FlowDefinitionOutputConfig, HubS3StorageConfig, HumanLoopActivationConfig, HumanLoopConfig, HumanLoopRequestSource, HumanTaskConfig, HyperParameterTrainingJobDefinition, HyperParameterTuningJobConfig, HyperParameterTuningJobWarmStartConfig, InferenceComponentComputeResourceRequirements, InferenceComponentStartupParameters, InferenceExperimentDataStorageConfig, InferenceExperimentSchedule, InferenceExperimentType, InputConfig, JobType, JupyterServerAppSettings, KernelGatewayAppSettings, LabelingJobAlgorithmsConfig, LabelingJobInputConfig, LabelingJobOutputConfig, LabelingJobStoppingConditions, ModelDeployConfig, ModelInfrastructureConfig, MonitoringNetworkConfig, MonitoringOutputConfig, MonitoringResources, MonitoringStoppingCondition, NeoVpcConfig, NetworkConfig, OfflineStoreConfig, OnlineStoreConfig, OutputConfig, ProcessingInstanceType, ProcessingS3UploadMode, Processor, ProductionVariant, ProductionVariantAcceleratorType, ProductionVariantManagedInstanceScaling, ProductionVariantRoutingConfig, ProductionVariantServerlessConfig, RecommendationJobInputConfig, RecommendationJobStoppingConditions, RecommendationJobType, RetryStrategy, ShadowModeConfig, ThroughputMode, UserSettings, VendorGuidance } from "./models_1";
|
|
3
|
+
/**
|
|
4
|
+
* @public
|
|
5
|
+
*/
|
|
6
|
+
export interface CreatePresignedMlflowTrackingServerUrlResponse {
|
|
7
|
+
/**
|
|
8
|
+
* <p>A presigned URL with an authorization token.</p>
|
|
9
|
+
* @public
|
|
10
|
+
*/
|
|
11
|
+
AuthorizedUrl?: string;
|
|
12
|
+
}
|
|
13
|
+
/**
|
|
14
|
+
* @public
|
|
15
|
+
*/
|
|
16
|
+
export interface CreatePresignedNotebookInstanceUrlInput {
|
|
17
|
+
/**
|
|
18
|
+
* <p>The name of the notebook instance.</p>
|
|
19
|
+
* @public
|
|
20
|
+
*/
|
|
21
|
+
NotebookInstanceName: string | undefined;
|
|
22
|
+
/**
|
|
23
|
+
* <p>The duration of the session, in seconds. The default is 12 hours.</p>
|
|
24
|
+
* @public
|
|
25
|
+
*/
|
|
26
|
+
SessionExpirationDurationInSeconds?: number;
|
|
27
|
+
}
|
|
28
|
+
/**
|
|
29
|
+
* @public
|
|
30
|
+
*/
|
|
31
|
+
export interface CreatePresignedNotebookInstanceUrlOutput {
|
|
32
|
+
/**
|
|
33
|
+
* <p>A JSON object that contains the URL string. </p>
|
|
34
|
+
* @public
|
|
35
|
+
*/
|
|
36
|
+
AuthorizedUrl?: string;
|
|
37
|
+
}
|
|
38
|
+
/**
|
|
39
|
+
* <p>Associates a SageMaker job as a trial component with an experiment and trial. Specified when
|
|
40
|
+
* you call the following APIs:</p>
|
|
41
|
+
* <ul>
|
|
42
|
+
* <li>
|
|
43
|
+
* <p>
|
|
44
|
+
* <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateProcessingJob.html">CreateProcessingJob</a>
|
|
45
|
+
* </p>
|
|
46
|
+
* </li>
|
|
47
|
+
* <li>
|
|
48
|
+
* <p>
|
|
49
|
+
* <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateTrainingJob.html">CreateTrainingJob</a>
|
|
50
|
+
* </p>
|
|
51
|
+
* </li>
|
|
52
|
+
* <li>
|
|
53
|
+
* <p>
|
|
54
|
+
* <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateTransformJob.html">CreateTransformJob</a>
|
|
55
|
+
* </p>
|
|
56
|
+
* </li>
|
|
57
|
+
* </ul>
|
|
58
|
+
* @public
|
|
59
|
+
*/
|
|
60
|
+
export interface ExperimentConfig {
|
|
61
|
+
/**
|
|
62
|
+
* <p>The name of an existing experiment to associate with the trial component.</p>
|
|
63
|
+
* @public
|
|
64
|
+
*/
|
|
65
|
+
ExperimentName?: string;
|
|
66
|
+
/**
|
|
67
|
+
* <p>The name of an existing trial to associate the trial component with. If not specified, a
|
|
68
|
+
* new trial is created.</p>
|
|
69
|
+
* @public
|
|
70
|
+
*/
|
|
71
|
+
TrialName?: string;
|
|
72
|
+
/**
|
|
73
|
+
* <p>The display name for the trial component. If this key isn't specified, the display name is
|
|
74
|
+
* the trial component name.</p>
|
|
75
|
+
* @public
|
|
76
|
+
*/
|
|
77
|
+
TrialComponentDisplayName?: string;
|
|
78
|
+
/**
|
|
79
|
+
* <p>The name of the experiment run to associate with the trial component.</p>
|
|
80
|
+
* @public
|
|
81
|
+
*/
|
|
82
|
+
RunName?: string;
|
|
83
|
+
}
|
|
3
84
|
/**
|
|
4
85
|
* @public
|
|
5
86
|
* @enum
|
|
@@ -4066,6 +4147,16 @@ export interface DescribeClusterResponse {
|
|
|
4066
4147
|
* @public
|
|
4067
4148
|
*/
|
|
4068
4149
|
VpcConfig?: VpcConfig;
|
|
4150
|
+
/**
|
|
4151
|
+
* <p>The type of orchestrator used for the SageMaker HyperPod cluster. </p>
|
|
4152
|
+
* @public
|
|
4153
|
+
*/
|
|
4154
|
+
Orchestrator?: ClusterOrchestrator;
|
|
4155
|
+
/**
|
|
4156
|
+
* <p>The node recovery mode configured for the SageMaker HyperPod cluster.</p>
|
|
4157
|
+
* @public
|
|
4158
|
+
*/
|
|
4159
|
+
NodeRecovery?: ClusterNodeRecovery;
|
|
4069
4160
|
}
|
|
4070
4161
|
/**
|
|
4071
4162
|
* @public
|
|
@@ -7967,139 +8058,6 @@ export interface DescribeLineageGroupResponse {
|
|
|
7967
8058
|
*/
|
|
7968
8059
|
LastModifiedBy?: UserContext;
|
|
7969
8060
|
}
|
|
7970
|
-
/**
|
|
7971
|
-
* @public
|
|
7972
|
-
*/
|
|
7973
|
-
export interface DescribeMlflowTrackingServerRequest {
|
|
7974
|
-
/**
|
|
7975
|
-
* <p>The name of the MLflow Tracking Server to describe.</p>
|
|
7976
|
-
* @public
|
|
7977
|
-
*/
|
|
7978
|
-
TrackingServerName: string | undefined;
|
|
7979
|
-
}
|
|
7980
|
-
/**
|
|
7981
|
-
* @public
|
|
7982
|
-
* @enum
|
|
7983
|
-
*/
|
|
7984
|
-
export declare const IsTrackingServerActive: {
|
|
7985
|
-
readonly ACTIVE: "Active";
|
|
7986
|
-
readonly INACTIVE: "Inactive";
|
|
7987
|
-
};
|
|
7988
|
-
/**
|
|
7989
|
-
* @public
|
|
7990
|
-
*/
|
|
7991
|
-
export type IsTrackingServerActive = (typeof IsTrackingServerActive)[keyof typeof IsTrackingServerActive];
|
|
7992
|
-
/**
|
|
7993
|
-
* @public
|
|
7994
|
-
* @enum
|
|
7995
|
-
*/
|
|
7996
|
-
export declare const TrackingServerStatus: {
|
|
7997
|
-
readonly CREATED: "Created";
|
|
7998
|
-
readonly CREATE_FAILED: "CreateFailed";
|
|
7999
|
-
readonly CREATING: "Creating";
|
|
8000
|
-
readonly DELETE_FAILED: "DeleteFailed";
|
|
8001
|
-
readonly DELETING: "Deleting";
|
|
8002
|
-
readonly MAINTENANCE_COMPLETE: "MaintenanceComplete";
|
|
8003
|
-
readonly MAINTENANCE_FAILED: "MaintenanceFailed";
|
|
8004
|
-
readonly MAINTENANCE_IN_PROGRESS: "MaintenanceInProgress";
|
|
8005
|
-
readonly STARTED: "Started";
|
|
8006
|
-
readonly STARTING: "Starting";
|
|
8007
|
-
readonly START_FAILED: "StartFailed";
|
|
8008
|
-
readonly STOPPED: "Stopped";
|
|
8009
|
-
readonly STOPPING: "Stopping";
|
|
8010
|
-
readonly STOP_FAILED: "StopFailed";
|
|
8011
|
-
readonly UPDATED: "Updated";
|
|
8012
|
-
readonly UPDATE_FAILED: "UpdateFailed";
|
|
8013
|
-
readonly UPDATING: "Updating";
|
|
8014
|
-
};
|
|
8015
|
-
/**
|
|
8016
|
-
* @public
|
|
8017
|
-
*/
|
|
8018
|
-
export type TrackingServerStatus = (typeof TrackingServerStatus)[keyof typeof TrackingServerStatus];
|
|
8019
|
-
/**
|
|
8020
|
-
* @public
|
|
8021
|
-
*/
|
|
8022
|
-
export interface DescribeMlflowTrackingServerResponse {
|
|
8023
|
-
/**
|
|
8024
|
-
* <p>The ARN of the described tracking server.</p>
|
|
8025
|
-
* @public
|
|
8026
|
-
*/
|
|
8027
|
-
TrackingServerArn?: string;
|
|
8028
|
-
/**
|
|
8029
|
-
* <p>The name of the described tracking server.</p>
|
|
8030
|
-
* @public
|
|
8031
|
-
*/
|
|
8032
|
-
TrackingServerName?: string;
|
|
8033
|
-
/**
|
|
8034
|
-
* <p>The S3 URI of the general purpose bucket used as the MLflow Tracking Server
|
|
8035
|
-
* artifact store.</p>
|
|
8036
|
-
* @public
|
|
8037
|
-
*/
|
|
8038
|
-
ArtifactStoreUri?: string;
|
|
8039
|
-
/**
|
|
8040
|
-
* <p>The size of the described tracking server.</p>
|
|
8041
|
-
* @public
|
|
8042
|
-
*/
|
|
8043
|
-
TrackingServerSize?: TrackingServerSize;
|
|
8044
|
-
/**
|
|
8045
|
-
* <p>The MLflow version used for the described tracking server.</p>
|
|
8046
|
-
* @public
|
|
8047
|
-
*/
|
|
8048
|
-
MlflowVersion?: string;
|
|
8049
|
-
/**
|
|
8050
|
-
* <p>The Amazon Resource Name (ARN) for an IAM role in your account that the described MLflow Tracking Server
|
|
8051
|
-
* uses to access the artifact store in Amazon S3.</p>
|
|
8052
|
-
* @public
|
|
8053
|
-
*/
|
|
8054
|
-
RoleArn?: string;
|
|
8055
|
-
/**
|
|
8056
|
-
* <p>The current creation status of the described MLflow Tracking Server.</p>
|
|
8057
|
-
* @public
|
|
8058
|
-
*/
|
|
8059
|
-
TrackingServerStatus?: TrackingServerStatus;
|
|
8060
|
-
/**
|
|
8061
|
-
* <p>Whether the described MLflow Tracking Server is currently active.</p>
|
|
8062
|
-
* @public
|
|
8063
|
-
*/
|
|
8064
|
-
IsActive?: IsTrackingServerActive;
|
|
8065
|
-
/**
|
|
8066
|
-
* <p>The URL to connect to the MLflow user interface for the described tracking server.</p>
|
|
8067
|
-
* @public
|
|
8068
|
-
*/
|
|
8069
|
-
TrackingServerUrl?: string;
|
|
8070
|
-
/**
|
|
8071
|
-
* <p>The day and time of the week when weekly maintenance occurs on the described tracking server.</p>
|
|
8072
|
-
* @public
|
|
8073
|
-
*/
|
|
8074
|
-
WeeklyMaintenanceWindowStart?: string;
|
|
8075
|
-
/**
|
|
8076
|
-
* <p>Whether automatic registration of new MLflow models to the SageMaker Model Registry is enabled.</p>
|
|
8077
|
-
* @public
|
|
8078
|
-
*/
|
|
8079
|
-
AutomaticModelRegistration?: boolean;
|
|
8080
|
-
/**
|
|
8081
|
-
* <p>The timestamp of when the described MLflow Tracking Server was created.</p>
|
|
8082
|
-
* @public
|
|
8083
|
-
*/
|
|
8084
|
-
CreationTime?: Date;
|
|
8085
|
-
/**
|
|
8086
|
-
* <p>Information about the user who created or modified an experiment, trial, trial
|
|
8087
|
-
* component, lineage group, project, or model card.</p>
|
|
8088
|
-
* @public
|
|
8089
|
-
*/
|
|
8090
|
-
CreatedBy?: UserContext;
|
|
8091
|
-
/**
|
|
8092
|
-
* <p>The timestamp of when the described MLflow Tracking Server was last modified.</p>
|
|
8093
|
-
* @public
|
|
8094
|
-
*/
|
|
8095
|
-
LastModifiedTime?: Date;
|
|
8096
|
-
/**
|
|
8097
|
-
* <p>Information about the user who created or modified an experiment, trial, trial
|
|
8098
|
-
* component, lineage group, project, or model card.</p>
|
|
8099
|
-
* @public
|
|
8100
|
-
*/
|
|
8101
|
-
LastModifiedBy?: UserContext;
|
|
8102
|
-
}
|
|
8103
8061
|
/**
|
|
8104
8062
|
* @internal
|
|
8105
8063
|
*/
|