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.

Contains custom model training parameters. See Custom models in Neptune ML.

Inheritance Hierarchy

System.Object
  Amazon.Neptunedata.Model.CustomModelTrainingParameters

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

Syntax

C#
public class CustomModelTrainingParameters

The CustomModelTrainingParameters type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property SourceS3DirectoryPath System.String

Gets and sets the property SourceS3DirectoryPath.

The path to the Amazon S3 location where the Python module implementing your model is located. This must point to a valid existing Amazon S3 location that contains, at a minimum, a training script, a transform script, and a model-hpo-configuration.json file.

Public Property TrainingEntryPointScript System.String

Gets and sets the property TrainingEntryPointScript.

The name of the entry point in your module of a script that performs model training and takes hyperparameters as command-line arguments, including fixed hyperparameters. The default is training.py.

Public Property TransformEntryPointScript System.String

Gets and sets the property TransformEntryPointScript.

The name of the entry point in your module of a script that should be run after the best model from the hyperparameter search has been identified, to compute the model artifacts necessary for model deployment. It should be able to run with no command-line arguments.The default is transform.py.

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