UpdateModelPackageRequest.Builder |
UpdateModelPackageRequest.Builder.additionalInferenceSpecificationsToAdd(Collection<AdditionalInferenceSpecificationDefinition> additionalInferenceSpecificationsToAdd) |
An array of additional Inference Specification objects to be added to the existing array additional Inference
Specification.
|
UpdateModelPackageRequest.Builder |
UpdateModelPackageRequest.Builder.additionalInferenceSpecificationsToAdd(Consumer<AdditionalInferenceSpecificationDefinition.Builder>... additionalInferenceSpecificationsToAdd) |
An array of additional Inference Specification objects to be added to the existing array additional Inference
Specification.
|
UpdateModelPackageRequest.Builder |
UpdateModelPackageRequest.Builder.additionalInferenceSpecificationsToAdd(AdditionalInferenceSpecificationDefinition... additionalInferenceSpecificationsToAdd) |
An array of additional Inference Specification objects to be added to the existing array additional Inference
Specification.
|
UpdateModelPackageRequest.Builder |
UpdateModelPackageRequest.Builder.approvalDescription(String approvalDescription) |
A description for the approval status of the model.
|
static UpdateModelPackageRequest.Builder |
UpdateModelPackageRequest.builder() |
|
UpdateModelPackageRequest.Builder |
UpdateModelPackageRequest.Builder.customerMetadataProperties(Map<String,String> customerMetadataProperties) |
The metadata properties associated with the model package versions.
|
UpdateModelPackageRequest.Builder |
UpdateModelPackageRequest.Builder.customerMetadataPropertiesToRemove(String... customerMetadataPropertiesToRemove) |
The metadata properties associated with the model package versions to remove.
|
UpdateModelPackageRequest.Builder |
UpdateModelPackageRequest.Builder.customerMetadataPropertiesToRemove(Collection<String> customerMetadataPropertiesToRemove) |
The metadata properties associated with the model package versions to remove.
|
default UpdateModelPackageRequest.Builder |
UpdateModelPackageRequest.Builder.inferenceSpecification(Consumer<InferenceSpecification.Builder> inferenceSpecification) |
Specifies details about inference jobs that you can run with models based on this model package, including
the following information:
|
UpdateModelPackageRequest.Builder |
UpdateModelPackageRequest.Builder.inferenceSpecification(InferenceSpecification inferenceSpecification) |
Specifies details about inference jobs that you can run with models based on this model package, including
the following information:
|
UpdateModelPackageRequest.Builder |
UpdateModelPackageRequest.Builder.modelApprovalStatus(String modelApprovalStatus) |
The approval status of the model.
|
UpdateModelPackageRequest.Builder |
UpdateModelPackageRequest.Builder.modelApprovalStatus(ModelApprovalStatus modelApprovalStatus) |
The approval status of the model.
|
default UpdateModelPackageRequest.Builder |
UpdateModelPackageRequest.Builder.modelCard(Consumer<ModelPackageModelCard.Builder> modelCard) |
The model card associated with the model package.
|
UpdateModelPackageRequest.Builder |
UpdateModelPackageRequest.Builder.modelCard(ModelPackageModelCard modelCard) |
The model card associated with the model package.
|
UpdateModelPackageRequest.Builder |
UpdateModelPackageRequest.Builder.modelPackageArn(String modelPackageArn) |
The Amazon Resource Name (ARN) of the model package.
|
UpdateModelPackageRequest.Builder |
UpdateModelPackageRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
UpdateModelPackageRequest.Builder |
UpdateModelPackageRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
UpdateModelPackageRequest.Builder |
UpdateModelPackageRequest.Builder.sourceUri(String sourceUri) |
The URI of the source for the model package.
|
UpdateModelPackageRequest.Builder |
UpdateModelPackageRequest.toBuilder() |
|