Uses of Class
org.mlflow.api.proto.Service.Param
-
Packages that use Service.Param Package Description org.mlflow.api.proto Autogenerated MLflow Tracking API entity objects. -
-
Uses of Service.Param in org.mlflow.api.proto
Fields in org.mlflow.api.proto with type parameters of type Service.Param Modifier and Type Field Description static com.google.protobuf.Parser<Service.Param>
Service.Param. PARSER
Deprecated.Methods in org.mlflow.api.proto that return Service.Param Modifier and Type Method Description Service.Param
Service.Param.Builder. build()
Service.Param
Service.Param.Builder. buildPartial()
static Service.Param
Service.Param. getDefaultInstance()
Service.Param
Service.Param.Builder. getDefaultInstanceForType()
Service.Param
Service.Param. getDefaultInstanceForType()
Service.Param
Service.LogBatch.Builder. getParams(int index)
Params to log.Service.Param
Service.LogBatch. getParams(int index)
Params to log.Service.Param
Service.LogBatchOrBuilder. getParams(int index)
Params to log.Service.Param
Service.RunData.Builder. getParams(int index)
Run parameters.Service.Param
Service.RunData. getParams(int index)
Run parameters.Service.Param
Service.RunDataOrBuilder. getParams(int index)
Run parameters.static Service.Param
Service.Param. parseDelimitedFrom(java.io.InputStream input)
static Service.Param
Service.Param. parseDelimitedFrom(java.io.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(java.io.InputStream input)
static Service.Param
Service.Param. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Service.Param
Service.Param. parseFrom(java.nio.ByteBuffer data)
static Service.Param
Service.Param. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in org.mlflow.api.proto that return types with arguments of type Service.Param Modifier and Type Method Description java.util.List<Service.Param>
Service.LogBatch.Builder. getParamsList()
Params to log.java.util.List<Service.Param>
Service.LogBatch. getParamsList()
Params to log.java.util.List<Service.Param>
Service.LogBatchOrBuilder. getParamsList()
Params to log.java.util.List<Service.Param>
Service.RunData.Builder. getParamsList()
Run parameters.java.util.List<Service.Param>
Service.RunData. getParamsList()
Run parameters.java.util.List<Service.Param>
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.Param Modifier and Type Method Description Service.LogBatch.Builder
Service.LogBatch.Builder. addParams(int index, Service.Param value)
Params to log.Service.LogBatch.Builder
Service.LogBatch.Builder. addParams(Service.Param value)
Params to log.Service.RunData.Builder
Service.RunData.Builder. addParams(int index, Service.Param value)
Run parameters.Service.RunData.Builder
Service.RunData.Builder. addParams(Service.Param value)
Run parameters.Service.Param.Builder
Service.Param.Builder. mergeFrom(Service.Param other)
static Service.Param.Builder
Service.Param. newBuilder(Service.Param prototype)
Service.LogBatch.Builder
Service.LogBatch.Builder. setParams(int index, Service.Param value)
Params to log.Service.RunData.Builder
Service.RunData.Builder. setParams(int index, Service.Param value)
Run parameters.Method parameters in org.mlflow.api.proto with type arguments of type Service.Param Modifier and Type Method Description Service.LogBatch.Builder
Service.LogBatch.Builder. addAllParams(java.lang.Iterable<? extends Service.Param> values)
Params to log.Service.RunData.Builder
Service.RunData.Builder. addAllParams(java.lang.Iterable<? extends Service.Param> values)
Run parameters.
-