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 profiling rules.

Inheritance Hierarchy

System.Object
  Amazon.SageMaker.Model.ProfilerRuleConfiguration

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

Syntax

C#
public class ProfilerRuleConfiguration

The ProfilerRuleConfiguration type exposes the following members

Constructors

NameDescription
Public Method ProfilerRuleConfiguration()

Properties

NameTypeDescription
Public Property InstanceType Amazon.SageMaker.ProcessingInstanceType

Gets and sets the property InstanceType.

The instance type to deploy a custom rule for profiling a training job.

Public Property LocalPath System.String

Gets and sets the property LocalPath.

Path to local storage location for output of rules. Defaults to /opt/ml/processing/output/rule/.

Public Property RuleConfigurationName System.String

Gets and sets the property RuleConfigurationName.

The name of the rule configuration. It must be unique relative to other rule configuration names.

Public Property RuleEvaluatorImage System.String

Gets and sets the property RuleEvaluatorImage.

The Amazon Elastic Container Registry Image for the managed rule evaluation.

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

Gets and sets the property RuleParameters.

Runtime configuration for rule container.

Public Property S3OutputPath System.String

Gets and sets the property S3OutputPath.

Path to Amazon S3 storage location for rules.

Public Property VolumeSizeInGB System.Int32

Gets and sets the property VolumeSizeInGB.

The size, in GB, of the ML storage volume attached to the processing instance.

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