public static final class Service.GetExperiment.Response.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Service.GetExperiment.Response.Builder> implements Service.GetExperiment.ResponseOrBuilder
mlflow.GetExperiment.Response
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.GetExperiment.Response.Builder>
public Service.GetExperiment.Response.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.GetExperiment.Response.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.GetExperiment.Response.Builder>
public Service.GetExperiment.Response getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public Service.GetExperiment.Response build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public Service.GetExperiment.Response buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public Service.GetExperiment.Response.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.GetExperiment.Response.Builder>
public Service.GetExperiment.Response.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.GetExperiment.Response.Builder>
public Service.GetExperiment.Response.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.GetExperiment.Response.Builder>
public Service.GetExperiment.Response.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.GetExperiment.Response.Builder>
public Service.GetExperiment.Response.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.GetExperiment.Response.Builder>
public Service.GetExperiment.Response.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.GetExperiment.Response.Builder>
public Service.GetExperiment.Response.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<Service.GetExperiment.Response.Builder>
public Service.GetExperiment.Response.Builder mergeFrom(Service.GetExperiment.Response other)
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessageV3.Builder<Service.GetExperiment.Response.Builder>
public Service.GetExperiment.Response.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.GetExperiment.Response.Builder>
IOException
public boolean hasExperiment()
Experiment details.
optional .mlflow.Experiment experiment = 1;
hasExperiment
in interface Service.GetExperiment.ResponseOrBuilder
public Service.Experiment getExperiment()
Experiment details.
optional .mlflow.Experiment experiment = 1;
getExperiment
in interface Service.GetExperiment.ResponseOrBuilder
public Service.GetExperiment.Response.Builder setExperiment(Service.Experiment value)
Experiment details.
optional .mlflow.Experiment experiment = 1;
public Service.GetExperiment.Response.Builder setExperiment(Service.Experiment.Builder builderForValue)
Experiment details.
optional .mlflow.Experiment experiment = 1;
public Service.GetExperiment.Response.Builder mergeExperiment(Service.Experiment value)
Experiment details.
optional .mlflow.Experiment experiment = 1;
public Service.GetExperiment.Response.Builder clearExperiment()
Experiment details.
optional .mlflow.Experiment experiment = 1;
public Service.Experiment.Builder getExperimentBuilder()
Experiment details.
optional .mlflow.Experiment experiment = 1;
public Service.ExperimentOrBuilder getExperimentOrBuilder()
Experiment details.
optional .mlflow.Experiment experiment = 1;
getExperimentOrBuilder
in interface Service.GetExperiment.ResponseOrBuilder
@Deprecated public List<Service.RunInfo> getRunsList()
A collection of active runs in the experiment. Note: this may not contain all of the experiment's active runs. This field is deprecated. Please use the "Search Runs" API to fetch runs within an experiment.
repeated .mlflow.RunInfo runs = 2 [deprecated = true];
getRunsList
in interface Service.GetExperiment.ResponseOrBuilder
@Deprecated public int getRunsCount()
A collection of active runs in the experiment. Note: this may not contain all of the experiment's active runs. This field is deprecated. Please use the "Search Runs" API to fetch runs within an experiment.
repeated .mlflow.RunInfo runs = 2 [deprecated = true];
getRunsCount
in interface Service.GetExperiment.ResponseOrBuilder
@Deprecated public Service.RunInfo getRuns(int index)
A collection of active runs in the experiment. Note: this may not contain all of the experiment's active runs. This field is deprecated. Please use the "Search Runs" API to fetch runs within an experiment.
repeated .mlflow.RunInfo runs = 2 [deprecated = true];
getRuns
in interface Service.GetExperiment.ResponseOrBuilder
@Deprecated public Service.GetExperiment.Response.Builder setRuns(int index, Service.RunInfo value)
A collection of active runs in the experiment. Note: this may not contain all of the experiment's active runs. This field is deprecated. Please use the "Search Runs" API to fetch runs within an experiment.
repeated .mlflow.RunInfo runs = 2 [deprecated = true];
@Deprecated public Service.GetExperiment.Response.Builder setRuns(int index, Service.RunInfo.Builder builderForValue)
A collection of active runs in the experiment. Note: this may not contain all of the experiment's active runs. This field is deprecated. Please use the "Search Runs" API to fetch runs within an experiment.
repeated .mlflow.RunInfo runs = 2 [deprecated = true];
@Deprecated public Service.GetExperiment.Response.Builder addRuns(Service.RunInfo value)
A collection of active runs in the experiment. Note: this may not contain all of the experiment's active runs. This field is deprecated. Please use the "Search Runs" API to fetch runs within an experiment.
repeated .mlflow.RunInfo runs = 2 [deprecated = true];
@Deprecated public Service.GetExperiment.Response.Builder addRuns(int index, Service.RunInfo value)
A collection of active runs in the experiment. Note: this may not contain all of the experiment's active runs. This field is deprecated. Please use the "Search Runs" API to fetch runs within an experiment.
repeated .mlflow.RunInfo runs = 2 [deprecated = true];
@Deprecated public Service.GetExperiment.Response.Builder addRuns(Service.RunInfo.Builder builderForValue)
A collection of active runs in the experiment. Note: this may not contain all of the experiment's active runs. This field is deprecated. Please use the "Search Runs" API to fetch runs within an experiment.
repeated .mlflow.RunInfo runs = 2 [deprecated = true];
@Deprecated public Service.GetExperiment.Response.Builder addRuns(int index, Service.RunInfo.Builder builderForValue)
A collection of active runs in the experiment. Note: this may not contain all of the experiment's active runs. This field is deprecated. Please use the "Search Runs" API to fetch runs within an experiment.
repeated .mlflow.RunInfo runs = 2 [deprecated = true];
@Deprecated public Service.GetExperiment.Response.Builder addAllRuns(Iterable<? extends Service.RunInfo> values)
A collection of active runs in the experiment. Note: this may not contain all of the experiment's active runs. This field is deprecated. Please use the "Search Runs" API to fetch runs within an experiment.
repeated .mlflow.RunInfo runs = 2 [deprecated = true];
@Deprecated public Service.GetExperiment.Response.Builder clearRuns()
A collection of active runs in the experiment. Note: this may not contain all of the experiment's active runs. This field is deprecated. Please use the "Search Runs" API to fetch runs within an experiment.
repeated .mlflow.RunInfo runs = 2 [deprecated = true];
@Deprecated public Service.GetExperiment.Response.Builder removeRuns(int index)
A collection of active runs in the experiment. Note: this may not contain all of the experiment's active runs. This field is deprecated. Please use the "Search Runs" API to fetch runs within an experiment.
repeated .mlflow.RunInfo runs = 2 [deprecated = true];
@Deprecated public Service.RunInfo.Builder getRunsBuilder(int index)
A collection of active runs in the experiment. Note: this may not contain all of the experiment's active runs. This field is deprecated. Please use the "Search Runs" API to fetch runs within an experiment.
repeated .mlflow.RunInfo runs = 2 [deprecated = true];
@Deprecated public Service.RunInfoOrBuilder getRunsOrBuilder(int index)
A collection of active runs in the experiment. Note: this may not contain all of the experiment's active runs. This field is deprecated. Please use the "Search Runs" API to fetch runs within an experiment.
repeated .mlflow.RunInfo runs = 2 [deprecated = true];
getRunsOrBuilder
in interface Service.GetExperiment.ResponseOrBuilder
@Deprecated public List<? extends Service.RunInfoOrBuilder> getRunsOrBuilderList()
A collection of active runs in the experiment. Note: this may not contain all of the experiment's active runs. This field is deprecated. Please use the "Search Runs" API to fetch runs within an experiment.
repeated .mlflow.RunInfo runs = 2 [deprecated = true];
getRunsOrBuilderList
in interface Service.GetExperiment.ResponseOrBuilder
@Deprecated public Service.RunInfo.Builder addRunsBuilder()
A collection of active runs in the experiment. Note: this may not contain all of the experiment's active runs. This field is deprecated. Please use the "Search Runs" API to fetch runs within an experiment.
repeated .mlflow.RunInfo runs = 2 [deprecated = true];
@Deprecated public Service.RunInfo.Builder addRunsBuilder(int index)
A collection of active runs in the experiment. Note: this may not contain all of the experiment's active runs. This field is deprecated. Please use the "Search Runs" API to fetch runs within an experiment.
repeated .mlflow.RunInfo runs = 2 [deprecated = true];
@Deprecated public List<Service.RunInfo.Builder> getRunsBuilderList()
A collection of active runs in the experiment. Note: this may not contain all of the experiment's active runs. This field is deprecated. Please use the "Search Runs" API to fetch runs within an experiment.
repeated .mlflow.RunInfo runs = 2 [deprecated = true];
public final Service.GetExperiment.Response.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields
in interface com.google.protobuf.Message.Builder
setUnknownFields
in class com.google.protobuf.GeneratedMessageV3.Builder<Service.GetExperiment.Response.Builder>
public final Service.GetExperiment.Response.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields
in interface com.google.protobuf.Message.Builder
mergeUnknownFields
in class com.google.protobuf.GeneratedMessageV3.Builder<Service.GetExperiment.Response.Builder>
Copyright © 2021. All rights reserved.