Uses of Class
org.mlflow.api.proto.Service.RunInputs
-
Packages that use Service.RunInputs Package Description org.mlflow.api.proto Autogenerated MLflow Tracking API entity objects. -
-
Uses of Service.RunInputs in org.mlflow.api.proto
Fields in org.mlflow.api.proto with type parameters of type Service.RunInputs Modifier and Type Field Description static com.google.protobuf.Parser<Service.RunInputs>
Service.RunInputs. PARSER
Deprecated.Methods in org.mlflow.api.proto that return Service.RunInputs Modifier and Type Method Description Service.RunInputs
Service.RunInputs.Builder. build()
Service.RunInputs
Service.RunInputs.Builder. buildPartial()
static Service.RunInputs
Service.RunInputs. getDefaultInstance()
Service.RunInputs
Service.RunInputs.Builder. getDefaultInstanceForType()
Service.RunInputs
Service.RunInputs. getDefaultInstanceForType()
Service.RunInputs
Service.Run.Builder. getInputs()
Run inputs.Service.RunInputs
Service.Run. getInputs()
Run inputs.Service.RunInputs
Service.RunOrBuilder. getInputs()
Run inputs.static Service.RunInputs
Service.RunInputs. parseDelimitedFrom(java.io.InputStream input)
static Service.RunInputs
Service.RunInputs. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Service.RunInputs
Service.RunInputs. parseFrom(byte[] data)
static Service.RunInputs
Service.RunInputs. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Service.RunInputs
Service.RunInputs. parseFrom(com.google.protobuf.ByteString data)
static Service.RunInputs
Service.RunInputs. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Service.RunInputs
Service.RunInputs. parseFrom(com.google.protobuf.CodedInputStream input)
static Service.RunInputs
Service.RunInputs. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Service.RunInputs
Service.RunInputs. parseFrom(java.io.InputStream input)
static Service.RunInputs
Service.RunInputs. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Service.RunInputs
Service.RunInputs. parseFrom(java.nio.ByteBuffer data)
static Service.RunInputs
Service.RunInputs. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in org.mlflow.api.proto that return types with arguments of type Service.RunInputs Modifier and Type Method Description com.google.protobuf.Parser<Service.RunInputs>
Service.RunInputs. getParserForType()
static com.google.protobuf.Parser<Service.RunInputs>
Service.RunInputs. parser()
Methods in org.mlflow.api.proto with parameters of type Service.RunInputs Modifier and Type Method Description Service.RunInputs.Builder
Service.RunInputs.Builder. mergeFrom(Service.RunInputs other)
Service.Run.Builder
Service.Run.Builder. mergeInputs(Service.RunInputs value)
Run inputs.static Service.RunInputs.Builder
Service.RunInputs. newBuilder(Service.RunInputs prototype)
Service.Run.Builder
Service.Run.Builder. setInputs(Service.RunInputs value)
Run inputs.
-