static ModelCard.Builder |
ModelCard.builder() |
|
ModelCard.Builder |
ModelCard.Builder.content(String content) |
The content of the model card.
|
default ModelCard.Builder |
ModelCard.Builder.createdBy(Consumer<UserContext.Builder> createdBy) |
Sets the value of the CreatedBy property for this object.
|
ModelCard.Builder |
ModelCard.Builder.createdBy(UserContext createdBy) |
Sets the value of the CreatedBy property for this object.
|
ModelCard.Builder |
ModelCard.Builder.creationTime(Instant creationTime) |
The date and time that the model card was created.
|
default ModelCard.Builder |
ModelCard.Builder.lastModifiedBy(Consumer<UserContext.Builder> lastModifiedBy) |
Sets the value of the LastModifiedBy property for this object.
|
ModelCard.Builder |
ModelCard.Builder.lastModifiedBy(UserContext lastModifiedBy) |
Sets the value of the LastModifiedBy property for this object.
|
ModelCard.Builder |
ModelCard.Builder.lastModifiedTime(Instant lastModifiedTime) |
The date and time that the model card was last modified.
|
ModelCard.Builder |
ModelCard.Builder.modelCardArn(String modelCardArn) |
The Amazon Resource Name (ARN) of the model card.
|
ModelCard.Builder |
ModelCard.Builder.modelCardName(String modelCardName) |
The unique name of the model card.
|
ModelCard.Builder |
ModelCard.Builder.modelCardStatus(String modelCardStatus) |
The approval status of the model card within your organization.
|
ModelCard.Builder |
ModelCard.Builder.modelCardStatus(ModelCardStatus modelCardStatus) |
The approval status of the model card within your organization.
|
ModelCard.Builder |
ModelCard.Builder.modelCardVersion(Integer modelCardVersion) |
The version of the model card.
|
ModelCard.Builder |
ModelCard.Builder.modelId(String modelId) |
The unique name (ID) of the model.
|
ModelCard.Builder |
ModelCard.Builder.modelPackageGroupName(String modelPackageGroupName) |
The model package group that contains the model package.
|
ModelCard.Builder |
ModelCard.Builder.riskRating(String riskRating) |
The risk rating of the model.
|
default ModelCard.Builder |
ModelCard.Builder.securityConfig(Consumer<ModelCardSecurityConfig.Builder> securityConfig) |
The security configuration used to protect model card data.
|
ModelCard.Builder |
ModelCard.Builder.securityConfig(ModelCardSecurityConfig securityConfig) |
The security configuration used to protect model card data.
|
ModelCard.Builder |
ModelCard.Builder.tags(Collection<Tag> tags) |
Key-value pairs used to manage metadata for the model card.
|
ModelCard.Builder |
ModelCard.Builder.tags(Consumer<Tag.Builder>... tags) |
Key-value pairs used to manage metadata for the model card.
|
ModelCard.Builder |
ModelCard.Builder.tags(Tag... tags) |
Key-value pairs used to manage metadata for the model card.
|
ModelCard.Builder |
ModelCard.toBuilder() |
|