Uses of Class
com.oracle.bmc.datascience.model.Metadata
-
Packages that use Metadata Package Description com.oracle.bmc.datascience.model -
-
Uses of Metadata in com.oracle.bmc.datascience.model
Methods in com.oracle.bmc.datascience.model that return Metadata Modifier and Type Method Description Metadata
Metadata.Builder. build()
Methods in com.oracle.bmc.datascience.model that return types with arguments of type Metadata Modifier and Type Method Description List<Metadata>
CreateModelDetails. getCustomMetadataList()
An array of custom metadata details for the model.List<Metadata>
Model. getCustomMetadataList()
An array of custom metadata details for the model.List<Metadata>
UpdateModelDetails. getCustomMetadataList()
An array of custom metadata details for the model.List<Metadata>
CreateModelDetails. getDefinedMetadataList()
An array of defined metadata details for the model.List<Metadata>
Model. getDefinedMetadataList()
An array of defined metadata details for the model.List<Metadata>
UpdateModelDetails. getDefinedMetadataList()
An array of defined metadata details for the model.Methods in com.oracle.bmc.datascience.model with parameters of type Metadata Modifier and Type Method Description Metadata.Builder
Metadata.Builder. copy(Metadata model)
Method parameters in com.oracle.bmc.datascience.model with type arguments of type Metadata Modifier and Type Method Description CreateModelDetails.Builder
CreateModelDetails.Builder. customMetadataList(List<Metadata> customMetadataList)
An array of custom metadata details for the model.Model.Builder
Model.Builder. customMetadataList(List<Metadata> customMetadataList)
An array of custom metadata details for the model.UpdateModelDetails.Builder
UpdateModelDetails.Builder. customMetadataList(List<Metadata> customMetadataList)
An array of custom metadata details for the model.CreateModelDetails.Builder
CreateModelDetails.Builder. definedMetadataList(List<Metadata> definedMetadataList)
An array of defined metadata details for the model.Model.Builder
Model.Builder. definedMetadataList(List<Metadata> definedMetadataList)
An array of defined metadata details for the model.UpdateModelDetails.Builder
UpdateModelDetails.Builder. definedMetadataList(List<Metadata> definedMetadataList)
An array of defined metadata details for the model.Constructor parameters in com.oracle.bmc.datascience.model with type arguments of type Metadata Constructor Description CreateModelDetails(String compartmentId, String projectId, String displayName, String description, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, List<Metadata> customMetadataList, List<Metadata> definedMetadataList, String inputSchema, String outputSchema, String modelVersionSetId, String versionLabel, RetentionSetting retentionSetting, BackupSetting backupSetting)
Deprecated.Model(String id, String compartmentId, String projectId, String displayName, String description, ModelLifecycleState lifecycleState, String lifecycleDetails, Date timeCreated, String createdBy, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, List<Metadata> customMetadataList, List<Metadata> definedMetadataList, String inputSchema, String outputSchema, String modelVersionSetId, String modelVersionSetName, Long versionId, String versionLabel, ModelCategory category, Boolean isModelByReference, RetentionSetting retentionSetting, BackupSetting backupSetting, RetentionOperationDetails retentionOperationDetails, BackupOperationDetails backupOperationDetails)
Deprecated.UpdateModelDetails(String displayName, String description, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, List<Metadata> customMetadataList, List<Metadata> definedMetadataList, String modelVersionSetId, String versionLabel, RetentionSetting retentionSetting, BackupSetting backupSetting)
Deprecated.
-