Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.Metadata
-
Packages that use Metadata Package Description software.amazon.awssdk.services.bedrockagentruntime.model -
-
Uses of Metadata in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return Metadata Modifier and Type Method Description MetadataActionGroupInvocationOutput. metadata()Contains information about the action group output.MetadataAgentCollaboratorInvocationOutput. metadata()Contains information about the output from the agent collaborator.MetadataCodeInterpreterInvocationOutput. metadata()Contains information about the output from the code interpreter.MetadataFailureTrace. metadata()Information about the failure that occurred.MetadataFinalResponse. metadata()Contains information about the invoke agent operation.MetadataGuardrailTrace. metadata()Contains information about the Guardrail output.MetadataKnowledgeBaseLookupOutput. metadata()Contains information about the knowledge base output.MetadataOrchestrationModelInvocationOutput. metadata()Contains information about the foundation model output from the orchestration step.MetadataPostProcessingModelInvocationOutput. metadata()Contains information about the foundation model output from the post-processing step.MetadataPreProcessingModelInvocationOutput. metadata()Contains information about the foundation model output from the pre-processing step.MetadataRoutingClassifierModelInvocationOutput. metadata()The invocation's metadata.Methods in software.amazon.awssdk.services.bedrockagentruntime.model with parameters of type Metadata Modifier and Type Method Description ActionGroupInvocationOutput.BuilderActionGroupInvocationOutput.Builder. metadata(Metadata metadata)Contains information about the action group output.AgentCollaboratorInvocationOutput.BuilderAgentCollaboratorInvocationOutput.Builder. metadata(Metadata metadata)Contains information about the output from the agent collaborator.CodeInterpreterInvocationOutput.BuilderCodeInterpreterInvocationOutput.Builder. metadata(Metadata metadata)Contains information about the output from the code interpreter.FailureTrace.BuilderFailureTrace.Builder. metadata(Metadata metadata)Information about the failure that occurred.FinalResponse.BuilderFinalResponse.Builder. metadata(Metadata metadata)Contains information about the invoke agent operation.GuardrailTrace.BuilderGuardrailTrace.Builder. metadata(Metadata metadata)Contains information about the Guardrail output.KnowledgeBaseLookupOutput.BuilderKnowledgeBaseLookupOutput.Builder. metadata(Metadata metadata)Contains information about the knowledge base output.OrchestrationModelInvocationOutput.BuilderOrchestrationModelInvocationOutput.Builder. metadata(Metadata metadata)Contains information about the foundation model output from the orchestration step.PostProcessingModelInvocationOutput.BuilderPostProcessingModelInvocationOutput.Builder. metadata(Metadata metadata)Contains information about the foundation model output from the post-processing step.PreProcessingModelInvocationOutput.BuilderPreProcessingModelInvocationOutput.Builder. metadata(Metadata metadata)Contains information about the foundation model output from the pre-processing step.RoutingClassifierModelInvocationOutput.BuilderRoutingClassifierModelInvocationOutput.Builder. metadata(Metadata metadata)The invocation's metadata.
-