Uses of Class
software.amazon.awssdk.services.bedrockagentcore.model.HarnessSkill
Packages that use HarnessSkill
-
Uses of HarnessSkill in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return HarnessSkillModifier and TypeMethodDescriptionstatic HarnessSkillHarnessSkill.fromGit(Consumer<HarnessSkillGitSource.Builder> git) Create an instance of this class withgit()initialized to the given value.static HarnessSkillHarnessSkill.fromGit(HarnessSkillGitSource git) Create an instance of this class withgit()initialized to the given value.static HarnessSkillCreate an instance of this class withpath()initialized to the given value.static HarnessSkillHarnessSkill.fromS3(Consumer<HarnessSkillS3Source.Builder> s3) Create an instance of this class withs3()initialized to the given value.static HarnessSkillHarnessSkill.fromS3(HarnessSkillS3Source s3) Create an instance of this class withs3()initialized to the given value.Methods in software.amazon.awssdk.services.bedrockagentcore.model that return types with arguments of type HarnessSkillModifier and TypeMethodDescriptionfinal List<HarnessSkill>InvokeHarnessRequest.skills()The skills available to the agent for this invocation.Methods in software.amazon.awssdk.services.bedrockagentcore.model with parameters of type HarnessSkillModifier and TypeMethodDescriptionInvokeHarnessRequest.Builder.skills(HarnessSkill... skills) The skills available to the agent for this invocation.Method parameters in software.amazon.awssdk.services.bedrockagentcore.model with type arguments of type HarnessSkillModifier and TypeMethodDescriptionInvokeHarnessRequest.Builder.skills(Collection<HarnessSkill> skills) The skills available to the agent for this invocation.