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