public static enum Service.ViewType extends Enum<Service.ViewType> implements com.google.protobuf.ProtocolMessageEnum
View type for ListExperiments query.Protobuf enum
mlflow.ViewType
Enum Constant and Description |
---|
ACTIVE_ONLY
Default.
|
ALL
Get all experiments.
|
DELETED_ONLY
Return only deleted experiments.
|
Modifier and Type | Field and Description |
---|---|
static int |
ACTIVE_ONLY_VALUE
Default.
|
static int |
ALL_VALUE
Get all experiments.
|
static int |
DELETED_ONLY_VALUE
Return only deleted experiments.
|
Modifier and Type | Method and Description |
---|---|
static Service.ViewType |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<Service.ViewType> |
internalGetValueMap() |
static Service.ViewType |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Service.ViewType |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Service.ViewType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Service.ViewType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Service.ViewType ACTIVE_ONLY
Default. Return only active experiments.
ACTIVE_ONLY = 1;
public static final Service.ViewType DELETED_ONLY
Return only deleted experiments.
DELETED_ONLY = 2;
public static final Service.ViewType ALL
Get all experiments.
ALL = 3;
public static final int ACTIVE_ONLY_VALUE
Default. Return only active experiments.
ACTIVE_ONLY = 1;
public static final int DELETED_ONLY_VALUE
Return only deleted experiments.
DELETED_ONLY = 2;
public static final int ALL_VALUE
Get all experiments.
ALL = 3;
public static Service.ViewType[] values()
for (Service.ViewType c : Service.ViewType.values()) System.out.println(c);
public static Service.ViewType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic final int getNumber()
getNumber
in interface com.google.protobuf.Internal.EnumLite
getNumber
in interface com.google.protobuf.ProtocolMessageEnum
@Deprecated public static Service.ViewType valueOf(int value)
forNumber(int)
instead.public static Service.ViewType forNumber(int value)
public static com.google.protobuf.Internal.EnumLiteMap<Service.ViewType> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor
in interface com.google.protobuf.ProtocolMessageEnum
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.ProtocolMessageEnum
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static Service.ViewType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2019. All rights reserved.