Uses of Class
software.amazon.awssdk.services.sagemaker.model.InfraCheckConfig
-
Packages that use InfraCheckConfig Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of InfraCheckConfig in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return InfraCheckConfig Modifier and Type Method Description InfraCheckConfigCreateTrainingJobRequest. infraCheckConfig()Contains information about the infrastructure health check configuration for the training job.InfraCheckConfigDescribeTrainingJobResponse. infraCheckConfig()Contains information about the infrastructure health check configuration for the training job.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type InfraCheckConfig Modifier and Type Method Description CreateTrainingJobRequest.BuilderCreateTrainingJobRequest.Builder. infraCheckConfig(InfraCheckConfig infraCheckConfig)Contains information about the infrastructure health check configuration for the training job.DescribeTrainingJobResponse.BuilderDescribeTrainingJobResponse.Builder. infraCheckConfig(InfraCheckConfig infraCheckConfig)Contains information about the infrastructure health check configuration for the training job.
-