Class CustomModelTrainingParameters
- All Implemented Interfaces:
- Serializable,- SdkPojo,- ToCopyableBuilder<CustomModelTrainingParameters.Builder,- CustomModelTrainingParameters> 
Contains custom model training parameters. See Custom models in Neptune ML.
- See Also:
- 
Nested Class SummaryNested Classes
- 
Method SummaryModifier and TypeMethodDescriptionbuilder()final booleanfinal booleanequalsBySdkFields(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) final inthashCode()static Class<? extends CustomModelTrainingParameters.Builder> final StringThe path to the Amazon S3 location where the Python module implementing your model is located.Take this object and create a builder that contains all of the current property values of this object.final StringtoString()Returns a string representation of this object.final StringThe 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.final StringThe 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 inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuildercopy
- 
Method Details- 
sourceS3DirectoryPathThe 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.jsonfile.- Returns:
- 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.jsonfile.
 
- 
trainingEntryPointScriptThe 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. The default is training.py.- Returns:
- 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. The default is
         training.py.
 
- 
transformEntryPointScriptThe 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.- Returns:
- 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.
 
- 
toBuilderDescription copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
- toBuilderin interface- ToCopyableBuilder<CustomModelTrainingParameters.Builder,- CustomModelTrainingParameters> 
- Returns:
- a builder for type T
 
- 
builder
- 
serializableBuilderClass
- 
hashCode
- 
equals
- 
equalsBySdkFieldsDescription copied from interface:SdkPojoIndicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojoclass, and is generated based on a service model.If an SdkPojoclass does not have any inherited fields,equalsBySdkFieldsandequalsare essentially the same.- Specified by:
- equalsBySdkFieldsin interface- SdkPojo
- Parameters:
- obj- the object to be compared with
- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
 
- 
toString
- 
getValueForField
- 
sdkFields
- 
sdkFieldNameToField- Specified by:
- sdkFieldNameToFieldin interface- SdkPojo
- Returns:
- The mapping between the field name and its corresponding field.
 
 
-