Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
Metadata |
build() |
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,other”.
|
Metadata.Builder |
copy(Metadata model) |
Metadata.Builder |
description(String description)
Description of model metadata
|
Metadata.Builder |
key(String key)
Key of the model Metadata.
|
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
|
public Metadata.Builder key(String key)
Key of the model Metadata. The key can either be user defined or OCI defined. List of OCI defined keys: * useCaseType * libraryName * libraryVersion * estimatorClass * hyperParameters * testartifactresults
key
- the value to setpublic 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
Allowed values for libraryName: scikit-learn, xgboost, tensorflow, pytorch, mxnet, keras, lightGBM, pymc3, pyOD, spacy, prophet, sktime, statsmodels, cuml, oracle_automl, h2o, transformers, nltk, emcee, pystan, bert, gensim, flair, word2vec, ensemble, other
value
- the value to setpublic Metadata.Builder description(String description)
Description of model metadata
description
- the value to setpublic 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,other”.
category
- the value to setpublic Metadata build()
public Metadata.Builder copy(Metadata model)
Copyright © 2016–2024. All rights reserved.