ArtifactExportDetails

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

Bases: object

Details of Artifact source

Attributes

ARTIFACT_SOURCE_TYPE_ORACLE_OBJECT_STORAGE A constant which can be used with the artifact_source_type property of a ArtifactExportDetails.
artifact_source_type [Required] Gets the artifact_source_type of this ArtifactExportDetails.

Methods

__init__(**kwargs) Initializes a new ArtifactExportDetails 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.
ARTIFACT_SOURCE_TYPE_ORACLE_OBJECT_STORAGE = 'ORACLE_OBJECT_STORAGE'

A constant which can be used with the artifact_source_type property of a ArtifactExportDetails. This constant has a value of “ORACLE_OBJECT_STORAGE”

__init__(**kwargs)

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

[Required] Gets the artifact_source_type of this ArtifactExportDetails. Source type where actually artifact is being stored

Allowed values for this property are: “ORACLE_OBJECT_STORAGE”

Returns:The artifact_source_type of this ArtifactExportDetails.
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.