OutputConfig¶
-
class
oci.generative_ai_agent.models.
OutputConfig
(**kwargs)¶ Bases:
object
Configuration to store results generated by agent.
Methods
__init__
(**kwargs)Initializes a new OutputConfig object with values from keyword arguments. Attributes
output_location
[Required] Gets the output_location of this OutputConfig. retention_period_in_minutes
Gets the retention_period_in_minutes of this OutputConfig. -
__init__
(**kwargs)¶ Initializes a new OutputConfig object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - output_location (oci.generative_ai_agent.models.OutputLocation) – The value to assign to the output_location property of this OutputConfig.
- retention_period_in_minutes (int) – The value to assign to the retention_period_in_minutes property of this OutputConfig.
-
output_location
¶ [Required] Gets the output_location of this OutputConfig.
Returns: The output_location of this OutputConfig. Return type: oci.generative_ai_agent.models.OutputLocation
-
retention_period_in_minutes
¶ Gets the retention_period_in_minutes of this OutputConfig. Retention duration of the output data.
Returns: The retention_period_in_minutes of this OutputConfig. Return type: int
-