AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

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.

Inheritance Hierarchy

System.Object
  Amazon.SageMaker.Model.DebugHookConfig

Namespace: Amazon.SageMaker.Model
Assembly: AWSSDK.SageMaker.dll
Version: 3.x.y.z

Syntax

C#
public class DebugHookConfig

The DebugHookConfig type exposes the following members

Constructors

NameDescription
Public Method DebugHookConfig()

Properties

NameTypeDescription
Public Property CollectionConfigurations System.Collections.Generic.List<Amazon.SageMaker.Model.CollectionConfiguration>

Gets and sets the property CollectionConfigurations.

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.

Public Property HookParameters System.Collections.Generic.Dictionary<System.String, System.String>

Gets and sets the property HookParameters.

Configuration information for the Amazon SageMaker Debugger hook parameters.

Public Property LocalPath System.String

Gets and sets the property LocalPath.

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

Public Property S3OutputPath System.String

Gets and sets the property S3OutputPath.

Path to Amazon S3 storage location for metrics and tensors.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5