Class InfraCheckConfig
- java.lang.Object
-
- software.amazon.awssdk.services.sagemaker.model.InfraCheckConfig
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<InfraCheckConfig.Builder,InfraCheckConfig>
@Generated("software.amazon.awssdk:codegen") public final class InfraCheckConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<InfraCheckConfig.Builder,InfraCheckConfig>
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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceInfraCheckConfig.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static InfraCheckConfig.Builderbuilder()BooleanenableInfraCheck()Enables an infrastructure health check.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends InfraCheckConfig.Builder>serializableBuilderClass()InfraCheckConfig.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
enableInfraCheck
public final Boolean enableInfraCheck()
Enables an infrastructure health check.
- Returns:
- Enables an infrastructure health check.
-
toBuilder
public InfraCheckConfig.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<InfraCheckConfig.Builder,InfraCheckConfig>
-
builder
public static InfraCheckConfig.Builder builder()
-
serializableBuilderClass
public static Class<? extends InfraCheckConfig.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-