Uses of Enum
software.amazon.awssdk.services.bedrockagent.model.MetadataValueType
Packages that use MetadataValueType
-
Uses of MetadataValueType in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return MetadataValueTypeModifier and TypeMethodDescriptionstatic MetadataValueTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.final MetadataValueTypeMetadataAttributeValue.type()The type of the metadata attribute.static MetadataValueTypeReturns the enum constant of this type with the specified name.static MetadataValueType[]MetadataValueType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type MetadataValueTypeMethods in software.amazon.awssdk.services.bedrockagent.model with parameters of type MetadataValueTypeModifier and TypeMethodDescriptionMetadataAttributeValue.Builder.type(MetadataValueType type) The type of the metadata attribute.