Interface UpdateModelPackageRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<UpdateModelPackageRequest.Builder,
,UpdateModelPackageRequest> SageMakerRequest.Builder
,SdkBuilder<UpdateModelPackageRequest.Builder,
,UpdateModelPackageRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
UpdateModelPackageRequest
-
Method Summary
Modifier and TypeMethodDescriptionadditionalInferenceSpecificationsToAdd
(Collection<AdditionalInferenceSpecificationDefinition> additionalInferenceSpecificationsToAdd) An array of additional Inference Specification objects to be added to the existing array additional Inference Specification.additionalInferenceSpecificationsToAdd
(Consumer<AdditionalInferenceSpecificationDefinition.Builder>... additionalInferenceSpecificationsToAdd) An array of additional Inference Specification objects to be added to the existing array additional Inference Specification.additionalInferenceSpecificationsToAdd
(AdditionalInferenceSpecificationDefinition... additionalInferenceSpecificationsToAdd) An array of additional Inference Specification objects to be added to the existing array additional Inference Specification.approvalDescription
(String approvalDescription) A description for the approval status of the model.customerMetadataProperties
(Map<String, String> customerMetadataProperties) The metadata properties associated with the model package versions.customerMetadataPropertiesToRemove
(String... customerMetadataPropertiesToRemove) The metadata properties associated with the model package versions to remove.customerMetadataPropertiesToRemove
(Collection<String> customerMetadataPropertiesToRemove) The metadata properties associated with the model package versions to remove.modelApprovalStatus
(String modelApprovalStatus) The approval status of the model.modelApprovalStatus
(ModelApprovalStatus modelApprovalStatus) The approval status of the model.modelPackageArn
(String modelPackageArn) The Amazon Resource Name (ARN) of the model package.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.sagemaker.model.SageMakerRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
modelPackageArn
The Amazon Resource Name (ARN) of the model package.
- Parameters:
modelPackageArn
- The Amazon Resource Name (ARN) of the model package.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
modelApprovalStatus
The approval status of the model.
- Parameters:
modelApprovalStatus
- The approval status of the model.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
modelApprovalStatus
The approval status of the model.
- Parameters:
modelApprovalStatus
- The approval status of the model.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
approvalDescription
A description for the approval status of the model.
- Parameters:
approvalDescription
- A description for the approval status of the model.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
customerMetadataProperties
UpdateModelPackageRequest.Builder customerMetadataProperties(Map<String, String> customerMetadataProperties) The metadata properties associated with the model package versions.
- Parameters:
customerMetadataProperties
- The metadata properties associated with the model package versions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
customerMetadataPropertiesToRemove
UpdateModelPackageRequest.Builder customerMetadataPropertiesToRemove(Collection<String> customerMetadataPropertiesToRemove) The metadata properties associated with the model package versions to remove.
- Parameters:
customerMetadataPropertiesToRemove
- The metadata properties associated with the model package versions to remove.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
customerMetadataPropertiesToRemove
UpdateModelPackageRequest.Builder customerMetadataPropertiesToRemove(String... customerMetadataPropertiesToRemove) The metadata properties associated with the model package versions to remove.
- Parameters:
customerMetadataPropertiesToRemove
- The metadata properties associated with the model package versions to remove.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
additionalInferenceSpecificationsToAdd
UpdateModelPackageRequest.Builder additionalInferenceSpecificationsToAdd(Collection<AdditionalInferenceSpecificationDefinition> additionalInferenceSpecificationsToAdd) An array of additional Inference Specification objects to be added to the existing array additional Inference Specification. Total number of additional Inference Specifications can not exceed 15. Each additional Inference Specification specifies artifacts based on this model package that can be used on inference endpoints. Generally used with SageMaker Neo to store the compiled artifacts.
- Parameters:
additionalInferenceSpecificationsToAdd
- An array of additional Inference Specification objects to be added to the existing array additional Inference Specification. Total number of additional Inference Specifications can not exceed 15. Each additional Inference Specification specifies artifacts based on this model package that can be used on inference endpoints. Generally used with SageMaker Neo to store the compiled artifacts.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
additionalInferenceSpecificationsToAdd
UpdateModelPackageRequest.Builder additionalInferenceSpecificationsToAdd(AdditionalInferenceSpecificationDefinition... additionalInferenceSpecificationsToAdd) An array of additional Inference Specification objects to be added to the existing array additional Inference Specification. Total number of additional Inference Specifications can not exceed 15. Each additional Inference Specification specifies artifacts based on this model package that can be used on inference endpoints. Generally used with SageMaker Neo to store the compiled artifacts.
- Parameters:
additionalInferenceSpecificationsToAdd
- An array of additional Inference Specification objects to be added to the existing array additional Inference Specification. Total number of additional Inference Specifications can not exceed 15. Each additional Inference Specification specifies artifacts based on this model package that can be used on inference endpoints. Generally used with SageMaker Neo to store the compiled artifacts.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
additionalInferenceSpecificationsToAdd
UpdateModelPackageRequest.Builder additionalInferenceSpecificationsToAdd(Consumer<AdditionalInferenceSpecificationDefinition.Builder>... additionalInferenceSpecificationsToAdd) An array of additional Inference Specification objects to be added to the existing array additional Inference Specification. Total number of additional Inference Specifications can not exceed 15. Each additional Inference Specification specifies artifacts based on this model package that can be used on inference endpoints. Generally used with SageMaker Neo to store the compiled artifacts.
This is a convenience method that creates an instance of theAdditionalInferenceSpecificationDefinition.Builder
avoiding the need to create one manually viaAdditionalInferenceSpecificationDefinition.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toadditionalInferenceSpecificationsToAdd(List<AdditionalInferenceSpecificationDefinition>)
.- Parameters:
additionalInferenceSpecificationsToAdd
- a consumer that will call methods onAdditionalInferenceSpecificationDefinition.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
UpdateModelPackageRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
UpdateModelPackageRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-