@aws-sdk/client-sagemaker 3.863.0 → 3.866.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.
Files changed (74) hide show
  1. package/README.md +16 -0
  2. package/dist-cjs/index.js +582 -392
  3. package/dist-es/SageMaker.js +4 -0
  4. package/dist-es/commands/DescribeReservedCapacityCommand.js +22 -0
  5. package/dist-es/commands/ListUltraServersByReservedCapacityCommand.js +22 -0
  6. package/dist-es/commands/index.js +2 -0
  7. package/dist-es/models/models_0.js +1 -13
  8. package/dist-es/models/models_1.js +13 -0
  9. package/dist-es/models/models_3.js +22 -33
  10. package/dist-es/models/models_4.js +21 -14
  11. package/dist-es/models/models_5.js +12 -1
  12. package/dist-es/pagination/ListUltraServersByReservedCapacityPaginator.js +4 -0
  13. package/dist-es/pagination/index.js +1 -0
  14. package/dist-es/protocols/Aws_json1_1.js +140 -0
  15. package/dist-types/SageMaker.d.ts +14 -0
  16. package/dist-types/SageMakerClient.d.ts +4 -2
  17. package/dist-types/commands/AttachClusterNodeVolumeCommand.d.ts +1 -1
  18. package/dist-types/commands/CreateAlgorithmCommand.d.ts +12 -3
  19. package/dist-types/commands/CreateDomainCommand.d.ts +3 -0
  20. package/dist-types/commands/CreateHyperParameterTuningJobCommand.d.ts +26 -8
  21. package/dist-types/commands/CreateModelBiasJobDefinitionCommand.d.ts +1 -2
  22. package/dist-types/commands/CreateTrainingJobCommand.d.ts +11 -2
  23. package/dist-types/commands/CreateTrainingPlanCommand.d.ts +1 -0
  24. package/dist-types/commands/DescribeAlgorithmCommand.d.ts +12 -3
  25. package/dist-types/commands/DescribeAppCommand.d.ts +1 -0
  26. package/dist-types/commands/DescribeClusterNodeCommand.d.ts +3 -0
  27. package/dist-types/commands/DescribeCompilationJobCommand.d.ts +2 -1
  28. package/dist-types/commands/DescribeComputeQuotaCommand.d.ts +1 -1
  29. package/dist-types/commands/DescribeContextCommand.d.ts +1 -2
  30. package/dist-types/commands/DescribeDomainCommand.d.ts +3 -0
  31. package/dist-types/commands/DescribeHyperParameterTuningJobCommand.d.ts +26 -8
  32. package/dist-types/commands/DescribeReservedCapacityCommand.d.ts +93 -0
  33. package/dist-types/commands/DescribeTrainingJobCommand.d.ts +11 -2
  34. package/dist-types/commands/DescribeTrainingPlanCommand.d.ts +7 -1
  35. package/dist-types/commands/DetachClusterNodeVolumeCommand.d.ts +1 -1
  36. package/dist-types/commands/ListClusterNodesCommand.d.ts +3 -0
  37. package/dist-types/commands/ListTrainingPlansCommand.d.ts +5 -1
  38. package/dist-types/commands/ListUltraServersByReservedCapacityCommand.d.ts +92 -0
  39. package/dist-types/commands/ListWorkforcesCommand.d.ts +2 -1
  40. package/dist-types/commands/ListWorkteamsCommand.d.ts +1 -1
  41. package/dist-types/commands/SearchCommand.d.ts +26 -8
  42. package/dist-types/commands/SearchTrainingPlanOfferingsCommand.d.ts +7 -2
  43. package/dist-types/commands/UpdateDomainCommand.d.ts +3 -0
  44. package/dist-types/commands/index.d.ts +2 -0
  45. package/dist-types/models/models_0.d.ts +71 -87
  46. package/dist-types/models/models_1.d.ts +94 -106
  47. package/dist-types/models/models_2.d.ts +115 -202
  48. package/dist-types/models/models_3.d.ts +463 -409
  49. package/dist-types/models/models_4.d.ts +414 -683
  50. package/dist-types/models/models_5.d.ts +718 -5
  51. package/dist-types/pagination/ListUltraServersByReservedCapacityPaginator.d.ts +7 -0
  52. package/dist-types/pagination/index.d.ts +1 -0
  53. package/dist-types/protocols/Aws_json1_1.d.ts +18 -0
  54. package/dist-types/ts3.4/SageMaker.d.ts +40 -0
  55. package/dist-types/ts3.4/SageMakerClient.d.ts +12 -0
  56. package/dist-types/ts3.4/commands/CreateModelBiasJobDefinitionCommand.d.ts +4 -2
  57. package/dist-types/ts3.4/commands/DescribeCompilationJobCommand.d.ts +2 -4
  58. package/dist-types/ts3.4/commands/DescribeComputeQuotaCommand.d.ts +1 -1
  59. package/dist-types/ts3.4/commands/DescribeContextCommand.d.ts +4 -2
  60. package/dist-types/ts3.4/commands/DescribeReservedCapacityCommand.d.ts +51 -0
  61. package/dist-types/ts3.4/commands/ListUltraServersByReservedCapacityCommand.d.ts +51 -0
  62. package/dist-types/ts3.4/commands/ListWorkforcesCommand.d.ts +2 -4
  63. package/dist-types/ts3.4/commands/ListWorkteamsCommand.d.ts +1 -1
  64. package/dist-types/ts3.4/commands/index.d.ts +2 -0
  65. package/dist-types/ts3.4/models/models_0.d.ts +15 -25
  66. package/dist-types/ts3.4/models/models_1.d.ts +31 -25
  67. package/dist-types/ts3.4/models/models_2.d.ts +28 -53
  68. package/dist-types/ts3.4/models/models_3.d.ts +119 -104
  69. package/dist-types/ts3.4/models/models_4.d.ts +123 -190
  70. package/dist-types/ts3.4/models/models_5.d.ts +187 -5
  71. package/dist-types/ts3.4/pagination/ListUltraServersByReservedCapacityPaginator.d.ts +11 -0
  72. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  73. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +24 -0
  74. package/package.json +5 -5
