You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(client-sagemaker): Amazon SageMaker Training now provides model training container access for debugging purposes. Amazon SageMaker Search now provides the ability to use visibility conditions to limit resource access to a single domain or multiple domains.
* <p>Configuration for remote debugging for the <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateTrainingJob.html">CreateTrainingJob</a> API. To learn more about the remote
230
+
* debugging functionality of SageMaker, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/train-remote-debugging.html">Access a training container through Amazon Web Services Systems Manager (SSM)
231
+
* for remote debugging</a>.</p>
232
+
*/
233
+
exportinterfaceRemoteDebugConfig{
234
+
/**
235
+
* @public
236
+
* <p>If set to True, enables remote debugging.</p>
237
+
*/
238
+
EnableRemoteDebug?: boolean;
239
+
}
240
+
227
241
/**
228
242
* @public
229
243
* <p>Configuration of storage locations for the Amazon SageMaker Debugger TensorBoard output data.</p>
* <p>Configuration for remote debugging. To learn more about the remote
496
+
* debugging functionality of SageMaker, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/train-remote-debugging.html">Access a training container through Amazon Web Services Systems Manager (SSM)
497
+
* for remote debugging</a>.</p>
498
+
*/
499
+
RemoteDebugConfig?: RemoteDebugConfig;
500
+
479
501
/**
480
502
* @public
481
503
* <p>Contains information about the infrastructure health check configuration for the training job.</p>
* <p>Configuration for remote debugging. To learn more about the remote
954
+
* debugging functionality of SageMaker, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/train-remote-debugging.html">Access a training container through Amazon Web Services Systems Manager (SSM)
955
+
* for remote debugging</a>.</p>
956
+
*/
957
+
RemoteDebugConfig?: RemoteDebugConfig;
958
+
934
959
/**
935
960
* @public
936
961
* <p>Contains information about the infrastructure health check configuration for the training job.</p>
0 commit comments