Package | Description |
---|---|
com.oracle.bmc.generativeaiinference.model |
Modifier and Type | Method and Description |
---|---|
static SummarizeTextDetails.Length |
SummarizeTextDetails.Length.create(String key) |
SummarizeTextDetails.Length |
SummarizeTextDetails.getLength()
Indicates the approximate length of the summary.
|
static SummarizeTextDetails.Length |
SummarizeTextDetails.Length.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SummarizeTextDetails.Length[] |
SummarizeTextDetails.Length.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.length(SummarizeTextDetails.Length length)
Indicates the approximate length of the summary.
|
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.