Uses of Interface
software.amazon.awssdk.services.bedrockagentruntime.model.Metadata.Builder
-
Packages that use Metadata.Builder Package Description software.amazon.awssdk.services.bedrockagentruntime.model -
-
Uses of Metadata.Builder in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return Metadata.Builder Modifier and Type Method Description static Metadata.BuilderMetadata. builder()Metadata.BuilderMetadata.Builder. clientRequestId(String clientRequestId)A unique identifier associated with the downstream invocation.Metadata.BuilderMetadata.Builder. endTime(Instant endTime)In the final response,endTimeis the end time of the agent invocation operation.Metadata.BuilderMetadata.Builder. operationTotalTimeMs(Long operationTotalTimeMs)The total time it took for the agent to complete execution.Metadata.BuilderMetadata.Builder. startTime(Instant startTime)In the final response,startTimeis the start time of the agent invocation operation.Metadata.BuilderMetadata. toBuilder()Metadata.BuilderMetadata.Builder. totalTimeMs(Long totalTimeMs)The total execution time for the specific invocation being processed (model, knowledge base, guardrail, agent collaborator, or code interpreter).default Metadata.BuilderMetadata.Builder. usage(Consumer<Usage.Builder> usage)Specific to model invocation and contains details about the usage of a foundation model.Metadata.BuilderMetadata.Builder. usage(Usage usage)Specific to model invocation and contains details about the usage of a foundation model.Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type Metadata.Builder Modifier and Type Method Description static Class<? extends Metadata.Builder>Metadata. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagentruntime.model with type arguments of type Metadata.Builder Modifier and Type Method Description default ActionGroupInvocationOutput.BuilderActionGroupInvocationOutput.Builder. metadata(Consumer<Metadata.Builder> metadata)Contains information about the action group output.default AgentCollaboratorInvocationOutput.BuilderAgentCollaboratorInvocationOutput.Builder. metadata(Consumer<Metadata.Builder> metadata)Contains information about the output from the agent collaborator.default CodeInterpreterInvocationOutput.BuilderCodeInterpreterInvocationOutput.Builder. metadata(Consumer<Metadata.Builder> metadata)Contains information about the output from the code interpreter.default FailureTrace.BuilderFailureTrace.Builder. metadata(Consumer<Metadata.Builder> metadata)Information about the failure that occurred.default FinalResponse.BuilderFinalResponse.Builder. metadata(Consumer<Metadata.Builder> metadata)Contains information about the invoke agent operation.default GuardrailTrace.BuilderGuardrailTrace.Builder. metadata(Consumer<Metadata.Builder> metadata)Contains information about the Guardrail output.default KnowledgeBaseLookupOutput.BuilderKnowledgeBaseLookupOutput.Builder. metadata(Consumer<Metadata.Builder> metadata)Contains information about the knowledge base output.default OrchestrationModelInvocationOutput.BuilderOrchestrationModelInvocationOutput.Builder. metadata(Consumer<Metadata.Builder> metadata)Contains information about the foundation model output from the orchestration step.default PostProcessingModelInvocationOutput.BuilderPostProcessingModelInvocationOutput.Builder. metadata(Consumer<Metadata.Builder> metadata)Contains information about the foundation model output from the post-processing step.default PreProcessingModelInvocationOutput.BuilderPreProcessingModelInvocationOutput.Builder. metadata(Consumer<Metadata.Builder> metadata)Contains information about the foundation model output from the pre-processing step.default RoutingClassifierModelInvocationOutput.BuilderRoutingClassifierModelInvocationOutput.Builder. metadata(Consumer<Metadata.Builder> metadata)The invocation's metadata.
-