Uses of Class
org.mlflow.api.proto.ModelRegistry.ModelParam
-
Packages that use ModelRegistry.ModelParam Package Description org.mlflow.api.proto Autogenerated MLflow Tracking API entity objects. -
-
Uses of ModelRegistry.ModelParam in org.mlflow.api.proto
Fields in org.mlflow.api.proto with type parameters of type ModelRegistry.ModelParam Modifier and Type Field Description static com.google.protobuf.Parser<ModelRegistry.ModelParam>
ModelRegistry.ModelParam. PARSER
Deprecated.Methods in org.mlflow.api.proto that return ModelRegistry.ModelParam Modifier and Type Method Description ModelRegistry.ModelParam
ModelRegistry.ModelParam.Builder. build()
ModelRegistry.ModelParam
ModelRegistry.ModelParam.Builder. buildPartial()
static ModelRegistry.ModelParam
ModelRegistry.ModelParam. getDefaultInstance()
ModelRegistry.ModelParam
ModelRegistry.ModelParam.Builder. getDefaultInstanceForType()
ModelRegistry.ModelParam
ModelRegistry.ModelParam. getDefaultInstanceForType()
ModelRegistry.ModelParam
ModelRegistry.ModelVersion.Builder. getModelParams(int index)
Optional parameters for the model.ModelRegistry.ModelParam
ModelRegistry.ModelVersion. getModelParams(int index)
Optional parameters for the model.ModelRegistry.ModelParam
ModelRegistry.ModelVersionOrBuilder. getModelParams(int index)
Optional parameters for the model.static ModelRegistry.ModelParam
ModelRegistry.ModelParam. parseDelimitedFrom(java.io.InputStream input)
static ModelRegistry.ModelParam
ModelRegistry.ModelParam. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ModelRegistry.ModelParam
ModelRegistry.ModelParam. parseFrom(byte[] data)
static ModelRegistry.ModelParam
ModelRegistry.ModelParam. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ModelRegistry.ModelParam
ModelRegistry.ModelParam. parseFrom(com.google.protobuf.ByteString data)
static ModelRegistry.ModelParam
ModelRegistry.ModelParam. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ModelRegistry.ModelParam
ModelRegistry.ModelParam. parseFrom(com.google.protobuf.CodedInputStream input)
static ModelRegistry.ModelParam
ModelRegistry.ModelParam. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ModelRegistry.ModelParam
ModelRegistry.ModelParam. parseFrom(java.io.InputStream input)
static ModelRegistry.ModelParam
ModelRegistry.ModelParam. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ModelRegistry.ModelParam
ModelRegistry.ModelParam. parseFrom(java.nio.ByteBuffer data)
static ModelRegistry.ModelParam
ModelRegistry.ModelParam. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in org.mlflow.api.proto that return types with arguments of type ModelRegistry.ModelParam Modifier and Type Method Description java.util.List<ModelRegistry.ModelParam>
ModelRegistry.ModelVersion.Builder. getModelParamsList()
Optional parameters for the model.java.util.List<ModelRegistry.ModelParam>
ModelRegistry.ModelVersion. getModelParamsList()
Optional parameters for the model.java.util.List<ModelRegistry.ModelParam>
ModelRegistry.ModelVersionOrBuilder. getModelParamsList()
Optional parameters for the model.com.google.protobuf.Parser<ModelRegistry.ModelParam>
ModelRegistry.ModelParam. getParserForType()
static com.google.protobuf.Parser<ModelRegistry.ModelParam>
ModelRegistry.ModelParam. parser()
Methods in org.mlflow.api.proto with parameters of type ModelRegistry.ModelParam Modifier and Type Method Description ModelRegistry.ModelVersion.Builder
ModelRegistry.ModelVersion.Builder. addModelParams(int index, ModelRegistry.ModelParam value)
Optional parameters for the model.ModelRegistry.ModelVersion.Builder
ModelRegistry.ModelVersion.Builder. addModelParams(ModelRegistry.ModelParam value)
Optional parameters for the model.ModelRegistry.ModelParam.Builder
ModelRegistry.ModelParam.Builder. mergeFrom(ModelRegistry.ModelParam other)
static ModelRegistry.ModelParam.Builder
ModelRegistry.ModelParam. newBuilder(ModelRegistry.ModelParam prototype)
ModelRegistry.ModelVersion.Builder
ModelRegistry.ModelVersion.Builder. setModelParams(int index, ModelRegistry.ModelParam value)
Optional parameters for the model.Method parameters in org.mlflow.api.proto with type arguments of type ModelRegistry.ModelParam Modifier and Type Method Description ModelRegistry.ModelVersion.Builder
ModelRegistry.ModelVersion.Builder. addAllModelParams(java.lang.Iterable<? extends ModelRegistry.ModelParam> values)
Optional parameters for the model.
-