public static interface ModelDashboardModelCard.Builder extends SdkPojo, CopyableBuilder<ModelDashboardModelCard.Builder,ModelDashboardModelCard>
| Modifier and Type | Method and Description |
|---|---|
default ModelDashboardModelCard.Builder |
createdBy(Consumer<UserContext.Builder> createdBy)
Sets the value of the CreatedBy property for this object.
|
ModelDashboardModelCard.Builder |
createdBy(UserContext createdBy)
Sets the value of the CreatedBy property for this object.
|
ModelDashboardModelCard.Builder |
creationTime(Instant creationTime)
A timestamp that indicates when the model card was created.
|
default ModelDashboardModelCard.Builder |
lastModifiedBy(Consumer<UserContext.Builder> lastModifiedBy)
Sets the value of the LastModifiedBy property for this object.
|
ModelDashboardModelCard.Builder |
lastModifiedBy(UserContext lastModifiedBy)
Sets the value of the LastModifiedBy property for this object.
|
ModelDashboardModelCard.Builder |
lastModifiedTime(Instant lastModifiedTime)
A timestamp that indicates when the model card was last updated.
|
ModelDashboardModelCard.Builder |
modelCardArn(String modelCardArn)
The Amazon Resource Name (ARN) for a model card.
|
ModelDashboardModelCard.Builder |
modelCardName(String modelCardName)
The name of a model card.
|
ModelDashboardModelCard.Builder |
modelCardStatus(ModelCardStatus modelCardStatus)
The model card status.
|
ModelDashboardModelCard.Builder |
modelCardStatus(String modelCardStatus)
The model card status.
|
ModelDashboardModelCard.Builder |
modelCardVersion(Integer modelCardVersion)
The model card version.
|
ModelDashboardModelCard.Builder |
modelId(String modelId)
For models created in SageMaker, this is the model ARN.
|
ModelDashboardModelCard.Builder |
riskRating(String riskRating)
A model card's risk rating.
|
default ModelDashboardModelCard.Builder |
securityConfig(Consumer<ModelCardSecurityConfig.Builder> securityConfig)
The KMS Key ID (
KMSKeyId) for encryption of model card information. |
ModelDashboardModelCard.Builder |
securityConfig(ModelCardSecurityConfig securityConfig)
The KMS Key ID (
KMSKeyId) for encryption of model card information. |
ModelDashboardModelCard.Builder |
tags(Collection<Tag> tags)
The tags associated with a model card.
|
ModelDashboardModelCard.Builder |
tags(Consumer<Tag.Builder>... tags)
The tags associated with a model card.
|
ModelDashboardModelCard.Builder |
tags(Tag... tags)
The tags associated with a model card.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildModelDashboardModelCard.Builder modelCardArn(String modelCardArn)
The Amazon Resource Name (ARN) for a model card.
modelCardArn - The Amazon Resource Name (ARN) for a model card.ModelDashboardModelCard.Builder modelCardName(String modelCardName)
The name of a model card.
modelCardName - The name of a model card.ModelDashboardModelCard.Builder modelCardVersion(Integer modelCardVersion)
The model card version.
modelCardVersion - The model card version.ModelDashboardModelCard.Builder modelCardStatus(String modelCardStatus)
The model card status.
modelCardStatus - The model card status.ModelCardStatus,
ModelCardStatusModelDashboardModelCard.Builder modelCardStatus(ModelCardStatus modelCardStatus)
The model card status.
modelCardStatus - The model card status.ModelCardStatus,
ModelCardStatusModelDashboardModelCard.Builder securityConfig(ModelCardSecurityConfig securityConfig)
The KMS Key ID (KMSKeyId) for encryption of model card information.
securityConfig - The KMS Key ID (KMSKeyId) for encryption of model card information.default ModelDashboardModelCard.Builder securityConfig(Consumer<ModelCardSecurityConfig.Builder> securityConfig)
The KMS Key ID (KMSKeyId) for encryption of model card information.
ModelCardSecurityConfig.Builder avoiding
the need to create one manually via ModelCardSecurityConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to securityConfig(ModelCardSecurityConfig).
securityConfig - a consumer that will call methods on ModelCardSecurityConfig.BuildersecurityConfig(ModelCardSecurityConfig)ModelDashboardModelCard.Builder creationTime(Instant creationTime)
A timestamp that indicates when the model card was created.
creationTime - A timestamp that indicates when the model card was created.ModelDashboardModelCard.Builder createdBy(UserContext createdBy)
createdBy - The new value for the CreatedBy property for this object.default ModelDashboardModelCard.Builder createdBy(Consumer<UserContext.Builder> createdBy)
UserContext.Builder avoiding the need to
create one manually via UserContext.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to createdBy(UserContext).
createdBy - a consumer that will call methods on UserContext.BuildercreatedBy(UserContext)ModelDashboardModelCard.Builder lastModifiedTime(Instant lastModifiedTime)
A timestamp that indicates when the model card was last updated.
lastModifiedTime - A timestamp that indicates when the model card was last updated.ModelDashboardModelCard.Builder lastModifiedBy(UserContext lastModifiedBy)
lastModifiedBy - The new value for the LastModifiedBy property for this object.default ModelDashboardModelCard.Builder lastModifiedBy(Consumer<UserContext.Builder> lastModifiedBy)
UserContext.Builder avoiding the need to
create one manually via UserContext.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to lastModifiedBy(UserContext).
lastModifiedBy - a consumer that will call methods on UserContext.BuilderlastModifiedBy(UserContext)ModelDashboardModelCard.Builder tags(Collection<Tag> tags)
The tags associated with a model card.
tags - The tags associated with a model card.ModelDashboardModelCard.Builder tags(Tag... tags)
The tags associated with a model card.
tags - The tags associated with a model card.ModelDashboardModelCard.Builder tags(Consumer<Tag.Builder>... tags)
The tags associated with a model card.
This is a convenience method that creates an instance of theTag.Builder avoiding the need to create one manually
via Tag.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #tags(List.
tags - a consumer that will call methods on
Tag.Builder#tags(java.util.Collection) ModelDashboardModelCard.Builder modelId(String modelId)
For models created in SageMaker, this is the model ARN. For models created outside of SageMaker, this is a user-customized string.
modelId - For models created in SageMaker, this is the model ARN. For models created outside of SageMaker, this
is a user-customized string.ModelDashboardModelCard.Builder riskRating(String riskRating)
A model card's risk rating. Can be low, medium, or high.
riskRating - A model card's risk rating. Can be low, medium, or high.Copyright © 2023. All rights reserved.