Uses of Enum
software.amazon.awssdk.services.bedrockagent.model.ContentDataSourceType
Packages that use ContentDataSourceType
-
Uses of ContentDataSourceType in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return ContentDataSourceTypeModifier and TypeMethodDescriptionfinal ContentDataSourceTypeDocumentContent.dataSourceType()The type of data source that is connected to the knowledge base to which to ingest this document.final ContentDataSourceTypeDocumentIdentifier.dataSourceType()The type of data source connected to the knowledge base that contains the document.static ContentDataSourceTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.static ContentDataSourceTypeReturns the enum constant of this type with the specified name.static ContentDataSourceType[]ContentDataSourceType.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 ContentDataSourceTypeModifier and TypeMethodDescriptionstatic Set<ContentDataSourceType>ContentDataSourceType.knownValues()Methods in software.amazon.awssdk.services.bedrockagent.model with parameters of type ContentDataSourceTypeModifier and TypeMethodDescriptionDocumentContent.Builder.dataSourceType(ContentDataSourceType dataSourceType) The type of data source that is connected to the knowledge base to which to ingest this document.DocumentIdentifier.Builder.dataSourceType(ContentDataSourceType dataSourceType) The type of data source connected to the knowledge base that contains the document.