@@ -1,5 +1,108 @@
1
- import { ActionSource, ActionStatus, ActivationState, AdditionalInferenceSpecificationDefinition, AlgorithmSpecification, AlgorithmStatus, AlgorithmStatusDetails, AlgorithmValidationSpecification, AppSpecification, AppStatus, AppType, ArtifactSource, AthenaDatasetDefinition, AutoMLCandidate, AutoMLChannel, AutoMLComputeConfig, AutoMLDataSplitConfig, AutoMLJobArtifacts, AutoMLJobChannel, AutoMLJobCompletionCriteria, AutoMLJobConfig, AutoMLJobObjective, AutoMLJobSecondaryStatus, AutoMLJobStatus, AutoMLOutputDataConfig, AutoMLPartialFailureReason, AutoMLProblemTypeConfig, AutoMLProblemTypeConfigName, AutoMLResolvedAttributes, AutoMLSecurityConfig, BatchDataCaptureConfig, BatchStrategy, BatchTransformInput, Bias, CaptureStatus, CfnCreateTemplateProvider, Channel, CheckpointConfig, ClusterEventDetail, ClusterInstanceGroupDetails, ClusterNodeDetails, ClusterNodeProvisioningMode, ClusterNodeRecovery, ClusterOrchestrator, ClusterRestrictedInstanceGroupDetails, ClusterStatus, CodeEditorAppImageConfig, FeatureStatus, InferenceSpecification, JupyterLabAppImageConfig, KernelGatewayImageConfig, MetricsSource, ModelApprovalStatus, ModelDataSource, OutputDataConfig, ProblemType, ProcessingS3DataDistributionType, ProcessingS3InputMode, ProductionVariantInstanceType, ResourceConfig, ResourceSpec, SchedulerResourceStatus, StoppingCondition, Tag, TransformInput, TransformJobDefinition, TransformOutput, TransformResources, UserContext, VpcConfig } from "./models_0";
2
- import { _InstanceType, CodeRepository, CognitoConfig, CognitoMemberDefinition, CollectionConfiguration, CompilationJobStatus, ComputeQuotaConfig, ComputeQuotaTarget, DeviceSelectionConfig, EdgeDeploymentConfig, EndpointInput, GitConfig, HubContentType, InputConfig, JupyterServerAppSettings, KernelGatewayAppSettings, MetadataProperties, ModelDeployConfig, MonitoringConstraintsResource, MonitoringGroundTruthS3Input, MonitoringNetworkConfig, MonitoringOutputConfig, MonitoringResources, MonitoringStatisticsResource, MonitoringStoppingCondition, NeoVpcConfig, OutputConfig, ProcessingInstanceType, ProcessingS3UploadMode, RetryStrategy, SchedulerConfig, TrainingSpecification, UserSettings } from "./models_1";
1
+ import { ActionSource, ActionStatus, AdditionalInferenceSpecificationDefinition, AlgorithmSpecification, AlgorithmStatus, AlgorithmStatusDetails, AlgorithmValidationSpecification, AppSpecification, AppStatus, AppType, ArtifactSource, AthenaDatasetDefinition, AutoMLCandidate, AutoMLChannel, AutoMLComputeConfig, AutoMLDataSplitConfig, AutoMLJobArtifacts, AutoMLJobChannel, AutoMLJobCompletionCriteria, AutoMLJobConfig, AutoMLJobObjective, AutoMLJobSecondaryStatus, AutoMLJobStatus, AutoMLOutputDataConfig, AutoMLPartialFailureReason, AutoMLProblemTypeConfig, AutoMLProblemTypeConfigName, AutoMLResolvedAttributes, AutoMLSecurityConfig, BatchDataCaptureConfig, BatchStrategy, BatchTransformInput, Bias, CaptureStatus, CfnCreateTemplateProvider, Channel, CheckpointConfig, ClusterEventDetail, ClusterInstanceGroupDetails, ClusterNodeDetails, ClusterNodeProvisioningMode, ClusterNodeRecovery, ClusterOrchestrator, ClusterRestrictedInstanceGroupDetails, CodeEditorAppImageConfig, FeatureStatus, InferenceSpecification, JupyterLabAppImageConfig, KernelGatewayImageConfig, MetricsSource, ModelApprovalStatus, ModelDataSource, OutputDataConfig, ProblemType, ProcessingS3DataDistributionType, ProcessingS3InputMode, ProductionVariantInstanceType, ResourceConfig, ResourceSpec, SchedulerResourceStatus, StoppingCondition, Tag, TransformInput, TransformJobDefinition, TransformOutput, TransformResources, UserContext, VpcConfig } from "./models_0";
2
+ import { _InstanceType, ClusterStatus, CodeRepository, CognitoConfig, CognitoMemberDefinition, CollectionConfiguration, DeviceSelectionConfig, EdgeDeploymentConfig, EndpointInput, GitConfig, HubContentType, JupyterServerAppSettings, KernelGatewayAppSettings, MetadataProperties, ModelBiasAppSpecification, ModelDeployConfig, MonitoringConstraintsResource, MonitoringNetworkConfig, MonitoringOutputConfig, MonitoringResources, MonitoringStatisticsResource, MonitoringStoppingCondition, ProcessingInstanceType, ProcessingS3UploadMode, RetryStrategy, SchedulerConfig, TrainingSpecification, UserSettings } from "./models_1";
3
+ /**
4
+ * <p>The configuration for a baseline model bias job.</p>
5
+ * @public
6
+ */
7
+ export interface ModelBiasBaselineConfig {
8
+ /**
9
+ * <p>The name of the baseline model bias job.</p>
10
+ * @public
11
+ */
12
+ BaseliningJobName?: string | undefined;
13
+ /**
14
+ * <p>The constraints resource for a monitoring job.</p>
15
+ * @public
16
+ */
17
+ ConstraintsResource?: MonitoringConstraintsResource | undefined;
18
+ }
19
+ /**
20
+ * <p>The ground truth labels for the dataset used for the monitoring job.</p>
21
+ * @public
22
+ */
23
+ export interface MonitoringGroundTruthS3Input {
24
+ /**
25
+ * <p>The address of the Amazon S3 location of the ground truth labels.</p>
26
+ * @public
27
+ */
28
+ S3Uri?: string | undefined;
29
+ }
30
+ /**
31
+ * <p>Inputs for the model bias job.</p>
32
+ * @public
33
+ */
34
+ export interface ModelBiasJobInput {
35
+ /**
36
+ * <p>Input object for the endpoint</p>
37
+ * @public
38
+ */
39
+ EndpointInput?: EndpointInput | undefined;
40
+ /**
41
+ * <p>Input object for the batch transform job.</p>
42
+ * @public
43
+ */
44
+ BatchTransformInput?: BatchTransformInput | undefined;
45
+ /**
46
+ * <p>Location of ground truth labels to use in model bias job.</p>
47
+ * @public
48
+ */
49
+ GroundTruthS3Input: MonitoringGroundTruthS3Input | undefined;
50
+ }
51
+ /**
52
+ * @public
53
+ */
54
+ export interface CreateModelBiasJobDefinitionRequest {
55
+ /**
56
+ * <p>The name of the bias job definition. The name must be unique within an Amazon Web Services Region in the Amazon Web Services account.</p>
57
+ * @public
58
+ */
59
+ JobDefinitionName: string | undefined;
60
+ /**
61
+ * <p>The baseline configuration for a model bias job.</p>
62
+ * @public
63
+ */
64
+ ModelBiasBaselineConfig?: ModelBiasBaselineConfig | undefined;
65
+ /**
66
+ * <p>Configures the model bias job to run a specified Docker container image.</p>
67
+ * @public
68
+ */
69
+ ModelBiasAppSpecification: ModelBiasAppSpecification | undefined;
70
+ /**
71
+ * <p>Inputs for the model bias job.</p>
72
+ * @public
73
+ */
74
+ ModelBiasJobInput: ModelBiasJobInput | undefined;
75
+ /**
76
+ * <p>The output configuration for monitoring jobs.</p>
77
+ * @public
78
+ */
79
+ ModelBiasJobOutputConfig: MonitoringOutputConfig | undefined;
80
+ /**
81
+ * <p>Identifies the resources to deploy for a monitoring job.</p>
82
+ * @public
83
+ */
84
+ JobResources: MonitoringResources | undefined;
85
+ /**
86
+ * <p>Networking options for a model bias job.</p>
87
+ * @public
88
+ */
89
+ NetworkConfig?: MonitoringNetworkConfig | undefined;
90
+ /**
91
+ * <p>The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker AI can assume to perform tasks on your behalf.</p>
92
+ * @public
93
+ */
94
+ RoleArn: string | undefined;
95
+ /**
96
+ * <p>A time limit for how long the monitoring job is allowed to run before stopping.</p>
97
+ * @public
98
+ */
99
+ StoppingCondition?: MonitoringStoppingCondition | undefined;
100
+ /**
101
+ * <p>(Optional) An array of key-value pairs. For more information, see <a href="https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-alloc-tags.html#allocation-whatURL"> Using Cost Allocation Tags</a> in the <i>Amazon Web Services Billing and Cost Management User Guide</i>.</p>
102
+ * @public
103
+ */
104
+ Tags?: Tag[] | undefined;
105
+ }
3
106
  /**
4
107
  * @public
5
108
  */
