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