Uses of Class
software.amazon.awssdk.services.bedrock.model.InvocationLogSource
-
Packages that use InvocationLogSource Package Description software.amazon.awssdk.services.bedrock.model -
-
Uses of InvocationLogSource in software.amazon.awssdk.services.bedrock.model
Methods in software.amazon.awssdk.services.bedrock.model that return InvocationLogSource Modifier and Type Method Description static InvocationLogSourceInvocationLogSource. fromS3Uri(String s3Uri)Create an instance of this class withs3Uri()initialized to the given value.InvocationLogSourceInvocationLogsConfig. invocationLogSource()The source of the invocation logs.Methods in software.amazon.awssdk.services.bedrock.model with parameters of type InvocationLogSource Modifier and Type Method Description InvocationLogsConfig.BuilderInvocationLogsConfig.Builder. invocationLogSource(InvocationLogSource invocationLogSource)The source of the invocation logs.
-