Interface ModelPackageConfig.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ModelPackageConfig.Builder,,ModelPackageConfig> SdkBuilder<ModelPackageConfig.Builder,,ModelPackageConfig> SdkPojo
- Enclosing class:
ModelPackageConfig
@Mutable
@NotThreadSafe
public static interface ModelPackageConfig.Builder
extends SdkPojo, CopyableBuilder<ModelPackageConfig.Builder,ModelPackageConfig>
-
Method Summary
Modifier and TypeMethodDescriptionmodelPackageGroupArn(String modelPackageGroupArn) The Amazon Resource Name (ARN) of the model package group of output model package.sourceModelPackageArn(String sourceModelPackageArn) The Amazon Resource Name (ARN) of the source model package used for continued fine-tuning and custom model evaluation.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
-
modelPackageGroupArn
The Amazon Resource Name (ARN) of the model package group of output model package.
- Parameters:
modelPackageGroupArn- The Amazon Resource Name (ARN) of the model package group of output model package.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sourceModelPackageArn
The Amazon Resource Name (ARN) of the source model package used for continued fine-tuning and custom model evaluation.
- Parameters:
sourceModelPackageArn- The Amazon Resource Name (ARN) of the source model package used for continued fine-tuning and custom model evaluation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-