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.
Namespace: Amazon.Neptunedata.Model
Assembly: AWSSDK.Neptunedata.dll
Version: 3.x.y.z
public class CustomModelTrainingParameters
The CustomModelTrainingParameters type exposes the following members
| Name | Description | |
|---|---|---|
|
CustomModelTrainingParameters() |
| Name | Type | Description | |
|---|---|---|---|
|
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 |
|
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 |
|
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 |
.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