Uses of Class
org.mlflow.api.proto.Service.Param
Packages that use Service.Param
-
Uses of Service.Param in org.mlflow.api.proto
Fields in org.mlflow.api.proto with type parameters of type Service.ParamModifier and TypeFieldDescriptionstatic final com.google.protobuf.Parser
<Service.Param> Service.Param.PARSER
Deprecated.Methods in org.mlflow.api.proto that return Service.ParamModifier and TypeMethodDescriptionService.Param.Builder.build()
Service.Param.Builder.buildPartial()
static Service.Param
Service.Param.getDefaultInstance()
Service.Param.Builder.getDefaultInstanceForType()
Service.Param.getDefaultInstanceForType()
Service.LogBatch.Builder.getParams
(int index) Params to log.Service.LogBatch.getParams
(int index) Params to log.Service.LogBatchOrBuilder.getParams
(int index) Params to log.Service.RunData.Builder.getParams
(int index) Run parameters.Service.RunData.getParams
(int index) Run parameters.Service.RunDataOrBuilder.getParams
(int index) Run parameters.static Service.Param
Service.Param.parseDelimitedFrom
(InputStream input) static Service.Param
Service.Param.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Service.Param
Service.Param.parseFrom
(byte[] data) static Service.Param
Service.Param.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Service.Param
Service.Param.parseFrom
(com.google.protobuf.ByteString data) static Service.Param
Service.Param.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Service.Param
Service.Param.parseFrom
(com.google.protobuf.CodedInputStream input) static Service.Param
Service.Param.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Service.Param
Service.Param.parseFrom
(InputStream input) static Service.Param
Service.Param.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Service.Param
Service.Param.parseFrom
(ByteBuffer data) static Service.Param
Service.Param.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in org.mlflow.api.proto that return types with arguments of type Service.ParamModifier and TypeMethodDescriptionService.LogBatch.Builder.getParamsList()
Params to log.Service.LogBatch.getParamsList()
Params to log.Service.LogBatchOrBuilder.getParamsList()
Params to log.Service.RunData.Builder.getParamsList()
Run parameters.Service.RunData.getParamsList()
Run parameters.Service.RunDataOrBuilder.getParamsList()
Run parameters.com.google.protobuf.Parser
<Service.Param> Service.Param.getParserForType()
static com.google.protobuf.Parser
<Service.Param> Service.Param.parser()
Methods in org.mlflow.api.proto with parameters of type Service.ParamModifier and TypeMethodDescriptionService.LogBatch.Builder.addParams
(int index, Service.Param value) Params to log.Service.LogBatch.Builder.addParams
(Service.Param value) Params to log.Service.RunData.Builder.addParams
(int index, Service.Param value) Run parameters.Service.RunData.Builder.addParams
(Service.Param value) Run parameters.Service.Param.Builder.mergeFrom
(Service.Param other) static Service.Param.Builder
Service.Param.newBuilder
(Service.Param prototype) Service.LogBatch.Builder.setParams
(int index, Service.Param value) Params to log.Service.RunData.Builder.setParams
(int index, Service.Param value) Run parameters.Method parameters in org.mlflow.api.proto with type arguments of type Service.ParamModifier and TypeMethodDescriptionService.LogBatch.Builder.addAllParams
(Iterable<? extends Service.Param> values) Params to log.Service.RunData.Builder.addAllParams
(Iterable<? extends Service.Param> values) Run parameters.