Uses of Class
software.amazon.awssdk.services.sagemaker.model.DeepHealthCheckType
-
Packages that use DeepHealthCheckType Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of DeepHealthCheckType in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return DeepHealthCheckType Modifier and Type Method Description static DeepHealthCheckTypeDeepHealthCheckType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static DeepHealthCheckTypeDeepHealthCheckType. valueOf(String name)Returns the enum constant of this type with the specified name.static DeepHealthCheckType[]DeepHealthCheckType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type DeepHealthCheckType Modifier and Type Method Description static Set<DeepHealthCheckType>DeepHealthCheckType. knownValues()List<DeepHealthCheckType>ClusterInstanceGroupDetails. onStartDeepHealthChecks()A flag indicating whether deep health checks should be performed when the cluster instance group is created or updated.List<DeepHealthCheckType>ClusterInstanceGroupSpecification. onStartDeepHealthChecks()A flag indicating whether deep health checks should be performed when the cluster instance group is created or updated.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type DeepHealthCheckType Modifier and Type Method Description ClusterInstanceGroupDetails.BuilderClusterInstanceGroupDetails.Builder. onStartDeepHealthChecks(DeepHealthCheckType... onStartDeepHealthChecks)A flag indicating whether deep health checks should be performed when the cluster instance group is created or updated.ClusterInstanceGroupSpecification.BuilderClusterInstanceGroupSpecification.Builder. onStartDeepHealthChecks(DeepHealthCheckType... onStartDeepHealthChecks)A flag indicating whether deep health checks should be performed when the cluster instance group is created or updated.Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type DeepHealthCheckType Modifier and Type Method Description ClusterInstanceGroupDetails.BuilderClusterInstanceGroupDetails.Builder. onStartDeepHealthChecks(Collection<DeepHealthCheckType> onStartDeepHealthChecks)A flag indicating whether deep health checks should be performed when the cluster instance group is created or updated.ClusterInstanceGroupSpecification.BuilderClusterInstanceGroupSpecification.Builder. onStartDeepHealthChecks(Collection<DeepHealthCheckType> onStartDeepHealthChecks)A flag indicating whether deep health checks should be performed when the cluster instance group is created or updated.
-