GenericJobRunUseCaseConfigurationDetails

class oci.data_science.models.GenericJobRunUseCaseConfigurationDetails(**kwargs)

Bases: oci.data_science.models.job_run_use_case_configuration_details.JobRunUseCaseConfigurationDetails

The evaluation use-case configuration.

Attributes

USE_CASE_TYPE_GENERIC str(object=’’) -> str
additional_configurations Gets the additional_configurations of this GenericJobRunUseCaseConfigurationDetails.
use_case_type [Required] Gets the use_case_type of this JobRunUseCaseConfigurationDetails.

Methods

__init__(**kwargs) Initializes a new GenericJobRunUseCaseConfigurationDetails 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.
USE_CASE_TYPE_GENERIC = 'GENERIC'
__init__(**kwargs)

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

Parameters:
  • use_case_type (str) – The value to assign to the use_case_type property of this GenericJobRunUseCaseConfigurationDetails. Allowed values for this property are: “GENERIC”
  • additional_configurations (dict(str, str)) – The value to assign to the additional_configurations property of this GenericJobRunUseCaseConfigurationDetails.
additional_configurations

Gets the additional_configurations of this GenericJobRunUseCaseConfigurationDetails. The additional configurations

Returns:The additional_configurations of this GenericJobRunUseCaseConfigurationDetails.
Return type:dict(str, 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.

use_case_type

[Required] Gets the use_case_type of this JobRunUseCaseConfigurationDetails. The job-run use-case.

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

Returns:The use_case_type of this JobRunUseCaseConfigurationDetails.
Return type:str