public static interface CustomModelTransformParameters.Builder extends SdkPojo, CopyableBuilder<CustomModelTransformParameters.Builder,CustomModelTransformParameters>
| Modifier and Type | Method and Description |
|---|---|
CustomModelTransformParameters.Builder |
sourceS3DirectoryPath(String sourceS3DirectoryPath)
The path to the Amazon S3 location where the Python module implementing your model is located.
|
CustomModelTransformParameters.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.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCustomModelTransformParameters.Builder sourceS3DirectoryPath(String 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.
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.CustomModelTransformParameters.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. It
should be able to run with no command-line arguments. The default is transform.py.
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.Copyright © 2023. All rights reserved.