| Package | Description |
|---|---|
| com.amazonaws.services.neptunedata.model |
| Modifier and Type | Method and Description |
|---|---|
CustomModelTransformParameters |
CustomModelTransformParameters.clone() |
CustomModelTransformParameters |
StartMLModelTransformJobRequest.getCustomModelTransformParameters()
Configuration information for a model transform using a custom model.
|
CustomModelTransformParameters |
CustomModelTransformParameters.withSourceS3DirectoryPath(String sourceS3DirectoryPath)
The path to the Amazon S3 location where the Python module implementing your model is located.
|
CustomModelTransformParameters |
CustomModelTransformParameters.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 |
StartMLModelTransformJobRequest.setCustomModelTransformParameters(CustomModelTransformParameters customModelTransformParameters)
Configuration information for a model transform using a custom model.
|
StartMLModelTransformJobRequest |
StartMLModelTransformJobRequest.withCustomModelTransformParameters(CustomModelTransformParameters customModelTransformParameters)
Configuration information for a model transform using a custom model.
|
Copyright © 2025. All rights reserved.