SchemaItem

class oci.generative_ai.models.SchemaItem(**kwargs)

Bases: object

Represents a database schema identified by name. This is the simplest schema definition and includes only schema name now. Additional configuration options may be supported in extended forms later.

Methods

__init__(**kwargs) Initializes a new SchemaItem object with values from keyword arguments.

Attributes

name [Required] Gets the name of this SchemaItem.
__init__(**kwargs)

Initializes a new SchemaItem object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:name (str) – The value to assign to the name property of this SchemaItem.
name

[Required] Gets the name of this SchemaItem.

Returns:The name of this SchemaItem.
Return type:str