Uses of Interface
software.amazon.awscdk.services.stepfunctions.tasks.CustomModelTag
Packages that use CustomModelTag
Package
Description
Tasks for AWS Step Functions
-
Uses of CustomModelTag in software.amazon.awscdk.services.stepfunctions.tasks
Classes in software.amazon.awscdk.services.stepfunctions.tasks that implement CustomModelTagMethods in software.amazon.awscdk.services.stepfunctions.tasks that return CustomModelTagMethods in software.amazon.awscdk.services.stepfunctions.tasks that return types with arguments of type CustomModelTagModifier and TypeMethodDescriptiondefault List<CustomModelTag>BedrockCreateModelCustomizationJobProps.getCustomModelTags()Tags to attach to the resulting custom model.final List<CustomModelTag>BedrockCreateModelCustomizationJobProps.Jsii$Proxy.getCustomModelTags()default List<CustomModelTag>BedrockCreateModelCustomizationJobProps.getJobTags()Tags to attach to the job.final List<CustomModelTag>BedrockCreateModelCustomizationJobProps.Jsii$Proxy.getJobTags()Method parameters in software.amazon.awscdk.services.stepfunctions.tasks with type arguments of type CustomModelTagModifier and TypeMethodDescriptionBedrockCreateModelCustomizationJob.Builder.customModelTags(List<? extends CustomModelTag> customModelTags) Tags to attach to the resulting custom model.BedrockCreateModelCustomizationJobProps.Builder.customModelTags(List<? extends CustomModelTag> customModelTags) Sets the value ofBedrockCreateModelCustomizationJobProps.getCustomModelTags()BedrockCreateModelCustomizationJob.Builder.jobTags(List<? extends CustomModelTag> jobTags) Tags to attach to the job.BedrockCreateModelCustomizationJobProps.Builder.jobTags(List<? extends CustomModelTag> jobTags) Sets the value ofBedrockCreateModelCustomizationJobProps.getJobTags()