| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
RemoteDebugConfigForUpdate |
RemoteDebugConfigForUpdate.clone() |
RemoteDebugConfigForUpdate |
UpdateTrainingJobRequest.getRemoteDebugConfig()
Configuration for remote debugging while the training job is running.
|
RemoteDebugConfigForUpdate |
RemoteDebugConfigForUpdate.withEnableRemoteDebug(Boolean enableRemoteDebug)
If set to True, enables remote debugging.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateTrainingJobRequest.setRemoteDebugConfig(RemoteDebugConfigForUpdate remoteDebugConfig)
Configuration for remote debugging while the training job is running.
|
UpdateTrainingJobRequest |
UpdateTrainingJobRequest.withRemoteDebugConfig(RemoteDebugConfigForUpdate remoteDebugConfig)
Configuration for remote debugging while the training job is running.
|
Copyright © 2024. All rights reserved.