| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
InfraCheckConfig |
InfraCheckConfig.clone() |
InfraCheckConfig |
CreateTrainingJobRequest.getInfraCheckConfig()
Contains information about the infrastructure health check configuration for the training job.
|
InfraCheckConfig |
DescribeTrainingJobResult.getInfraCheckConfig()
Contains information about the infrastructure health check configuration for the training job.
|
InfraCheckConfig |
InfraCheckConfig.withEnableInfraCheck(Boolean enableInfraCheck)
Enables an infrastructure health check.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateTrainingJobRequest.setInfraCheckConfig(InfraCheckConfig infraCheckConfig)
Contains information about the infrastructure health check configuration for the training job.
|
void |
DescribeTrainingJobResult.setInfraCheckConfig(InfraCheckConfig infraCheckConfig)
Contains information about the infrastructure health check configuration for the training job.
|
CreateTrainingJobRequest |
CreateTrainingJobRequest.withInfraCheckConfig(InfraCheckConfig infraCheckConfig)
Contains information about the infrastructure health check configuration for the training job.
|
DescribeTrainingJobResult |
DescribeTrainingJobResult.withInfraCheckConfig(InfraCheckConfig infraCheckConfig)
Contains information about the infrastructure health check configuration for the training job.
|
Copyright © 2024. All rights reserved.