ApiSchemaInlineInputLocation

class oci.generative_ai_agent.models.ApiSchemaInlineInputLocation(**kwargs)

Bases: oci.generative_ai_agent.models.api_schema_input_location.ApiSchemaInputLocation

The details of inline input of Api schema.

Attributes

API_SCHEMA_INPUT_LOCATION_TYPE_INLINE str(object=’’) -> str
API_SCHEMA_INPUT_LOCATION_TYPE_OBJECT_STORAGE_LOCATION str(object=’’) -> str
api_schema_input_location_type [Required] Gets the api_schema_input_location_type of this ApiSchemaInputLocation.
content [Required] Gets the content of this ApiSchemaInlineInputLocation.

Methods

__init__(**kwargs) Initializes a new ApiSchemaInlineInputLocation object with values from keyword arguments.
get_subtype(object_dictionary) Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.
API_SCHEMA_INPUT_LOCATION_TYPE_INLINE = 'INLINE'
API_SCHEMA_INPUT_LOCATION_TYPE_OBJECT_STORAGE_LOCATION = 'OBJECT_STORAGE_LOCATION'
__init__(**kwargs)

Initializes a new ApiSchemaInlineInputLocation object with values from keyword arguments. The default value of the api_schema_input_location_type attribute of this class is INLINE and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • api_schema_input_location_type (str) – The value to assign to the api_schema_input_location_type property of this ApiSchemaInlineInputLocation. Allowed values for this property are: “INLINE”, “OBJECT_STORAGE_LOCATION”
  • content (str) – The value to assign to the content property of this ApiSchemaInlineInputLocation.
api_schema_input_location_type

[Required] Gets the api_schema_input_location_type of this ApiSchemaInputLocation. Type of Api Schema InputLocation. The allowed values are: - INLINE: The Api schema input location is inline. - OBJECT_STORAGE_LOCATION: The Api schema input location is object storage.

Allowed values for this property are: “INLINE”, “OBJECT_STORAGE_LOCATION”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The api_schema_input_location_type of this ApiSchemaInputLocation.
Return type:str
content

[Required] Gets the content of this ApiSchemaInlineInputLocation. Inline content as input.

Returns:The content of this ApiSchemaInlineInputLocation.
Return type:str
static get_subtype(object_dictionary)

Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.