ModelArtifactReferenceDetails

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

Bases: object

Reference to the location where the model artifact is stored.

Attributes

MODEL_ARTIFACT_REFERENCE_TYPE_OSS A constant which can be used with the model_artifact_reference_type property of a ModelArtifactReferenceDetails.
model_artifact_reference_type [Required] Gets the model_artifact_reference_type of this ModelArtifactReferenceDetails.

Methods

__init__(**kwargs) Initializes a new ModelArtifactReferenceDetails 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.
MODEL_ARTIFACT_REFERENCE_TYPE_OSS = 'OSS'

A constant which can be used with the model_artifact_reference_type property of a ModelArtifactReferenceDetails. This constant has a value of “OSS”

__init__(**kwargs)

Initializes a new ModelArtifactReferenceDetails 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:model_artifact_reference_type (str) – The value to assign to the model_artifact_reference_type property of this ModelArtifactReferenceDetails. Allowed values for this property are: “OSS”
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.

model_artifact_reference_type

[Required] Gets the model_artifact_reference_type of this ModelArtifactReferenceDetails. The type of the model artifact reference.

Allowed values for this property are: “OSS”

Returns:The model_artifact_reference_type of this ModelArtifactReferenceDetails.
Return type:str