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 TypeMethodDescriptionmlflowConfig(Consumer<AIMlflowConfig.Builder> mlflowConfig) The MLflow tracking configuration for the job.mlflowConfig(AIMlflowConfig mlflowConfig) The MLflow tracking configuration for the job.modelPackageGroupIdentifier(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.
-
mlflowConfig
The MLflow tracking configuration for the job.
- Parameters:
mlflowConfig- The MLflow tracking configuration for the job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
mlflowConfig
default AIRecommendationOutputResult.Builder mlflowConfig(Consumer<AIMlflowConfig.Builder> mlflowConfig) The MLflow tracking configuration for the job.
This is a convenience method that creates an instance of theAIMlflowConfig.Builderavoiding the need to create one manually viaAIMlflowConfig.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tomlflowConfig(AIMlflowConfig).- Parameters:
mlflowConfig- a consumer that will call methods onAIMlflowConfig.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-