Package | Description |
---|---|
com.oracle.bmc.generativeaiinference.model |
Modifier and Type | Method and Description |
---|---|
static SummarizeTextDetails.Format |
SummarizeTextDetails.Format.create(String key) |
SummarizeTextDetails.Format |
SummarizeTextDetails.getFormat()
Indicates the style in which the summary will be delivered - in a free form paragraph or in
bullet points.
|
static SummarizeTextDetails.Format |
SummarizeTextDetails.Format.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SummarizeTextDetails.Format[] |
SummarizeTextDetails.Format.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
SummarizeTextDetails.Builder |
SummarizeTextDetails.Builder.format(SummarizeTextDetails.Format format)
Indicates the style in which the summary will be delivered - in a free form paragraph or
in bullet points.
|
Constructor and Description |
---|
SummarizeTextDetails(String input,
ServingMode servingMode,
String compartmentId,
Boolean isEcho,
Double temperature,
String additionalCommand,
SummarizeTextDetails.Length length,
SummarizeTextDetails.Format format,
SummarizeTextDetails.Extractiveness extractiveness)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.