ModelVersionDetails

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

Bases: object

Model version for object detection/tracking.

Methods

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

Attributes

model_version [Required] Gets the model_version of this ModelVersionDetails.
objects [Required] Gets the objects of this ModelVersionDetails.
__init__(**kwargs)

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

Parameters:
  • objects (list[str]) – The value to assign to the objects property of this ModelVersionDetails.
  • model_version (str) – The value to assign to the model_version property of this ModelVersionDetails.
model_version

[Required] Gets the model_version of this ModelVersionDetails. Model version or ocid

Returns:The model_version of this ModelVersionDetails.
Return type:str
objects

[Required] Gets the objects of this ModelVersionDetails. List of the object category labels.

Returns:The objects of this ModelVersionDetails.
Return type:list[str]