Uses of Class
com.oracle.bmc.datascience.model.Metadata.Builder
-
Packages that use Metadata.Builder Package Description com.oracle.bmc.datascience.model -
-
Uses of Metadata.Builder in com.oracle.bmc.datascience.model
Methods in com.oracle.bmc.datascience.model that return Metadata.Builder Modifier and Type Method Description static Metadata.Builder
Metadata. builder()
Create a new builder.Metadata.Builder
Metadata.Builder. category(String category)
Category of model metadata which should be null for defined metadata.For custom metadata is should be one of the following values “Performance,Training Profile,Training and Validation Datasets,Training Environment,Reports,Readme,other”.Metadata.Builder
Metadata.Builder. copy(Metadata model)
Metadata.Builder
Metadata.Builder. description(String description)
Description of model metadataMetadata.Builder
Metadata.Builder. hasArtifact(Boolean hasArtifact)
Is there any artifact present for the metadata.Metadata.Builder
Metadata.Builder. key(String key)
Key of the model Metadata.Metadata.Builder
Metadata.Builder. keywords(List<String> keywords)
list of keywords for searchingMetadata.Builder
Metadata. toBuilder()
Metadata.Builder
Metadata.Builder. value(String value)
Allowed values for useCaseType: binary_classification, regression, multinomial_classification, clustering, recommender, dimensionality_reduction/representation, time_series_forecasting, anomaly_detection, topic_modeling, ner, sentiment_analysis, image_classification, object_localization, other
-