MemberModelDetails

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

Bases: object

Model details which needs to be part of Model Group.

Methods

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

Attributes

inference_key Gets the inference_key of this MemberModelDetails.
model_id [Required] Gets the model_id of this MemberModelDetails.
__init__(**kwargs)

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

Parameters:
  • inference_key (str) – The value to assign to the inference_key property of this MemberModelDetails.
  • model_id (str) – The value to assign to the model_id property of this MemberModelDetails.
inference_key

Gets the inference_key of this MemberModelDetails. SaaS friendly name of the model.

Returns:The inference_key of this MemberModelDetails.
Return type:str
model_id

[Required] Gets the model_id of this MemberModelDetails. The OCID of the model.

Returns:The model_id of this MemberModelDetails.
Return type:str