Uses of Class
org.mlflow.api.proto.Service.LoggedModelRegistrationInfo
-
Packages that use Service.LoggedModelRegistrationInfo Package Description org.mlflow.api.proto Autogenerated MLflow Tracking API entity objects. -
-
Uses of Service.LoggedModelRegistrationInfo in org.mlflow.api.proto
Fields in org.mlflow.api.proto with type parameters of type Service.LoggedModelRegistrationInfo Modifier and Type Field Description static com.google.protobuf.Parser<Service.LoggedModelRegistrationInfo>
Service.LoggedModelRegistrationInfo. PARSER
Deprecated.Methods in org.mlflow.api.proto that return Service.LoggedModelRegistrationInfo Modifier and Type Method Description Service.LoggedModelRegistrationInfo
Service.LoggedModelRegistrationInfo.Builder. build()
Service.LoggedModelRegistrationInfo
Service.LoggedModelRegistrationInfo.Builder. buildPartial()
static Service.LoggedModelRegistrationInfo
Service.LoggedModelRegistrationInfo. getDefaultInstance()
Service.LoggedModelRegistrationInfo
Service.LoggedModelRegistrationInfo.Builder. getDefaultInstanceForType()
Service.LoggedModelRegistrationInfo
Service.LoggedModelRegistrationInfo. getDefaultInstanceForType()
Service.LoggedModelRegistrationInfo
Service.LoggedModelInfo.Builder. getRegistrations(int index)
If the model has been promoted to the Model Registry, this field includes information like the Registered Model name, Model Version number, etc.Service.LoggedModelRegistrationInfo
Service.LoggedModelInfo. getRegistrations(int index)
If the model has been promoted to the Model Registry, this field includes information like the Registered Model name, Model Version number, etc.Service.LoggedModelRegistrationInfo
Service.LoggedModelInfoOrBuilder. getRegistrations(int index)
If the model has been promoted to the Model Registry, this field includes information like the Registered Model name, Model Version number, etc.static Service.LoggedModelRegistrationInfo
Service.LoggedModelRegistrationInfo. parseDelimitedFrom(java.io.InputStream input)
static Service.LoggedModelRegistrationInfo
Service.LoggedModelRegistrationInfo. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Service.LoggedModelRegistrationInfo
Service.LoggedModelRegistrationInfo. parseFrom(byte[] data)
static Service.LoggedModelRegistrationInfo
Service.LoggedModelRegistrationInfo. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Service.LoggedModelRegistrationInfo
Service.LoggedModelRegistrationInfo. parseFrom(com.google.protobuf.ByteString data)
static Service.LoggedModelRegistrationInfo
Service.LoggedModelRegistrationInfo. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Service.LoggedModelRegistrationInfo
Service.LoggedModelRegistrationInfo. parseFrom(com.google.protobuf.CodedInputStream input)
static Service.LoggedModelRegistrationInfo
Service.LoggedModelRegistrationInfo. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Service.LoggedModelRegistrationInfo
Service.LoggedModelRegistrationInfo. parseFrom(java.io.InputStream input)
static Service.LoggedModelRegistrationInfo
Service.LoggedModelRegistrationInfo. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Service.LoggedModelRegistrationInfo
Service.LoggedModelRegistrationInfo. parseFrom(java.nio.ByteBuffer data)
static Service.LoggedModelRegistrationInfo
Service.LoggedModelRegistrationInfo. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in org.mlflow.api.proto that return types with arguments of type Service.LoggedModelRegistrationInfo Modifier and Type Method Description com.google.protobuf.Parser<Service.LoggedModelRegistrationInfo>
Service.LoggedModelRegistrationInfo. getParserForType()
java.util.List<Service.LoggedModelRegistrationInfo>
Service.LoggedModelInfo.Builder. getRegistrationsList()
If the model has been promoted to the Model Registry, this field includes information like the Registered Model name, Model Version number, etc.java.util.List<Service.LoggedModelRegistrationInfo>
Service.LoggedModelInfo. getRegistrationsList()
If the model has been promoted to the Model Registry, this field includes information like the Registered Model name, Model Version number, etc.java.util.List<Service.LoggedModelRegistrationInfo>
Service.LoggedModelInfoOrBuilder. getRegistrationsList()
If the model has been promoted to the Model Registry, this field includes information like the Registered Model name, Model Version number, etc.static com.google.protobuf.Parser<Service.LoggedModelRegistrationInfo>
Service.LoggedModelRegistrationInfo. parser()
Methods in org.mlflow.api.proto with parameters of type Service.LoggedModelRegistrationInfo Modifier and Type Method Description Service.LoggedModelInfo.Builder
Service.LoggedModelInfo.Builder. addRegistrations(int index, Service.LoggedModelRegistrationInfo value)
If the model has been promoted to the Model Registry, this field includes information like the Registered Model name, Model Version number, etc.Service.LoggedModelInfo.Builder
Service.LoggedModelInfo.Builder. addRegistrations(Service.LoggedModelRegistrationInfo value)
If the model has been promoted to the Model Registry, this field includes information like the Registered Model name, Model Version number, etc.Service.LoggedModelRegistrationInfo.Builder
Service.LoggedModelRegistrationInfo.Builder. mergeFrom(Service.LoggedModelRegistrationInfo other)
static Service.LoggedModelRegistrationInfo.Builder
Service.LoggedModelRegistrationInfo. newBuilder(Service.LoggedModelRegistrationInfo prototype)
Service.LoggedModelInfo.Builder
Service.LoggedModelInfo.Builder. setRegistrations(int index, Service.LoggedModelRegistrationInfo value)
If the model has been promoted to the Model Registry, this field includes information like the Registered Model name, Model Version number, etc.Method parameters in org.mlflow.api.proto with type arguments of type Service.LoggedModelRegistrationInfo Modifier and Type Method Description Service.LoggedModelInfo.Builder
Service.LoggedModelInfo.Builder. addAllRegistrations(java.lang.Iterable<? extends Service.LoggedModelRegistrationInfo> values)
If the model has been promoted to the Model Registry, this field includes information like the Registered Model name, Model Version number, etc.
-