@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class InfraCheckConfig extends Object implements Serializable, Cloneable, StructuredPojo
Configuration information for the infrastructure health check of a training job. A SageMaker-provided health check tests the health of instance hardware and cluster network connectivity.
| Constructor and Description | 
|---|
InfraCheckConfig()  | 
| Modifier and Type | Method and Description | 
|---|---|
InfraCheckConfig | 
clone()  | 
boolean | 
equals(Object obj)  | 
Boolean | 
getEnableInfraCheck()
 Enables an infrastructure health check. 
 | 
int | 
hashCode()  | 
Boolean | 
isEnableInfraCheck()
 Enables an infrastructure health check. 
 | 
void | 
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given  
ProtocolMarshaller. | 
void | 
setEnableInfraCheck(Boolean enableInfraCheck)
 Enables an infrastructure health check. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
InfraCheckConfig | 
withEnableInfraCheck(Boolean enableInfraCheck)
 Enables an infrastructure health check. 
 | 
public void setEnableInfraCheck(Boolean enableInfraCheck)
Enables an infrastructure health check.
enableInfraCheck - Enables an infrastructure health check.public Boolean getEnableInfraCheck()
Enables an infrastructure health check.
public InfraCheckConfig withEnableInfraCheck(Boolean enableInfraCheck)
Enables an infrastructure health check.
enableInfraCheck - Enables an infrastructure health check.public Boolean isEnableInfraCheck()
Enables an infrastructure health check.
public String toString()
toString in class ObjectObject.toString()public InfraCheckConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.