| Package | Description |
|---|---|
| com.amazonaws.services.neptunedata.model |
| Modifier and Type | Method and Description |
|---|---|
CustomModelTrainingParameters |
CustomModelTrainingParameters.clone() |
CustomModelTrainingParameters |
StartMLModelTrainingJobRequest.getCustomModelTrainingParameters()
The configuration for custom model training.
|
CustomModelTrainingParameters |
CustomModelTrainingParameters.withSourceS3DirectoryPath(String sourceS3DirectoryPath)
The path to the Amazon S3 location where the Python module implementing your model is located.
|
CustomModelTrainingParameters |
CustomModelTrainingParameters.withTrainingEntryPointScript(String 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.
|
CustomModelTrainingParameters |
CustomModelTrainingParameters.withTransformEntryPointScript(String 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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StartMLModelTrainingJobRequest.setCustomModelTrainingParameters(CustomModelTrainingParameters customModelTrainingParameters)
The configuration for custom model training.
|
StartMLModelTrainingJobRequest |
StartMLModelTrainingJobRequest.withCustomModelTrainingParameters(CustomModelTrainingParameters customModelTrainingParameters)
The configuration for custom model training.
|
Copyright © 2024. All rights reserved.