public static final class Service.Experiment.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Service.Experiment.Builder> implements Service.ExperimentOrBuilder
ExperimentProtobuf type
mlflow.Experiment
Modifier and Type | Method and Description |
---|---|
Service.Experiment.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Service.Experiment |
build() |
Service.Experiment |
buildPartial() |
Service.Experiment.Builder |
clear() |
Service.Experiment.Builder |
clearArtifactLocation()
Location where artifacts for the experiment are stored.
|
Service.Experiment.Builder |
clearCreationTime()
Creation time
|
Service.Experiment.Builder |
clearExperimentId()
Unique identifier for the experiment.
|
Service.Experiment.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
Service.Experiment.Builder |
clearLastUpdateTime()
Last update time
|
Service.Experiment.Builder |
clearLifecycleStage()
Current life cycle stage of the experiment: "active" or "deleted".
|
Service.Experiment.Builder |
clearName()
Human readable name that identifies the experiment.
|
Service.Experiment.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Service.Experiment.Builder |
clone() |
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
|
Service.Experiment |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
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.
|
boolean |
hasArtifactLocation()
Location where artifacts for the experiment are stored.
|
boolean |
hasCreationTime()
Creation time
|
boolean |
hasExperimentId()
Unique identifier for the experiment.
|
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() |
Service.Experiment.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Service.Experiment.Builder |
mergeFrom(com.google.protobuf.Message other) |
Service.Experiment.Builder |
mergeFrom(Service.Experiment other) |
Service.Experiment.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Service.Experiment.Builder |
setArtifactLocation(String value)
Location where artifacts for the experiment are stored.
|
Service.Experiment.Builder |
setArtifactLocationBytes(com.google.protobuf.ByteString value)
Location where artifacts for the experiment are stored.
|
Service.Experiment.Builder |
setCreationTime(long value)
Creation time
|
Service.Experiment.Builder |
setExperimentId(String value)
Unique identifier for the experiment.
|
Service.Experiment.Builder |
setExperimentIdBytes(com.google.protobuf.ByteString value)
Unique identifier for the experiment.
|
Service.Experiment.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Service.Experiment.Builder |
setLastUpdateTime(long value)
Last update time
|
Service.Experiment.Builder |
setLifecycleStage(String value)
Current life cycle stage of the experiment: "active" or "deleted".
|
Service.Experiment.Builder |
setLifecycleStageBytes(com.google.protobuf.ByteString value)
Current life cycle stage of the experiment: "active" or "deleted".
|
Service.Experiment.Builder |
setName(String value)
Human readable name that identifies the experiment.
|
Service.Experiment.Builder |
setNameBytes(com.google.protobuf.ByteString value)
Human readable name that identifies the experiment.
|
Service.Experiment.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
Service.Experiment.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
addAll, addAll, mergeFrom, newUninitializedMessageException
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessageV3.Builder<Service.Experiment.Builder>
public Service.Experiment.Builder clear()
clear
in interface com.google.protobuf.Message.Builder
clear
in interface com.google.protobuf.MessageLite.Builder
clear
in class com.google.protobuf.GeneratedMessageV3.Builder<Service.Experiment.Builder>
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.Message.Builder
getDescriptorForType
in interface com.google.protobuf.MessageOrBuilder
getDescriptorForType
in class com.google.protobuf.GeneratedMessageV3.Builder<Service.Experiment.Builder>
public Service.Experiment getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public Service.Experiment build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public Service.Experiment buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public Service.Experiment.Builder clone()
clone
in interface com.google.protobuf.Message.Builder
clone
in interface com.google.protobuf.MessageLite.Builder
clone
in class com.google.protobuf.GeneratedMessageV3.Builder<Service.Experiment.Builder>
public Service.Experiment.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField
in interface com.google.protobuf.Message.Builder
setField
in class com.google.protobuf.GeneratedMessageV3.Builder<Service.Experiment.Builder>
public Service.Experiment.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField
in interface com.google.protobuf.Message.Builder
clearField
in class com.google.protobuf.GeneratedMessageV3.Builder<Service.Experiment.Builder>
public Service.Experiment.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof
in interface com.google.protobuf.Message.Builder
clearOneof
in class com.google.protobuf.GeneratedMessageV3.Builder<Service.Experiment.Builder>
public Service.Experiment.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField
in interface com.google.protobuf.Message.Builder
setRepeatedField
in class com.google.protobuf.GeneratedMessageV3.Builder<Service.Experiment.Builder>
public Service.Experiment.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField
in interface com.google.protobuf.Message.Builder
addRepeatedField
in class com.google.protobuf.GeneratedMessageV3.Builder<Service.Experiment.Builder>
public Service.Experiment.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<Service.Experiment.Builder>
public Service.Experiment.Builder mergeFrom(Service.Experiment other)
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessageV3.Builder<Service.Experiment.Builder>
public Service.Experiment.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in interface com.google.protobuf.MessageLite.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<Service.Experiment.Builder>
IOException
public boolean hasExperimentId()
Unique identifier for the experiment.
optional string experiment_id = 1;
hasExperimentId
in interface Service.ExperimentOrBuilder
public String getExperimentId()
Unique identifier for the experiment.
optional string experiment_id = 1;
getExperimentId
in interface Service.ExperimentOrBuilder
public com.google.protobuf.ByteString getExperimentIdBytes()
Unique identifier for the experiment.
optional string experiment_id = 1;
getExperimentIdBytes
in interface Service.ExperimentOrBuilder
public Service.Experiment.Builder setExperimentId(String value)
Unique identifier for the experiment.
optional string experiment_id = 1;
public Service.Experiment.Builder clearExperimentId()
Unique identifier for the experiment.
optional string experiment_id = 1;
public Service.Experiment.Builder setExperimentIdBytes(com.google.protobuf.ByteString value)
Unique identifier for the experiment.
optional string experiment_id = 1;
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 Service.Experiment.Builder setName(String value)
Human readable name that identifies the experiment.
optional string name = 2;
public Service.Experiment.Builder clearName()
Human readable name that identifies the experiment.
optional string name = 2;
public Service.Experiment.Builder setNameBytes(com.google.protobuf.ByteString value)
Human readable name that identifies the experiment.
optional string name = 2;
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 Service.Experiment.Builder setArtifactLocation(String value)
Location where artifacts for the experiment are stored.
optional string artifact_location = 3;
public Service.Experiment.Builder clearArtifactLocation()
Location where artifacts for the experiment are stored.
optional string artifact_location = 3;
public Service.Experiment.Builder setArtifactLocationBytes(com.google.protobuf.ByteString value)
Location where artifacts for the experiment are stored.
optional string artifact_location = 3;
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 Service.Experiment.Builder setLifecycleStage(String value)
Current life cycle stage of the experiment: "active" or "deleted". Deleted experiments are not returned by APIs.
optional string lifecycle_stage = 4;
public Service.Experiment.Builder clearLifecycleStage()
Current life cycle stage of the experiment: "active" or "deleted". Deleted experiments are not returned by APIs.
optional string lifecycle_stage = 4;
public Service.Experiment.Builder setLifecycleStageBytes(com.google.protobuf.ByteString value)
Current life cycle stage of the experiment: "active" or "deleted". Deleted experiments are not returned by APIs.
optional string lifecycle_stage = 4;
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 Service.Experiment.Builder setLastUpdateTime(long value)
Last update time
optional int64 last_update_time = 5;
public Service.Experiment.Builder clearLastUpdateTime()
Last update time
optional int64 last_update_time = 5;
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 Service.Experiment.Builder setCreationTime(long value)
Creation time
optional int64 creation_time = 6;
public Service.Experiment.Builder clearCreationTime()
Creation time
optional int64 creation_time = 6;
public final Service.Experiment.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields
in interface com.google.protobuf.Message.Builder
setUnknownFields
in class com.google.protobuf.GeneratedMessageV3.Builder<Service.Experiment.Builder>
public final Service.Experiment.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields
in interface com.google.protobuf.Message.Builder
mergeUnknownFields
in class com.google.protobuf.GeneratedMessageV3.Builder<Service.Experiment.Builder>
Copyright © 2019. All rights reserved.