Package | Description |
---|---|
org.mlflow.api.proto |
Autogenerated MLflow Tracking API entity objects.
|
Modifier and Type | Method and Description |
---|---|
static Service.SourceType |
Service.SourceType.forNumber(int value) |
Service.SourceType |
Service.RunInfoOrBuilder.getSourceType()
Source type.
|
Service.SourceType |
Service.RunInfo.getSourceType()
Source type.
|
Service.SourceType |
Service.RunInfo.Builder.getSourceType()
Source type.
|
Service.SourceType |
Service.CreateRunOrBuilder.getSourceType()
Originating source for the run.
|
Service.SourceType |
Service.CreateRun.getSourceType()
Originating source for the run.
|
Service.SourceType |
Service.CreateRun.Builder.getSourceType()
Originating source for the run.
|
static Service.SourceType |
Service.SourceType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Service.SourceType |
Service.SourceType.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Service.SourceType |
Service.SourceType.valueOf(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.
|
Modifier and Type | Method and Description |
---|---|
static com.google.protobuf.Internal.EnumLiteMap<Service.SourceType> |
Service.SourceType.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
Service.RunInfo.Builder |
Service.RunInfo.Builder.setSourceType(Service.SourceType value)
Source type.
|
Service.CreateRun.Builder |
Service.CreateRun.Builder.setSourceType(Service.SourceType value)
Originating source for the run.
|
Copyright © 2019. All rights reserved.