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