static DescribeModelCardResponse.Builder |
DescribeModelCardResponse.builder() |
|
DescribeModelCardResponse.Builder |
DescribeModelCardResponse.Builder.content(String content) |
The content of the model card.
|
default DescribeModelCardResponse.Builder |
DescribeModelCardResponse.Builder.createdBy(Consumer<UserContext.Builder> createdBy) |
Sets the value of the CreatedBy property for this object.
|
DescribeModelCardResponse.Builder |
DescribeModelCardResponse.Builder.createdBy(UserContext createdBy) |
Sets the value of the CreatedBy property for this object.
|
DescribeModelCardResponse.Builder |
DescribeModelCardResponse.Builder.creationTime(Instant creationTime) |
The date and time the model card was created.
|
default DescribeModelCardResponse.Builder |
DescribeModelCardResponse.Builder.lastModifiedBy(Consumer<UserContext.Builder> lastModifiedBy) |
Sets the value of the LastModifiedBy property for this object.
|
DescribeModelCardResponse.Builder |
DescribeModelCardResponse.Builder.lastModifiedBy(UserContext lastModifiedBy) |
Sets the value of the LastModifiedBy property for this object.
|
DescribeModelCardResponse.Builder |
DescribeModelCardResponse.Builder.lastModifiedTime(Instant lastModifiedTime) |
The date and time the model card was last modified.
|
DescribeModelCardResponse.Builder |
DescribeModelCardResponse.Builder.modelCardArn(String modelCardArn) |
The Amazon Resource Name (ARN) of the model card.
|
DescribeModelCardResponse.Builder |
DescribeModelCardResponse.Builder.modelCardName(String modelCardName) |
The name of the model card.
|
DescribeModelCardResponse.Builder |
DescribeModelCardResponse.Builder.modelCardProcessingStatus(String modelCardProcessingStatus) |
The processing status of model card deletion.
|
DescribeModelCardResponse.Builder |
DescribeModelCardResponse.Builder.modelCardProcessingStatus(ModelCardProcessingStatus modelCardProcessingStatus) |
The processing status of model card deletion.
|
DescribeModelCardResponse.Builder |
DescribeModelCardResponse.Builder.modelCardStatus(String modelCardStatus) |
The approval status of the model card within your organization.
|
DescribeModelCardResponse.Builder |
DescribeModelCardResponse.Builder.modelCardStatus(ModelCardStatus modelCardStatus) |
The approval status of the model card within your organization.
|
DescribeModelCardResponse.Builder |
DescribeModelCardResponse.Builder.modelCardVersion(Integer modelCardVersion) |
The version of the model card.
|
default DescribeModelCardResponse.Builder |
DescribeModelCardResponse.Builder.securityConfig(Consumer<ModelCardSecurityConfig.Builder> securityConfig) |
The security configuration used to protect model card content.
|
DescribeModelCardResponse.Builder |
DescribeModelCardResponse.Builder.securityConfig(ModelCardSecurityConfig securityConfig) |
The security configuration used to protect model card content.
|
DescribeModelCardResponse.Builder |
DescribeModelCardResponse.toBuilder() |
|