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() |
String |
getExperimentId()
Unique identifier for the experiment.
|
com.google.protobuf.ByteString |
getExperimentIdBytes()
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, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic 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.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public boolean hasExperimentId()
Unique identifier for the experiment.
optional string experiment_id = 1;hasExperimentId in interface Service.ExperimentOrBuilderpublic String getExperimentId()
Unique identifier for the experiment.
optional string experiment_id = 1;getExperimentId in interface Service.ExperimentOrBuilderpublic com.google.protobuf.ByteString getExperimentIdBytes()
Unique identifier for the experiment.
optional string experiment_id = 1;getExperimentIdBytes in interface Service.ExperimentOrBuilderpublic boolean hasName()
Human readable name that identifies the experiment.
optional string name = 2;hasName in interface Service.ExperimentOrBuilderpublic String getName()
Human readable name that identifies the experiment.
optional string name = 2;getName in interface Service.ExperimentOrBuilderpublic com.google.protobuf.ByteString getNameBytes()
Human readable name that identifies the experiment.
optional string name = 2;getNameBytes in interface Service.ExperimentOrBuilderpublic boolean hasArtifactLocation()
Location where artifacts for the experiment are stored.
optional string artifact_location = 3;hasArtifactLocation in interface Service.ExperimentOrBuilderpublic String getArtifactLocation()
Location where artifacts for the experiment are stored.
optional string artifact_location = 3;getArtifactLocation in interface Service.ExperimentOrBuilderpublic com.google.protobuf.ByteString getArtifactLocationBytes()
Location where artifacts for the experiment are stored.
optional string artifact_location = 3;getArtifactLocationBytes in interface Service.ExperimentOrBuilderpublic 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.ExperimentOrBuilderpublic 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.ExperimentOrBuilderpublic 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.ExperimentOrBuilderpublic boolean hasLastUpdateTime()
Last update time
optional int64 last_update_time = 5;hasLastUpdateTime in interface Service.ExperimentOrBuilderpublic long getLastUpdateTime()
Last update time
optional int64 last_update_time = 5;getLastUpdateTime in interface Service.ExperimentOrBuilderpublic boolean hasCreationTime()
Creation time
optional int64 creation_time = 6;hasCreationTime in interface Service.ExperimentOrBuilderpublic long getCreationTime()
Creation time
optional int64 creation_time = 6;getCreationTime in interface Service.ExperimentOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static Service.Experiment parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Service.Experiment parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Service.Experiment parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Service.Experiment parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Service.Experiment parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Service.Experiment parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Service.Experiment parseFrom(InputStream input) throws IOException
IOExceptionpublic static Service.Experiment parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Service.Experiment parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static Service.Experiment parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Service.Experiment parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static Service.Experiment parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic Service.Experiment.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic 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.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected Service.Experiment.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public 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.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public Service.Experiment getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2019. All rights reserved.