Uses of Class
software.amazon.awssdk.services.lexmodelsv2.model.BedrockTraceStatus
-
Packages that use BedrockTraceStatus Package Description software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of BedrockTraceStatus in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return BedrockTraceStatus Modifier and Type Method Description static BedrockTraceStatusBedrockTraceStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.BedrockTraceStatusBedrockModelSpecification. traceStatus()The Bedrock trace status in the Bedrock model specification details.static BedrockTraceStatusBedrockTraceStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static BedrockTraceStatus[]BedrockTraceStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.lexmodelsv2.model that return types with arguments of type BedrockTraceStatus Modifier and Type Method Description static Set<BedrockTraceStatus>BedrockTraceStatus. knownValues()Methods in software.amazon.awssdk.services.lexmodelsv2.model with parameters of type BedrockTraceStatus Modifier and Type Method Description BedrockModelSpecification.BuilderBedrockModelSpecification.Builder. traceStatus(BedrockTraceStatus traceStatus)The Bedrock trace status in the Bedrock model specification details.
-