Uses of Interface
software.amazon.awssdk.services.neptunedata.model.CustomModelTrainingParameters.Builder
-
Packages that use CustomModelTrainingParameters.Builder Package Description software.amazon.awssdk.services.neptunedata.model -
-
Uses of CustomModelTrainingParameters.Builder in software.amazon.awssdk.services.neptunedata.model
Methods in software.amazon.awssdk.services.neptunedata.model that return CustomModelTrainingParameters.Builder Modifier and Type Method Description static CustomModelTrainingParameters.BuilderCustomModelTrainingParameters. builder()CustomModelTrainingParameters.BuilderCustomModelTrainingParameters.Builder. sourceS3DirectoryPath(String sourceS3DirectoryPath)The path to the Amazon S3 location where the Python module implementing your model is located.CustomModelTrainingParameters.BuilderCustomModelTrainingParameters. toBuilder()CustomModelTrainingParameters.BuilderCustomModelTrainingParameters.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.BuilderCustomModelTrainingParameters.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.Methods in software.amazon.awssdk.services.neptunedata.model that return types with arguments of type CustomModelTrainingParameters.Builder Modifier and Type Method Description static Class<? extends CustomModelTrainingParameters.Builder>CustomModelTrainingParameters. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.neptunedata.model with type arguments of type CustomModelTrainingParameters.Builder Modifier and Type Method Description default StartMlModelTrainingJobRequest.BuilderStartMlModelTrainingJobRequest.Builder. customModelTrainingParameters(Consumer<CustomModelTrainingParameters.Builder> customModelTrainingParameters)The configuration for custom model training.
-