CustomModelTransformParameters - Neptune Data API
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

CustomModelTransformParameters

Contains custom model transform parameters. See Use a trained model to generate new model artifacts.

Contents

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.

Type: String

Required: Yes

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.

Type: String

Required: No

See Also

For more information about using this API in one of the language-specific Amazon SDKs, see the following: