Class StaticContent
Static predicted output content, such as the content of a text file that is being regenerated.
Inherited Members
Namespace: Oci.GenerativeaiinferenceService.Models
Assembly: OCI.DotNetSDK.Generativeaiinference.dll
Syntax
public class StaticContent : Prediction
Properties
Content
Declaration
[JsonProperty(PropertyName = "content")]
public List<TextContent> Content { get; set; }
Property Value
Type | Description |
---|---|
List<TextContent> | The content that should be matched when generating a model response. If generated tokens would match this content, the entire model response can be returned much more quickly. |