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.

Defines a training job and a batch transform job that SageMaker runs to validate your algorithm.

The data provided in the validation profile is made available to your buyers on Amazon Web Services Marketplace.

Inheritance Hierarchy

System.Object
  Amazon.SageMaker.Model.AlgorithmValidationProfile

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

Syntax

C#
public class AlgorithmValidationProfile

The AlgorithmValidationProfile type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property ProfileName System.String

Gets and sets the property ProfileName.

The name of the profile for the algorithm. The name must have 1 to 63 characters. Valid characters are a-z, A-Z, 0-9, and - (hyphen).

Public Property TrainingJobDefinition Amazon.SageMaker.Model.TrainingJobDefinition

Gets and sets the property TrainingJobDefinition.

The TrainingJobDefinition object that describes the training job that SageMaker runs to validate your algorithm.

Public Property TransformJobDefinition Amazon.SageMaker.Model.TransformJobDefinition

Gets and sets the property TransformJobDefinition.

The TransformJobDefinition object that describes the transform job that SageMaker runs to validate your algorithm.

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