| Package | Description |
|---|---|
| software.amazon.awssdk.services.neptunedata.model |
| Modifier and Type | Method and Description |
|---|---|
static CustomModelTrainingParameters.Builder |
CustomModelTrainingParameters.builder() |
CustomModelTrainingParameters.Builder |
CustomModelTrainingParameters.Builder.sourceS3DirectoryPath(String sourceS3DirectoryPath)
The path to the Amazon S3 location where the Python module implementing your model is located.
|
CustomModelTrainingParameters.Builder |
CustomModelTrainingParameters.toBuilder() |
CustomModelTrainingParameters.Builder |
CustomModelTrainingParameters.Builder.trainingEntryPointScript(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.Builder |
CustomModelTrainingParameters.Builder.transformEntryPointScript(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 |
|---|---|
static Class<? extends CustomModelTrainingParameters.Builder> |
CustomModelTrainingParameters.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default StartMlModelTrainingJobRequest.Builder |
StartMlModelTrainingJobRequest.Builder.customModelTrainingParameters(Consumer<CustomModelTrainingParameters.Builder> customModelTrainingParameters)
The configuration for custom model training.
|
Copyright © 2023. All rights reserved.