Uses of Class
org.mlflow.api.proto.Service.SourceType
-
Packages that use Service.SourceType Package Description org.mlflow.api.proto Autogenerated MLflow Tracking API entity objects. -
-
Uses of Service.SourceType in org.mlflow.api.proto
Methods in org.mlflow.api.proto that return Service.SourceType Modifier and Type Method Description static Service.SourceType
Service.SourceType. forNumber(int value)
static Service.SourceType
Service.SourceType. valueOf(int value)
Deprecated.static Service.SourceType
Service.SourceType. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static Service.SourceType
Service.SourceType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Service.SourceType[]
Service.SourceType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.mlflow.api.proto that return types with arguments of type Service.SourceType Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Service.SourceType>
Service.SourceType. internalGetValueMap()
-