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 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.Methods in software.amazon.awssdk.services.bedrockagentruntime.model with parameters of type Metadata Modifier and Type Method Description 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.
-