public static interface CreateModelCardRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<CreateModelCardRequest.Builder,CreateModelCardRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateModelCardRequest.Builder |
content(String content)
The content of the model card.
|
CreateModelCardRequest.Builder |
modelCardName(String modelCardName)
The unique name of the model card.
|
CreateModelCardRequest.Builder |
modelCardStatus(ModelCardStatus modelCardStatus)
The approval status of the model card within your organization.
|
CreateModelCardRequest.Builder |
modelCardStatus(String modelCardStatus)
The approval status of the model card within your organization.
|
CreateModelCardRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateModelCardRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default CreateModelCardRequest.Builder |
securityConfig(Consumer<ModelCardSecurityConfig.Builder> securityConfig)
An optional Key Management Service key to encrypt, decrypt, and re-encrypt model card content for regulated
workloads with highly sensitive data.
|
CreateModelCardRequest.Builder |
securityConfig(ModelCardSecurityConfig securityConfig)
An optional Key Management Service key to encrypt, decrypt, and re-encrypt model card content for regulated
workloads with highly sensitive data.
|
CreateModelCardRequest.Builder |
tags(Collection<Tag> tags)
Key-value pairs used to manage metadata for model cards.
|
CreateModelCardRequest.Builder |
tags(Consumer<Tag.Builder>... tags)
Key-value pairs used to manage metadata for model cards.
|
CreateModelCardRequest.Builder |
tags(Tag... tags)
Key-value pairs used to manage metadata for model cards.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateModelCardRequest.Builder modelCardName(String modelCardName)
The unique name of the model card.
modelCardName - The unique name of the model card.CreateModelCardRequest.Builder securityConfig(ModelCardSecurityConfig securityConfig)
An optional Key Management Service key to encrypt, decrypt, and re-encrypt model card content for regulated workloads with highly sensitive data.
securityConfig - An optional Key Management Service key to encrypt, decrypt, and re-encrypt model card content for
regulated workloads with highly sensitive data.default CreateModelCardRequest.Builder securityConfig(Consumer<ModelCardSecurityConfig.Builder> securityConfig)
An optional Key Management Service key to encrypt, decrypt, and re-encrypt model card content for regulated workloads with highly sensitive data.
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)CreateModelCardRequest.Builder content(String content)
The content of the model card. Content must be in model card JSON schema and provided as a string.
content - The content of the model card. Content must be in model card
JSON schema and provided as a string.CreateModelCardRequest.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,
ModelCardStatusCreateModelCardRequest.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,
ModelCardStatusCreateModelCardRequest.Builder tags(Collection<Tag> tags)
Key-value pairs used to manage metadata for model cards.
tags - Key-value pairs used to manage metadata for model cards.CreateModelCardRequest.Builder tags(Tag... tags)
Key-value pairs used to manage metadata for model cards.
tags - Key-value pairs used to manage metadata for model cards.CreateModelCardRequest.Builder tags(Consumer<Tag.Builder>... tags)
Key-value pairs used to manage metadata for model cards.
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) CreateModelCardRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateModelCardRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.