ExportModelArtifactDetails¶
- 
class oci.data_science.models.ExportModelArtifactDetails(**kwargs)¶
- Bases: - object- Details required for exporting the model artifact from source to service bucket - Methods - __init__(**kwargs)- Initializes a new ExportModelArtifactDetails object with values from keyword arguments. - Attributes - artifact_export_details- [Required] Gets the artifact_export_details of this ExportModelArtifactDetails. - 
__init__(**kwargs)¶
- Initializes a new ExportModelArtifactDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): - Parameters: - artifact_export_details (oci.data_science.models.ArtifactExportDetails) – The value to assign to the artifact_export_details property of this ExportModelArtifactDetails. 
 - 
artifact_export_details¶
- [Required] Gets the artifact_export_details of this ExportModelArtifactDetails. - Returns: - The artifact_export_details of this ExportModelArtifactDetails. - Return type: - oci.data_science.models.ArtifactExportDetails 
 
-