Uses of Interface
software.amazon.awssdk.services.sagemaker.model.InfraCheckConfig.Builder
-
Packages that use InfraCheckConfig.Builder Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of InfraCheckConfig.Builder in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return InfraCheckConfig.Builder Modifier and Type Method Description static InfraCheckConfig.BuilderInfraCheckConfig. builder()InfraCheckConfig.BuilderInfraCheckConfig.Builder. enableInfraCheck(Boolean enableInfraCheck)Enables an infrastructure health check.InfraCheckConfig.BuilderInfraCheckConfig. toBuilder()Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type InfraCheckConfig.Builder Modifier and Type Method Description static Class<? extends InfraCheckConfig.Builder>InfraCheckConfig. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type InfraCheckConfig.Builder Modifier and Type Method Description default CreateTrainingJobRequest.BuilderCreateTrainingJobRequest.Builder. infraCheckConfig(Consumer<InfraCheckConfig.Builder> infraCheckConfig)Contains information about the infrastructure health check configuration for the training job.default DescribeTrainingJobResponse.BuilderDescribeTrainingJobResponse.Builder. infraCheckConfig(Consumer<InfraCheckConfig.Builder> infraCheckConfig)Contains information about the infrastructure health check configuration for the training job.
-