DebugHookConfig

Configuration information for the Amazon SageMaker Debugger hook parameters, metric and tensor collections, and storage paths. To learn more about how to configure the DebugHookConfig parameter, see Use the SageMaker and Debugger Configuration API Operations to Create, Update, and Debug Your Training Job.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Configuration information for Amazon SageMaker Debugger tensor collections. To learn more about how to configure the CollectionConfiguration parameter, see Use the SageMaker and Debugger Configuration API Operations to Create, Update, and Debug Your Training Job.

Link copied to clipboard

Configuration information for the Amazon SageMaker Debugger hook parameters.

Link copied to clipboard

Path to local storage location for metrics and tensors. Defaults to /opt/ml/output/tensors/.

Link copied to clipboard

Path to Amazon S3 storage location for metrics and tensors.

Functions

Link copied to clipboard
inline fun copy(block: DebugHookConfig.Builder.() -> Unit = {}): DebugHookConfig
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String