public static interface UpdateModelPackageRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<UpdateModelPackageRequest.Builder,UpdateModelPackageRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateModelPackageRequest.Builder |
approvalDescription(String approvalDescription)
A description for the approval status of the model.
|
UpdateModelPackageRequest.Builder |
modelApprovalStatus(ModelApprovalStatus modelApprovalStatus)
The approval status of the model.
|
UpdateModelPackageRequest.Builder |
modelApprovalStatus(String modelApprovalStatus)
The approval status of the model.
|
UpdateModelPackageRequest.Builder |
modelPackageArn(String modelPackageArn)
The Amazon Resource Name (ARN) of the model.
|
UpdateModelPackageRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateModelPackageRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateModelPackageRequest.Builder modelPackageArn(String modelPackageArn)
The Amazon Resource Name (ARN) of the model.
modelPackageArn - The Amazon Resource Name (ARN) of the model.UpdateModelPackageRequest.Builder modelApprovalStatus(String modelApprovalStatus)
The approval status of the model.
modelApprovalStatus - The approval status of the model.ModelApprovalStatus,
ModelApprovalStatusUpdateModelPackageRequest.Builder modelApprovalStatus(ModelApprovalStatus modelApprovalStatus)
The approval status of the model.
modelApprovalStatus - The approval status of the model.ModelApprovalStatus,
ModelApprovalStatusUpdateModelPackageRequest.Builder approvalDescription(String approvalDescription)
A description for the approval status of the model.
approvalDescription - A description for the approval status of the model.UpdateModelPackageRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateModelPackageRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.