@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RemoteDebugConfig extends Object implements Serializable, Cloneable, StructuredPojo
Configuration for remote debugging for the CreateTrainingJob API. To learn more about the remote debugging functionality of SageMaker, see Access a training container through Amazon Web Services Systems Manager (SSM) for remote debugging.
Constructor and Description |
---|
RemoteDebugConfig() |
Modifier and Type | Method and Description |
---|---|
RemoteDebugConfig |
clone() |
boolean |
equals(Object obj) |
Boolean |
getEnableRemoteDebug()
If set to True, enables remote debugging.
|
int |
hashCode() |
Boolean |
isEnableRemoteDebug()
If set to True, enables remote debugging.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setEnableRemoteDebug(Boolean enableRemoteDebug)
If set to True, enables remote debugging.
|
String |
toString()
Returns a string representation of this object.
|
RemoteDebugConfig |
withEnableRemoteDebug(Boolean enableRemoteDebug)
If set to True, enables remote debugging.
|
public void setEnableRemoteDebug(Boolean enableRemoteDebug)
If set to True, enables remote debugging.
enableRemoteDebug
- If set to True, enables remote debugging.public Boolean getEnableRemoteDebug()
If set to True, enables remote debugging.
public RemoteDebugConfig withEnableRemoteDebug(Boolean enableRemoteDebug)
If set to True, enables remote debugging.
enableRemoteDebug
- If set to True, enables remote debugging.public Boolean isEnableRemoteDebug()
If set to True, enables remote debugging.
public String toString()
toString
in class Object
Object.toString()
public RemoteDebugConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.