Interface UpdateModelCardRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- CopyableBuilder<UpdateModelCardRequest.Builder,,- UpdateModelCardRequest> - SageMakerRequest.Builder,- SdkBuilder<UpdateModelCardRequest.Builder,,- UpdateModelCardRequest> - SdkPojo,- SdkRequest.Builder
- Enclosing class:
- UpdateModelCardRequest
- 
Method SummaryModifier and TypeMethodDescriptionThe updated model card content.modelCardName(String modelCardName) The name or Amazon Resource Name (ARN) of the model card to update.modelCardStatus(String modelCardStatus) The approval status of the model card within your organization.modelCardStatus(ModelCardStatus modelCardStatus) The approval status of the model card within your organization.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.sagemaker.model.SageMakerRequest.BuilderbuildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
modelCardNameThe name or Amazon Resource Name (ARN) of the model card to update. - Parameters:
- modelCardName- The name or Amazon Resource Name (ARN) of the model card to update.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
contentThe updated model card content. Content must be in model card JSON schema and provided as a string. When updating model card content, be sure to include the full content and not just updated content. - Parameters:
- content- The updated model card content. Content must be in model card JSON schema and provided as a string.- When updating model card content, be sure to include the full content and not just updated content. 
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
modelCardStatusThe 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.
 - Parameters:
- 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.
 
- 
        
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
 
- 
modelCardStatusThe 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.
 - Parameters:
- 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.
 
- 
        
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
 
- 
overrideConfigurationUpdateModelCardRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationUpdateModelCardRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-