Uses of Class
org.mlflow.api.proto.Service.Param
-
Uses of Service.Param in org.mlflow.api.proto
Modifier and TypeFieldDescriptionstatic final com.google.protobuf.Parser
<Service.Param> Service.Param.PARSER
Deprecated.Modifier 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) Modifier 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()
Modifier 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.Modifier and TypeMethodDescriptionService.LogBatch.Builder.addAllParams
(Iterable<? extends Service.Param> values) Params to log.Service.RunData.Builder.addAllParams
(Iterable<? extends Service.Param> values) Run parameters.