public static interface UpdateModelCardRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<UpdateModelCardRequest.Builder,UpdateModelCardRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateModelCardRequest.Builder |
content(String content)
The updated model card content.
|
UpdateModelCardRequest.Builder |
modelCardName(String modelCardName)
The name of the model card to update.
|
UpdateModelCardRequest.Builder |
modelCardStatus(ModelCardStatus modelCardStatus)
The approval status of the model card within your organization.
|
UpdateModelCardRequest.Builder |
modelCardStatus(String modelCardStatus)
The approval status of the model card within your organization.
|
UpdateModelCardRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateModelCardRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateModelCardRequest.Builder modelCardName(String modelCardName)
The name of the model card to update.
modelCardName - The name of the model card to update.UpdateModelCardRequest.Builder content(String content)
The updated model card content. Content must be in model card JSON schema and provided as a string.
When updating model card content, be sure to include the full content and not just updated content.
content - The updated model card content. Content must be in model card
JSON schema and provided as a string.
When updating model card content, be sure to include the full content and not just updated content.
UpdateModelCardRequest.Builder modelCardStatus(String modelCardStatus)
The approval status of the model card within your organization. Different organizations might have different criteria for model card review and approval.
Draft: The model card is a work in progress.
PendingReview: The model card is pending review.
Approved: The model card is approved.
Archived: The model card is archived. No more updates should be made to the model card, but it
can still be exported.
modelCardStatus - The approval status of the model card within your organization. Different organizations might have
different criteria for model card review and approval.
Draft: The model card is a work in progress.
PendingReview: The model card is pending review.
Approved: The model card is approved.
Archived: The model card is archived. No more updates should be made to the model card,
but it can still be exported.
ModelCardStatus,
ModelCardStatusUpdateModelCardRequest.Builder modelCardStatus(ModelCardStatus modelCardStatus)
The approval status of the model card within your organization. Different organizations might have different criteria for model card review and approval.
Draft: The model card is a work in progress.
PendingReview: The model card is pending review.
Approved: The model card is approved.
Archived: The model card is archived. No more updates should be made to the model card, but it
can still be exported.
modelCardStatus - The approval status of the model card within your organization. Different organizations might have
different criteria for model card review and approval.
Draft: The model card is a work in progress.
PendingReview: The model card is pending review.
Approved: The model card is approved.
Archived: The model card is archived. No more updates should be made to the model card,
but it can still be exported.
ModelCardStatus,
ModelCardStatusUpdateModelCardRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateModelCardRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.