public static final class Service.Experiment extends com.google.protobuf.GeneratedMessageV3 implements Service.ExperimentOrBuilder
ExperimentProtobuf type
mlflow.Experiment
Modifier and Type | Class and Description |
---|---|
static class |
Service.Experiment.Builder
Experiment
|
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
Modifier and Type | Field and Description |
---|---|
static int |
ARTIFACT_LOCATION_FIELD_NUMBER |
static int |
CREATION_TIME_FIELD_NUMBER |
static int |
EXPERIMENT_ID_FIELD_NUMBER |
static int |
LAST_UPDATE_TIME_FIELD_NUMBER |
static int |
LIFECYCLE_STAGE_FIELD_NUMBER |
static int |
NAME_FIELD_NUMBER |
static com.google.protobuf.Parser<Service.Experiment> |
PARSER
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getArtifactLocation()
Location where artifacts for the experiment are stored.
|
com.google.protobuf.ByteString |
getArtifactLocationBytes()
Location where artifacts for the experiment are stored.
|
long |
getCreationTime()
Creation time
|
static Service.Experiment |
getDefaultInstance() |
Service.Experiment |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
long |
getExperimentId()
Unique identifier for the experiment.
|
long |
getLastUpdateTime()
Last update time
|
String |
getLifecycleStage()
Current life cycle stage of the experiment: "active" or "deleted".
|
com.google.protobuf.ByteString |
getLifecycleStageBytes()
Current life cycle stage of the experiment: "active" or "deleted".
|
String |
getName()
Human readable name that identifies the experiment.
|
com.google.protobuf.ByteString |
getNameBytes()
Human readable name that identifies the experiment.
|
com.google.protobuf.Parser<Service.Experiment> |
getParserForType() |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasArtifactLocation()
Location where artifacts for the experiment are stored.
|
boolean |
hasCreationTime()
Creation time
|
boolean |
hasExperimentId()
Unique identifier for the experiment.
|
int |
hashCode() |
boolean |
hasLastUpdateTime()
Last update time
|
boolean |
hasLifecycleStage()
Current life cycle stage of the experiment: "active" or "deleted".
|
boolean |
hasName()
Human readable name that identifies the experiment.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static Service.Experiment.Builder |
newBuilder() |
static Service.Experiment.Builder |
newBuilder(Service.Experiment prototype) |
Service.Experiment.Builder |
newBuilderForType() |
protected Service.Experiment.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static Service.Experiment |
parseDelimitedFrom(InputStream input) |
static Service.Experiment |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Service.Experiment |
parseFrom(byte[] data) |
static Service.Experiment |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Service.Experiment |
parseFrom(ByteBuffer data) |
static Service.Experiment |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Service.Experiment |
parseFrom(com.google.protobuf.ByteString data) |
static Service.Experiment |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Service.Experiment |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Service.Experiment |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Service.Experiment |
parseFrom(InputStream input) |
static Service.Experiment |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<Service.Experiment> |
parser() |
Service.Experiment.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, newBuilderForType, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public static final int EXPERIMENT_ID_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
public static final int ARTIFACT_LOCATION_FIELD_NUMBER
public static final int LIFECYCLE_STAGE_FIELD_NUMBER
public static final int LAST_UPDATE_TIME_FIELD_NUMBER
public static final int CREATION_TIME_FIELD_NUMBER
@Deprecated public static final com.google.protobuf.Parser<Service.Experiment> PARSER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields
in interface com.google.protobuf.MessageOrBuilder
getUnknownFields
in class com.google.protobuf.GeneratedMessageV3
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessageV3
public boolean hasExperimentId()
Unique identifier for the experiment.
optional int64 experiment_id = 1;
hasExperimentId
in interface Service.ExperimentOrBuilder
public long getExperimentId()
Unique identifier for the experiment.
optional int64 experiment_id = 1;
getExperimentId
in interface Service.ExperimentOrBuilder
public boolean hasName()
Human readable name that identifies the experiment.
optional string name = 2;
hasName
in interface Service.ExperimentOrBuilder
public String getName()
Human readable name that identifies the experiment.
optional string name = 2;
getName
in interface Service.ExperimentOrBuilder
public com.google.protobuf.ByteString getNameBytes()
Human readable name that identifies the experiment.
optional string name = 2;
getNameBytes
in interface Service.ExperimentOrBuilder
public boolean hasArtifactLocation()
Location where artifacts for the experiment are stored.
optional string artifact_location = 3;
hasArtifactLocation
in interface Service.ExperimentOrBuilder
public String getArtifactLocation()
Location where artifacts for the experiment are stored.
optional string artifact_location = 3;
getArtifactLocation
in interface Service.ExperimentOrBuilder
public com.google.protobuf.ByteString getArtifactLocationBytes()
Location where artifacts for the experiment are stored.
optional string artifact_location = 3;
getArtifactLocationBytes
in interface Service.ExperimentOrBuilder
public boolean hasLifecycleStage()
Current life cycle stage of the experiment: "active" or "deleted". Deleted experiments are not returned by APIs.
optional string lifecycle_stage = 4;
hasLifecycleStage
in interface Service.ExperimentOrBuilder
public String getLifecycleStage()
Current life cycle stage of the experiment: "active" or "deleted". Deleted experiments are not returned by APIs.
optional string lifecycle_stage = 4;
getLifecycleStage
in interface Service.ExperimentOrBuilder
public com.google.protobuf.ByteString getLifecycleStageBytes()
Current life cycle stage of the experiment: "active" or "deleted". Deleted experiments are not returned by APIs.
optional string lifecycle_stage = 4;
getLifecycleStageBytes
in interface Service.ExperimentOrBuilder
public boolean hasLastUpdateTime()
Last update time
optional int64 last_update_time = 5;
hasLastUpdateTime
in interface Service.ExperimentOrBuilder
public long getLastUpdateTime()
Last update time
optional int64 last_update_time = 5;
getLastUpdateTime
in interface Service.ExperimentOrBuilder
public boolean hasCreationTime()
Creation time
optional int64 creation_time = 6;
hasCreationTime
in interface Service.ExperimentOrBuilder
public long getCreationTime()
Creation time
optional int64 creation_time = 6;
getCreationTime
in interface Service.ExperimentOrBuilder
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessageV3
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
writeTo
in interface com.google.protobuf.MessageLite
writeTo
in class com.google.protobuf.GeneratedMessageV3
IOException
public int getSerializedSize()
getSerializedSize
in interface com.google.protobuf.MessageLite
getSerializedSize
in class com.google.protobuf.GeneratedMessageV3
public boolean equals(Object obj)
equals
in interface com.google.protobuf.Message
equals
in class com.google.protobuf.AbstractMessage
public int hashCode()
hashCode
in interface com.google.protobuf.Message
hashCode
in class com.google.protobuf.AbstractMessage
public static Service.Experiment parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Service.Experiment parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Service.Experiment parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Service.Experiment parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Service.Experiment parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Service.Experiment parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Service.Experiment parseFrom(InputStream input) throws IOException
IOException
public static Service.Experiment parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static Service.Experiment parseDelimitedFrom(InputStream input) throws IOException
IOException
public static Service.Experiment parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static Service.Experiment parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static Service.Experiment parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public Service.Experiment.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static Service.Experiment.Builder newBuilder()
public static Service.Experiment.Builder newBuilder(Service.Experiment prototype)
public Service.Experiment.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
protected Service.Experiment.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType
in class com.google.protobuf.GeneratedMessageV3
public static Service.Experiment getDefaultInstance()
public static com.google.protobuf.Parser<Service.Experiment> parser()
public com.google.protobuf.Parser<Service.Experiment> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessageV3
public Service.Experiment getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
Copyright © 2019. All rights reserved.