RefreshScheduleOnCreateDetails¶
-
class
oci.generative_ai.models.RefreshScheduleOnCreateDetails(**kwargs)¶ Bases:
oci.generative_ai.models.refresh_schedule_details.RefreshScheduleDetailsOnly trigger the enrichment at the creation time.
Attributes
TYPE_INTERVALstr(object=’’) -> str TYPE_NONEstr(object=’’) -> str TYPE_ON_CREATEstr(object=’’) -> str type[Required] Gets the type of this RefreshScheduleDetails. Methods
__init__(**kwargs)Initializes a new RefreshScheduleOnCreateDetails 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. -
TYPE_INTERVAL= 'INTERVAL'¶
-
TYPE_NONE= 'NONE'¶
-
TYPE_ON_CREATE= 'ON_CREATE'¶
-
__init__(**kwargs)¶ Initializes a new RefreshScheduleOnCreateDetails object with values from keyword arguments. The default value of the
typeattribute of this class isON_CREATEand it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class):Parameters: type (str) – The value to assign to the type property of this RefreshScheduleOnCreateDetails. Allowed values for this property are: “INTERVAL”, “ON_CREATE”, “NONE”
-
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.
-
type¶ [Required] Gets the type of this RefreshScheduleDetails. Specifies the type of refresh schedule.
Allowed values for this property are: “INTERVAL”, “ON_CREATE”, “NONE”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The type of this RefreshScheduleDetails. Return type: str
-