PredictionUri

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

Bases: object

Prediction URI per use-case.

Methods

__init__(**kwargs) Initializes a new PredictionUri object with values from keyword arguments.

Attributes

uri [Required] Gets the uri of this PredictionUri.
use_case [Required] Gets the use_case of this PredictionUri.
__init__(**kwargs)

Initializes a new PredictionUri object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • use_case (str) – The value to assign to the use_case property of this PredictionUri.
  • uri (str) – The value to assign to the uri property of this PredictionUri.
uri

[Required] Gets the uri of this PredictionUri. Prediction URI.

Returns:The uri of this PredictionUri.
Return type:str
use_case

[Required] Gets the use_case of this PredictionUri. Prediction use-case.

Returns:The use_case of this PredictionUri.
Return type:str