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.

Specifies which training algorithm to use for training jobs that a hyperparameter tuning job launches and the metrics to monitor.

Inheritance Hierarchy

System.Object
  Amazon.SageMaker.Model.HyperParameterAlgorithmSpecification

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

Syntax

C#
public class HyperParameterAlgorithmSpecification

The HyperParameterAlgorithmSpecification type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property AlgorithmName System.String

Gets and sets the property AlgorithmName.

The name of the resource algorithm to use for the hyperparameter tuning job. If you specify a value for this parameter, do not specify a value for TrainingImage.

Public Property MetricDefinitions System.Collections.Generic.List<Amazon.SageMaker.Model.MetricDefinition>

Gets and sets the property MetricDefinitions.

An array of MetricDefinition objects that specify the metrics that the algorithm emits.

Public Property TrainingImage System.String

Gets and sets the property TrainingImage.

The registry path of the Docker image that contains the training algorithm. For information about Docker registry paths for built-in algorithms, see Algorithms Provided by Amazon SageMaker: Common Parameters. SageMaker supports both registry/repository[:tag] and registry/repository[@digest] image path formats. For more information, see Using Your Own Algorithms with Amazon SageMaker.

Public Property TrainingInputMode Amazon.SageMaker.TrainingInputMode

Gets and sets the property TrainingInputMode.

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