Uses of Class
org.mlflow.api.proto.ModelRegistry.ModelParam
Packages that use ModelRegistry.ModelParam
-
Uses of ModelRegistry.ModelParam in org.mlflow.api.proto
Fields in org.mlflow.api.proto with type parameters of type ModelRegistry.ModelParamModifier and TypeFieldDescriptionstatic final com.google.protobuf.Parser<ModelRegistry.ModelParam>
ModelRegistry.ModelParam.PARSER
Deprecated.Methods in org.mlflow.api.proto that return ModelRegistry.ModelParamModifier and TypeMethodDescriptionModelRegistry.ModelParam.Builder.build()
ModelRegistry.ModelParam.Builder.buildPartial()
static ModelRegistry.ModelParam
ModelRegistry.ModelParam.getDefaultInstance()
ModelRegistry.ModelParam.Builder.getDefaultInstanceForType()
ModelRegistry.ModelParam.getDefaultInstanceForType()
ModelRegistry.ModelVersion.Builder.getModelParams
(int index) Optional parameters for the model.ModelRegistry.ModelVersion.getModelParams
(int index) Optional parameters for the model.ModelRegistry.ModelVersionOrBuilder.getModelParams
(int index) Optional parameters for the model.static ModelRegistry.ModelParam
ModelRegistry.ModelParam.parseDelimitedFrom
(InputStream input) static ModelRegistry.ModelParam
ModelRegistry.ModelParam.parseDelimitedFrom
(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
(InputStream input) static ModelRegistry.ModelParam
ModelRegistry.ModelParam.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ModelRegistry.ModelParam
ModelRegistry.ModelParam.parseFrom
(ByteBuffer data) static ModelRegistry.ModelParam
ModelRegistry.ModelParam.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in org.mlflow.api.proto that return types with arguments of type ModelRegistry.ModelParamModifier and TypeMethodDescriptionModelRegistry.ModelVersion.Builder.getModelParamsList()
Optional parameters for the model.ModelRegistry.ModelVersion.getModelParamsList()
Optional parameters for the model.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.ModelParamModifier and TypeMethodDescriptionModelRegistry.ModelVersion.Builder.addModelParams
(int index, ModelRegistry.ModelParam value) Optional parameters for the model.ModelRegistry.ModelVersion.Builder.addModelParams
(ModelRegistry.ModelParam value) Optional parameters for the model.ModelRegistry.ModelParam.Builder.mergeFrom
(ModelRegistry.ModelParam other) ModelRegistry.ModelParam.newBuilder
(ModelRegistry.ModelParam prototype) 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.ModelParamModifier and TypeMethodDescriptionModelRegistry.ModelVersion.Builder.addAllModelParams
(Iterable<? extends ModelRegistry.ModelParam> values) Optional parameters for the model.