Uses of Class
software.amazon.awssdk.services.sagemaker.model.BatchDeleteClusterNodesError
-
Packages that use BatchDeleteClusterNodesError Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of BatchDeleteClusterNodesError in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type BatchDeleteClusterNodesError Modifier and Type Method Description List<BatchDeleteClusterNodesError>BatchDeleteClusterNodesResponse. failed()A list of errors encountered when deleting the specified nodes.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type BatchDeleteClusterNodesError Modifier and Type Method Description BatchDeleteClusterNodesResponse.BuilderBatchDeleteClusterNodesResponse.Builder. failed(BatchDeleteClusterNodesError... failed)A list of errors encountered when deleting the specified nodes.Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type BatchDeleteClusterNodesError Modifier and Type Method Description BatchDeleteClusterNodesResponse.BuilderBatchDeleteClusterNodesResponse.Builder. failed(Collection<BatchDeleteClusterNodesError> failed)A list of errors encountered when deleting the specified nodes.
-