Class OutputConfig
Configuration to store results generated by agent.
Inherited Members
Namespace: Oci.GenerativeaiagentService.Models
Assembly: OCI.DotNetSDK.Generativeaiagent.dll
Syntax
public class OutputConfig
Properties
OutputLocation
Declaration
[Required(ErrorMessage = "OutputLocation is required.")]
[JsonProperty(PropertyName = "outputLocation")]
public OutputLocation OutputLocation { get; set; }
Property Value
Type | Description |
---|---|
OutputLocation |
Remarks
Required
RetentionPeriodInMinutes
Declaration
[JsonProperty(PropertyName = "retentionPeriodInMinutes")]
public int? RetentionPeriodInMinutes { get; set; }
Property Value
Type | Description |
---|---|
int? | Retention duration of the output data. |