SqlResultFiles¶
-
class
oci.generative_ai_agent_runtime.models.SqlResultFiles(**kwargs)¶ Bases:
objectSpecifies file locations for SQL result data.
Methods
__init__(**kwargs)Initializes a new SqlResultFiles object with values from keyword arguments. Attributes
data_fileGets the data_file of this SqlResultFiles. status_fileGets the status_file of this SqlResultFiles. -
__init__(**kwargs)¶ Initializes a new SqlResultFiles object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - status_file (str) – The value to assign to the status_file property of this SqlResultFiles.
- data_file (str) – The value to assign to the data_file property of this SqlResultFiles.
-
data_file¶ Gets the data_file of this SqlResultFiles. Specifies the path or URL to the full SQL result data.
Returns: The data_file of this SqlResultFiles. Return type: str
-
status_file¶ Gets the status_file of this SqlResultFiles. Specifies the path or URL to status metadata.
Returns: The status_file of this SqlResultFiles. Return type: str
-