Dataset

class oci.ai_vision.models.Dataset(**kwargs)

Bases: object

The base entity which is the input for creating and training a model.

Attributes

DATASET_TYPE_DATA_SCIENCE_LABELING A constant which can be used with the dataset_type property of a Dataset.
DATASET_TYPE_OBJECT_STORAGE A constant which can be used with the dataset_type property of a Dataset.
dataset_type [Required] Gets the dataset_type of this Dataset.

Methods

__init__(**kwargs) Initializes a new Dataset 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.
DATASET_TYPE_DATA_SCIENCE_LABELING = 'DATA_SCIENCE_LABELING'

A constant which can be used with the dataset_type property of a Dataset. This constant has a value of “DATA_SCIENCE_LABELING”

DATASET_TYPE_OBJECT_STORAGE = 'OBJECT_STORAGE'

A constant which can be used with the dataset_type property of a Dataset. This constant has a value of “OBJECT_STORAGE”

__init__(**kwargs)

Initializes a new Dataset object with values from keyword arguments. This class has the following subclasses and if you are using this class as input to a service operations then you should favor using a subclass over the base class:

The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:dataset_type (str) – The value to assign to the dataset_type property of this Dataset. Allowed values for this property are: “DATA_SCIENCE_LABELING”, “OBJECT_STORAGE”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
dataset_type

[Required] Gets the dataset_type of this Dataset. The dataset type, based on where it is stored.

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

Returns:The dataset_type of this Dataset.
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.