Package | Description |
---|---|
com.oracle.bmc.generativeaiinference.model |
Modifier and Type | Method and Description |
---|---|
static Citation.Builder |
Citation.builder()
Create a new builder.
|
Citation.Builder |
Citation.Builder.copy(Citation model) |
Citation.Builder |
Citation.Builder.documentIds(List<String> documentIds)
Identifiers for the documents cited in the current generated response.
|
Citation.Builder |
Citation.Builder.end(Integer end)
Counting from zero, the index of the text that the citation ends after.
|
Citation.Builder |
Citation.Builder.start(Integer start)
Counting from zero, the index of the text where the citation starts.
|
Citation.Builder |
Citation.Builder.text(String text)
The text of the citation.
|
Citation.Builder |
Citation.toBuilder() |
Copyright © 2016–2024. All rights reserved.