Class CustomModelTransformParameters
- java.lang.Object
-
- software.amazon.awssdk.services.neptunedata.model.CustomModelTransformParameters
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<CustomModelTransformParameters.Builder,CustomModelTransformParameters>
@Generated("software.amazon.awssdk:codegen") public final class CustomModelTransformParameters extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CustomModelTransformParameters.Builder,CustomModelTransformParameters>
Contains custom model transform parameters. See Use a trained model to generate new model artifacts.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCustomModelTransformParameters.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CustomModelTransformParameters.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends CustomModelTransformParameters.Builder>serializableBuilderClass()StringsourceS3DirectoryPath()The path to the Amazon S3 location where the Python module implementing your model is located.CustomModelTransformParameters.BuildertoBuilder()StringtoString()Returns a string representation of this object.StringtransformEntryPointScript()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 inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
sourceS3DirectoryPath
public final 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.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.
-
transformEntryPointScript
public final 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.- 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.
-
toBuilder
public CustomModelTransformParameters.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<CustomModelTransformParameters.Builder,CustomModelTransformParameters>
-
builder
public static CustomModelTransformParameters.Builder builder()
-
serializableBuilderClass
public static Class<? extends CustomModelTransformParameters.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-