Class: Aws::SageMaker::Types::InfraCheckConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::InfraCheckConfig
- Defined in:
- gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
Overview
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.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#enable_infra_check ⇒ Boolean
Enables an infrastructure health check.
Instance Attribute Details
#enable_infra_check ⇒ Boolean
Enables an infrastructure health check.
24874 24875 24876 24877 24878 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 24874 class InfraCheckConfig < Struct.new( :enable_infra_check) SENSITIVE = [] include Aws::Structure end |