Package

com.amazonaws.services.sagemaker.sparksdk

exceptions

Permalink

package exceptions

Visibility
  1. Public
  2. All

Type Members

  1. case class SageMakerResourceCleanupException(message: String, cause: Throwable, createdResources: CreatedResources) extends RuntimeException with Product with Serializable

    Permalink

    Thrown if any failures occur during resource cleanup of SageMaker entities created from operations of the SageMakerEstimator and SageMakerModel.

    Thrown if any failures occur during resource cleanup of SageMaker entities created from operations of the SageMakerEstimator and SageMakerModel.

    message

    Message describing the failure details.

    cause

    Original throwable from the underlying failure.

    createdResources

    References to any resources created by the SageMakerEstimator or SageMakerModel. SageMakerResourceCleanup can be used to retry clean up.

  2. case class SageMakerSparkSDKException(message: String, cause: Throwable, createdResources: CreatedResources) extends RuntimeException with Product with Serializable

    Permalink

    Thrown if any failures occur during the creation or use of a SageMakerEstimator or SageMakerModel.

    Thrown if any failures occur during the creation or use of a SageMakerEstimator or SageMakerModel.

    message

    Message describing the failure details.

    cause

    Original throwable from the underlying failure.

    createdResources

    References to any resources created by the SageMakerEstimator or SageMakerModel. SageMakerResourceCleanup can be used to clean these up.

Ungrouped