Package | Description |
---|---|
com.oracle.bmc.generativeaiinference.model |
Modifier and Type | Method and Description |
---|---|
static SummarizeTextDetails.Extractiveness |
SummarizeTextDetails.Extractiveness.create(String key) |
SummarizeTextDetails.Extractiveness |
SummarizeTextDetails.getExtractiveness()
Controls how close to the original text the summary is.
|
static SummarizeTextDetails.Extractiveness |
SummarizeTextDetails.Extractiveness.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SummarizeTextDetails.Extractiveness[] |
SummarizeTextDetails.Extractiveness.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.extractiveness(SummarizeTextDetails.Extractiveness extractiveness)
Controls how close to the original text the summary is.
|
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.