public static interface DescribeModelCardResponse.Builder extends SageMakerResponse.Builder, SdkPojo, CopyableBuilder<DescribeModelCardResponse.Builder,DescribeModelCardResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeModelCardResponse.Builder |
content(String content)
The content of the model card.
|
default DescribeModelCardResponse.Builder |
createdBy(Consumer<UserContext.Builder> createdBy)
Sets the value of the CreatedBy property for this object.
|
DescribeModelCardResponse.Builder |
createdBy(UserContext createdBy)
Sets the value of the CreatedBy property for this object.
|
DescribeModelCardResponse.Builder |
creationTime(Instant creationTime)
The date and time the model card was created.
|
default DescribeModelCardResponse.Builder |
lastModifiedBy(Consumer<UserContext.Builder> lastModifiedBy)
Sets the value of the LastModifiedBy property for this object.
|
DescribeModelCardResponse.Builder |
lastModifiedBy(UserContext lastModifiedBy)
Sets the value of the LastModifiedBy property for this object.
|
DescribeModelCardResponse.Builder |
lastModifiedTime(Instant lastModifiedTime)
The date and time the model card was last modified.
|
DescribeModelCardResponse.Builder |
modelCardArn(String modelCardArn)
The Amazon Resource Name (ARN) of the model card.
|
DescribeModelCardResponse.Builder |
modelCardName(String modelCardName)
The name of the model card.
|
DescribeModelCardResponse.Builder |
modelCardProcessingStatus(ModelCardProcessingStatus modelCardProcessingStatus)
The processing status of model card deletion.
|
DescribeModelCardResponse.Builder |
modelCardProcessingStatus(String modelCardProcessingStatus)
The processing status of model card deletion.
|
DescribeModelCardResponse.Builder |
modelCardStatus(ModelCardStatus modelCardStatus)
The approval status of the model card within your organization.
|
DescribeModelCardResponse.Builder |
modelCardStatus(String modelCardStatus)
The approval status of the model card within your organization.
|
DescribeModelCardResponse.Builder |
modelCardVersion(Integer modelCardVersion)
The version of the model card.
|
default DescribeModelCardResponse.Builder |
securityConfig(Consumer<ModelCardSecurityConfig.Builder> securityConfig)
The security configuration used to protect model card content.
|
DescribeModelCardResponse.Builder |
securityConfig(ModelCardSecurityConfig securityConfig)
The security configuration used to protect model card content.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeModelCardResponse.Builder modelCardArn(String modelCardArn)
The Amazon Resource Name (ARN) of the model card.
modelCardArn - The Amazon Resource Name (ARN) of the model card.DescribeModelCardResponse.Builder modelCardName(String modelCardName)
The name of the model card.
modelCardName - The name of the model card.DescribeModelCardResponse.Builder modelCardVersion(Integer modelCardVersion)
The version of the model card.
modelCardVersion - The version of the model card.DescribeModelCardResponse.Builder content(String content)
The content of the model card.
content - The content of the model card.DescribeModelCardResponse.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,
ModelCardStatusDescribeModelCardResponse.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,
ModelCardStatusDescribeModelCardResponse.Builder securityConfig(ModelCardSecurityConfig securityConfig)
The security configuration used to protect model card content.
securityConfig - The security configuration used to protect model card content.default DescribeModelCardResponse.Builder securityConfig(Consumer<ModelCardSecurityConfig.Builder> securityConfig)
The security configuration used to protect model card content.
This is a convenience method that creates an instance of theModelCardSecurityConfig.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)DescribeModelCardResponse.Builder creationTime(Instant creationTime)
The date and time the model card was created.
creationTime - The date and time the model card was created.DescribeModelCardResponse.Builder createdBy(UserContext createdBy)
createdBy - The new value for the CreatedBy property for this object.default DescribeModelCardResponse.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)DescribeModelCardResponse.Builder lastModifiedTime(Instant lastModifiedTime)
The date and time the model card was last modified.
lastModifiedTime - The date and time the model card was last modified.DescribeModelCardResponse.Builder lastModifiedBy(UserContext lastModifiedBy)
lastModifiedBy - The new value for the LastModifiedBy property for this object.default DescribeModelCardResponse.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)DescribeModelCardResponse.Builder modelCardProcessingStatus(String modelCardProcessingStatus)
The processing status of model card deletion. The ModelCardProcessingStatus updates throughout
the different deletion steps.
DeletePending: Model card deletion request received.
DeleteInProgress: Model card deletion is in progress.
ContentDeleted: Deleted model card content.
ExportJobsDeleted: Deleted all export jobs associated with the model card.
DeleteCompleted: Successfully deleted the model card.
DeleteFailed: The model card failed to delete.
modelCardProcessingStatus - The processing status of model card deletion. The ModelCardProcessingStatus updates
throughout the different deletion steps.
DeletePending: Model card deletion request received.
DeleteInProgress: Model card deletion is in progress.
ContentDeleted: Deleted model card content.
ExportJobsDeleted: Deleted all export jobs associated with the model card.
DeleteCompleted: Successfully deleted the model card.
DeleteFailed: The model card failed to delete.
ModelCardProcessingStatus,
ModelCardProcessingStatusDescribeModelCardResponse.Builder modelCardProcessingStatus(ModelCardProcessingStatus modelCardProcessingStatus)
The processing status of model card deletion. The ModelCardProcessingStatus updates throughout
the different deletion steps.
DeletePending: Model card deletion request received.
DeleteInProgress: Model card deletion is in progress.
ContentDeleted: Deleted model card content.
ExportJobsDeleted: Deleted all export jobs associated with the model card.
DeleteCompleted: Successfully deleted the model card.
DeleteFailed: The model card failed to delete.
modelCardProcessingStatus - The processing status of model card deletion. The ModelCardProcessingStatus updates
throughout the different deletion steps.
DeletePending: Model card deletion request received.
DeleteInProgress: Model card deletion is in progress.
ContentDeleted: Deleted model card content.
ExportJobsDeleted: Deleted all export jobs associated with the model card.
DeleteCompleted: Successfully deleted the model card.
DeleteFailed: The model card failed to delete.
ModelCardProcessingStatus,
ModelCardProcessingStatusCopyright © 2022. All rights reserved.