Interface AIRecommendationOutputConfig.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AIRecommendationOutputConfig.Builder,,AIRecommendationOutputConfig> SdkBuilder<AIRecommendationOutputConfig.Builder,,AIRecommendationOutputConfig> SdkPojo
- Enclosing class:
AIRecommendationOutputConfig
@Mutable
@NotThreadSafe
public static interface AIRecommendationOutputConfig.Builder
extends SdkPojo, CopyableBuilder<AIRecommendationOutputConfig.Builder,AIRecommendationOutputConfig>
-
Method Summary
Modifier and TypeMethodDescriptionmodelPackageGroupIdentifier(String modelPackageGroupIdentifier) The name or Amazon Resource Name (ARN) of the model package group where the optimized model is registered as a new model package version.s3OutputLocation(String s3OutputLocation) The Amazon S3 URI where recommendation results are stored.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, sdkFieldNameToField, sdkFields
-
Method Details
-
s3OutputLocation
The Amazon S3 URI where recommendation results are stored.
- Parameters:
s3OutputLocation- The Amazon S3 URI where recommendation results are stored.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
modelPackageGroupIdentifier
AIRecommendationOutputConfig.Builder modelPackageGroupIdentifier(String modelPackageGroupIdentifier) The name or Amazon Resource Name (ARN) of the model package group where the optimized model is registered as a new model package version.
- Parameters:
modelPackageGroupIdentifier- The name or Amazon Resource Name (ARN) of the model package group where the optimized model is registered as a new model package version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-