FunctionTaskDetailsResponse

class oci.sch.models.FunctionTaskDetailsResponse(**kwargs)

Bases: oci.sch.models.task_details_response.TaskDetailsResponse

The Functions task. Batch input for a function can be limited by either size or time. The first limit reached determines the boundary of the batch. For configuration instructions, see Creating a Connector.

Attributes

KIND_FUNCTION str(object=’’) -> str
KIND_LOG_RULE str(object=’’) -> str
batch_size_in_kbs Gets the batch_size_in_kbs of this FunctionTaskDetailsResponse.
batch_time_in_sec Gets the batch_time_in_sec of this FunctionTaskDetailsResponse.
function_id [Required] Gets the function_id of this FunctionTaskDetailsResponse.
kind [Required] Gets the kind of this TaskDetailsResponse.
private_endpoint_metadata Gets the private_endpoint_metadata of this TaskDetailsResponse.

Methods

__init__(**kwargs) Initializes a new FunctionTaskDetailsResponse 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.
KIND_FUNCTION = 'function'
KIND_LOG_RULE = 'logRule'
__init__(**kwargs)

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

Parameters:
  • private_endpoint_metadata (oci.sch.models.PrivateEndpointMetadata) – The value to assign to the private_endpoint_metadata property of this FunctionTaskDetailsResponse.
  • kind (str) – The value to assign to the kind property of this FunctionTaskDetailsResponse. Allowed values for this property are: “function”, “logRule”
  • function_id (str) – The value to assign to the function_id property of this FunctionTaskDetailsResponse.
  • batch_size_in_kbs (int) – The value to assign to the batch_size_in_kbs property of this FunctionTaskDetailsResponse.
  • batch_time_in_sec (int) – The value to assign to the batch_time_in_sec property of this FunctionTaskDetailsResponse.
batch_size_in_kbs

Gets the batch_size_in_kbs of this FunctionTaskDetailsResponse. Size limit (kilobytes) for batch sent to invoke the function.

Returns:The batch_size_in_kbs of this FunctionTaskDetailsResponse.
Return type:int
batch_time_in_sec

Gets the batch_time_in_sec of this FunctionTaskDetailsResponse. Time limit (seconds) for batch sent to invoke the function.

Returns:The batch_time_in_sec of this FunctionTaskDetailsResponse.
Return type:int
function_id

[Required] Gets the function_id of this FunctionTaskDetailsResponse. The OCID of the function to be used as a task.

Returns:The function_id of this FunctionTaskDetailsResponse.
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.

kind

[Required] Gets the kind of this TaskDetailsResponse. The type discriminator.

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

Returns:The kind of this TaskDetailsResponse.
Return type:str
private_endpoint_metadata

Gets the private_endpoint_metadata of this TaskDetailsResponse.

Returns:The private_endpoint_metadata of this TaskDetailsResponse.
Return type:oci.sch.models.PrivateEndpointMetadata