@@ -3145,6 +3248,11 @@ export interface CreateTrainingPlanRequest {
3145
3248
  * @public
3146
3249
  */
3147
3250
  TrainingPlanOfferingId: string | undefined;
3251
+ /**
3252
+ * <p>Number of spare instances to reserve per UltraServer for enhanced resiliency. Default is 1.</p>
3253
+ * @public
3254
+ */
3255
+ SpareInstanceCountPerUltraServer?: number | undefined;
3148
3256
  /**
3149
3257
  * <p>An array of key-value pairs to apply to this training plan.</p>
3150
3258
  * @public
@@ -5183,6 +5291,11 @@ export interface DescribeAppResponse {
5183
5291
  * @public
5184
5292
  */
5185
5293
  Status?: AppStatus | undefined;
5294
+ /**
5295
+ * <p>The effective status of Trusted Identity Propagation (TIP) for this application. When enabled, user identities from IAM Identity Center are being propagated through the application to TIP enabled Amazon Web Services services. When disabled, standard IAM role-based access is used. </p>
5296
+ * @public
5297
+ */
5298
+ EffectiveTrustedIdentityPropagationStatus?: FeatureStatus | undefined;
5186
5299
  /**
5187
5300
  * <p> Indicates whether the application is launched in recovery mode. </p>
5188
5301
  * @public
@@ -5903,206 +6016,6 @@ export interface ModelDigests {
5903
6016
  */
5904
6017
  ArtifactDigest?: string | undefined;
5905
6018
  }
