Uses of Class
software.amazon.awssdk.services.bedrockruntime.model.Trace
-
Packages that use Trace Package Description software.amazon.awssdk.services.bedrockruntime.model -
-
Uses of Trace in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return Trace Modifier and Type Method Description static TraceTrace. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.TraceInvokeModelRequest. trace()Specifies whether to enable or disable the Bedrock trace.TraceInvokeModelWithResponseStreamRequest. trace()Specifies whether to enable or disable the Bedrock trace.static TraceTrace. valueOf(String name)Returns the enum constant of this type with the specified name.static Trace[]Trace. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.bedrockruntime.model that return types with arguments of type Trace Modifier and Type Method Description static Set<Trace>Trace. knownValues()Methods in software.amazon.awssdk.services.bedrockruntime.model with parameters of type Trace Modifier and Type Method Description InvokeModelRequest.BuilderInvokeModelRequest.Builder. trace(Trace trace)Specifies whether to enable or disable the Bedrock trace.InvokeModelWithResponseStreamRequest.BuilderInvokeModelWithResponseStreamRequest.Builder. trace(Trace trace)Specifies whether to enable or disable the Bedrock trace.
-