public static interface ModelPackageValidationProfile.Builder extends SdkPojo, CopyableBuilder<ModelPackageValidationProfile.Builder,ModelPackageValidationProfile>
| Modifier and Type | Method and Description |
|---|---|
ModelPackageValidationProfile.Builder |
profileName(String profileName)
The name of the profile for the model package.
|
default ModelPackageValidationProfile.Builder |
transformJobDefinition(Consumer<TransformJobDefinition.Builder> transformJobDefinition)
The
TransformJobDefinition object that describes the transform job used for the validation of
the model package. |
ModelPackageValidationProfile.Builder |
transformJobDefinition(TransformJobDefinition transformJobDefinition)
The
TransformJobDefinition object that describes the transform job used for the validation of
the model package. |
copyapplyMutation, buildModelPackageValidationProfile.Builder profileName(String profileName)
The name of the profile for the model package.
profileName - The name of the profile for the model package.ModelPackageValidationProfile.Builder transformJobDefinition(TransformJobDefinition transformJobDefinition)
The TransformJobDefinition object that describes the transform job used for the validation of
the model package.
transformJobDefinition - The TransformJobDefinition object that describes the transform job used for the
validation of the model package.default ModelPackageValidationProfile.Builder transformJobDefinition(Consumer<TransformJobDefinition.Builder> transformJobDefinition)
The TransformJobDefinition object that describes the transform job used for the validation of
the model package.
TransformJobDefinition.Builder avoiding the
need to create one manually via TransformJobDefinition.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to transformJobDefinition(TransformJobDefinition).transformJobDefinition - a consumer that will call methods on TransformJobDefinition.BuildertransformJobDefinition(TransformJobDefinition)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.