5906
- /**
5907
- * @public
5908
- */
5909
- export interface DescribeCompilationJobResponse {
5910
- /**
5911
- * <p>The name of the model compilation job.</p>
5912
- * @public
5913
- */
5914
- CompilationJobName: string | undefined;
5915
- /**
5916
- * <p>The Amazon Resource Name (ARN) of the model compilation job.</p>
5917
- * @public
5918
- */
5919
- CompilationJobArn: string | undefined;
5920
- /**
5921
- * <p>The status of the model compilation job.</p>
5922
- * @public
5923
- */
5924
- CompilationJobStatus: CompilationJobStatus | undefined;
5925
- /**
5926
- * <p>The time when the model compilation job started the <code>CompilationJob</code> instances. </p> <p>You are billed for the time between this timestamp and the timestamp in the <code>CompilationEndTime</code> field. In Amazon CloudWatch Logs, the start time might be later than this time. That's because it takes time to download the compilation job, which depends on the size of the compilation job container. </p>
5927
- * @public
5928
- */
5929
- CompilationStartTime?: Date | undefined;
5930
- /**
5931
- * <p>The time when the model compilation job on a compilation job instance ended. For a successful or stopped job, this is when the job's model artifacts have finished uploading. For a failed job, this is when Amazon SageMaker AI detected that the job failed. </p>
5932
- * @public
5933
- */
5934
- CompilationEndTime?: Date | undefined;
5935
- /**
5936
- * <p>Specifies a limit to how long a model compilation job can run. When the job reaches the time limit, Amazon SageMaker AI ends the compilation job. Use this API to cap model training costs.</p>
5937
- * @public
5938
- */
5939
- StoppingCondition: StoppingCondition | undefined;
5940
- /**
5941
- * <p>The inference image to use when compiling a model. Specify an image only if the target device is a cloud instance.</p>
5942
- * @public
5943
- */
5944
- InferenceImage?: string | undefined;
5945
- /**
5946
- * <p>The Amazon Resource Name (ARN) of the versioned model package that was provided to SageMaker Neo when you initiated a compilation job.</p>
5947
- * @public
5948
- */
5949
- ModelPackageVersionArn?: string | undefined;
5950
- /**
5951
- * <p>The time that the model compilation job was created.</p>
5952
- * @public
5953
- */
5954
- CreationTime: Date | undefined;
5955
- /**
5956
- * <p>The time that the status of the model compilation job was last modified.</p>
5957
- * @public
5958
- */
5959
- LastModifiedTime: Date | undefined;
5960
- /**
5961
- * <p>If a model compilation job failed, the reason it failed. </p>
5962
- * @public
5963
- */
5964
- FailureReason: string | undefined;
5965
- /**
5966
- * <p>Information about the location in Amazon S3 that has been configured for storing the model artifacts used in the compilation job.</p>
5967
- * @public
5968
- */
5969
- ModelArtifacts: ModelArtifacts | undefined;
5970
- /**
5971
- * <p>Provides a BLAKE2 hash value that identifies the compiled model artifacts in Amazon S3.</p>
5972
- * @public
5973
- */
5974
- ModelDigests?: ModelDigests | undefined;
5975
- /**
5976
- * <p>The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker AI assumes to perform the model compilation job.</p>
5977
- * @public
5978
- */
5979
- RoleArn: string | undefined;
5980
- /**
5981
- * <p>Information about the location in Amazon S3 of the input model artifacts, the name and shape of the expected data inputs, and the framework in which the model was trained.</p>
5982
- * @public
5983
- */
5984
- InputConfig: InputConfig | undefined;
5985
- /**
5986
- * <p>Information about the output location for the compiled model and the target device that the model runs on.</p>
5987
- * @public
5988
- */
5989
- OutputConfig: OutputConfig | undefined;
5990
- /**
5991
- * <p>A <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_VpcConfig.html">VpcConfig</a> object that specifies the VPC that you want your compilation job to connect to. Control access to your models by configuring the VPC. For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/neo-vpc.html">Protect Compilation Jobs by Using an Amazon Virtual Private Cloud</a>.</p>
5992
- * @public
5993
- */
5994
- VpcConfig?: NeoVpcConfig | undefined;
5995
- /**
5996
- * <p>Information that SageMaker Neo automatically derived about the model.</p>
5997
- * @public
5998
- */
5999
- DerivedInformation?: DerivedInformation | undefined;
6000
- }
6001
- /**
6002
- * @public
6003
- */
6004
- export interface DescribeComputeQuotaRequest {
6005
- /**
6006
- * <p>ID of the compute allocation definition.</p>
6007
- * @public
6008
- */
6009
- ComputeQuotaId: string | undefined;
6010
- /**
6011
- * <p>Version of the compute allocation definition.</p>
6012
- * @public
6013
- */
6014
- ComputeQuotaVersion?: number | undefined;
6015
- }
6016
- /**
6017
- * @public
6018
- */
6019
- export interface DescribeComputeQuotaResponse {
6020
- /**
6021
- * <p>ARN of the compute allocation definition.</p>
6022
- * @public
6023
- */
6024
- ComputeQuotaArn: string | undefined;
6025
- /**
6026
- * <p>ID of the compute allocation definition.</p>
6027
- * @public
6028
- */
6029
- ComputeQuotaId: string | undefined;
6030
- /**
6031
- * <p>Name of the compute allocation definition.</p>
6032
- * @public
6033
- */
6034
- Name: string | undefined;
6035
- /**
6036
- * <p>Description of the compute allocation definition.</p>
6037
- * @public
6038
- */
6039
- Description?: string | undefined;
6040
- /**
6041
- * <p>Version of the compute allocation definition.</p>
6042
- * @public
6043
- */
6044
- ComputeQuotaVersion: number | undefined;
6045
- /**
6046
- * <p>Status of the compute allocation definition.</p>
6047
- * @public
6048
- */
6049
- Status: SchedulerResourceStatus | undefined;
6050
- /**
6051
- * <p>Failure reason of the compute allocation definition.</p>
6052
- * @public
6053
- */
6054
- FailureReason?: string | undefined;
6055
- /**
6056
- * <p>ARN of the cluster.</p>
6057
- * @public
6058
- */
6059
- ClusterArn?: string | undefined;
6060
- /**
6061
- * <p>Configuration of the compute allocation definition. This includes the resource sharing option, and the setting to preempt low priority tasks.</p>
6062
- * @public
6063
- */
6064
- ComputeQuotaConfig?: ComputeQuotaConfig | undefined;
6065
- /**
6066
- * <p>The target entity to allocate compute resources to.</p>
6067
- * @public
6068
- */
6069
- ComputeQuotaTarget: ComputeQuotaTarget | undefined;
6070
- /**
6071
- * <p>The state of the compute allocation being described. Use to enable or disable compute allocation.</p> <p>Default is <code>Enabled</code>.</p>
6072
- * @public
6073
- */
6074
- ActivationState?: ActivationState | undefined;
6075
- /**
6076
- * <p>Creation time of the compute allocation configuration.</p>
6077
- * @public
6078
- */
6079
- CreationTime: Date | undefined;
6080
- /**
6081
- * <p>Information about the user who created or modified a SageMaker resource.</p>
6082
- * @public
6083
- */
6084
- CreatedBy?: UserContext | undefined;
6085
- /**
6086
- * <p>Last modified time of the compute allocation configuration.</p>
6087
- * @public
6088
- */
6089
- LastModifiedTime?: Date | undefined;
6090
- /**
6091
- * <p>Information about the user who created or modified a SageMaker resource.</p>
6092
- * @public
6093
- */
6094
- LastModifiedBy?: UserContext | undefined;
6095
- }
6096
- /**
6097
- * @public
6098
- */
6099
- export interface DescribeContextRequest {
6100
- /**
6101
- * <p>The name of the context to describe.</p>
6102
- * @public
6103
- */
6104
- ContextName: string | undefined;
6105
- }
6106
6019
  /**
6107
6020
  * @internal
6108
6021
  */