GuardrailVersionCollection¶
-
class
oci.generative_ai_inference.models.GuardrailVersionCollection(**kwargs)¶ Bases:
objectThe response containing a list of guardrail system versions.
Methods
__init__(**kwargs)Initializes a new GuardrailVersionCollection object with values from keyword arguments. Attributes
items[Required] Gets the items of this GuardrailVersionCollection. -
__init__(**kwargs)¶ Initializes a new GuardrailVersionCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: items (list[oci.generative_ai_inference.models.GuardrailVersionSummary]) – The value to assign to the items property of this GuardrailVersionCollection.
-
items¶ [Required] Gets the items of this GuardrailVersionCollection. The list of guardrail system versions.
Returns: The items of this GuardrailVersionCollection. Return type: list[oci.generative_ai_inference.models.GuardrailVersionSummary]
-