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 transform parameters. See Use a trained model to generate new model artifacts.

Inheritance Hierarchy

System.Object
  Amazon.Neptunedata.Model.CustomModelTransformParameters

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

Syntax

C#
public class CustomModelTransformParameters

The CustomModelTransformParameters 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 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