Interface EvaluationOutputDataConfig.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<EvaluationOutputDataConfig.Builder,,EvaluationOutputDataConfig> SdkBuilder<EvaluationOutputDataConfig.Builder,,EvaluationOutputDataConfig> SdkPojo
- Enclosing class:
EvaluationOutputDataConfig
public static interface EvaluationOutputDataConfig.Builder
extends SdkPojo, CopyableBuilder<EvaluationOutputDataConfig.Builder,EvaluationOutputDataConfig>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon S3 URI where the results of model evaluation job are saved.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
s3Uri
The Amazon S3 URI where the results of model evaluation job are saved.
- Parameters:
s3Uri- The Amazon S3 URI where the results of model evaluation job are saved.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-