Package org.mlflow.api.proto
Interface Service.ExperimentOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Service.Experiment,Service.Experiment.Builder
- Enclosing class:
- Service
public static interface Service.ExperimentOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionLocation where artifacts for the experiment are stored.com.google.protobuf.ByteStringLocation where artifacts for the experiment are stored.longCreation timeEffective trace archival retention after broader-scope and experiment overrides are applied.com.google.protobuf.ByteStringEffective trace archival retention after broader-scope and experiment overrides are applied.Unique identifier for the experiment.com.google.protobuf.ByteStringUnique identifier for the experiment.longLast update timeCurrent life cycle stage of the experiment: "active" or "deleted".com.google.protobuf.ByteStringCurrent life cycle stage of the experiment: "active" or "deleted".getName()Human readable name that identifies the experiment.com.google.protobuf.ByteStringHuman readable name that identifies the experiment.getTags(int index) Tags: Additional metadata key-value pairs.intTags: Additional metadata key-value pairs.Tags: Additional metadata key-value pairs.getTagsOrBuilder(int index) Tags: Additional metadata key-value pairs.List<? extends Service.ExperimentTagOrBuilder>Tags: Additional metadata key-value pairs.booleanLocation where artifacts for the experiment are stored.booleanCreation timebooleanEffective trace archival retention after broader-scope and experiment overrides are applied.booleanUnique identifier for the experiment.booleanLast update timebooleanCurrent life cycle stage of the experiment: "active" or "deleted".booleanhasName()Human readable name that identifies the experiment.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasExperimentId
boolean hasExperimentId()Unique identifier for the experiment.
optional string experiment_id = 1;- Returns:
- Whether the experimentId field is set.
-
getExperimentId
String getExperimentId()Unique identifier for the experiment.
optional string experiment_id = 1;- Returns:
- The experimentId.
-
getExperimentIdBytes
com.google.protobuf.ByteString getExperimentIdBytes()Unique identifier for the experiment.
optional string experiment_id = 1;- Returns:
- The bytes for experimentId.
-
hasName
boolean hasName()Human readable name that identifies the experiment.
optional string name = 2;- Returns:
- Whether the name field is set.
-
getName
String getName()Human readable name that identifies the experiment.
optional string name = 2;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()Human readable name that identifies the experiment.
optional string name = 2;- Returns:
- The bytes for name.
-
hasArtifactLocation
boolean hasArtifactLocation()Location where artifacts for the experiment are stored.
optional string artifact_location = 3;- Returns:
- Whether the artifactLocation field is set.
-
getArtifactLocation
String getArtifactLocation()Location where artifacts for the experiment are stored.
optional string artifact_location = 3;- Returns:
- The artifactLocation.
-
getArtifactLocationBytes
com.google.protobuf.ByteString getArtifactLocationBytes()Location where artifacts for the experiment are stored.
optional string artifact_location = 3;- Returns:
- The bytes for artifactLocation.
-
hasLifecycleStage
boolean hasLifecycleStage()Current life cycle stage of the experiment: "active" or "deleted". Deleted experiments are not returned by APIs.
optional string lifecycle_stage = 4;- Returns:
- Whether the lifecycleStage field is set.
-
getLifecycleStage
String getLifecycleStage()Current life cycle stage of the experiment: "active" or "deleted". Deleted experiments are not returned by APIs.
optional string lifecycle_stage = 4;- Returns:
- The lifecycleStage.
-
getLifecycleStageBytes
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;- Returns:
- The bytes for lifecycleStage.
-
hasLastUpdateTime
boolean hasLastUpdateTime()Last update time
optional int64 last_update_time = 5;- Returns:
- Whether the lastUpdateTime field is set.
-
getLastUpdateTime
long getLastUpdateTime()Last update time
optional int64 last_update_time = 5;- Returns:
- The lastUpdateTime.
-
hasCreationTime
boolean hasCreationTime()Creation time
optional int64 creation_time = 6;- Returns:
- Whether the creationTime field is set.
-
getCreationTime
long getCreationTime()Creation time
optional int64 creation_time = 6;- Returns:
- The creationTime.
-
getTagsList
List<Service.ExperimentTag> getTagsList()Tags: Additional metadata key-value pairs.
repeated .mlflow.ExperimentTag tags = 7; -
getTags
Tags: Additional metadata key-value pairs.
repeated .mlflow.ExperimentTag tags = 7; -
getTagsCount
int getTagsCount()Tags: Additional metadata key-value pairs.
repeated .mlflow.ExperimentTag tags = 7; -
getTagsOrBuilderList
List<? extends Service.ExperimentTagOrBuilder> getTagsOrBuilderList()Tags: Additional metadata key-value pairs.
repeated .mlflow.ExperimentTag tags = 7; -
getTagsOrBuilder
Tags: Additional metadata key-value pairs.
repeated .mlflow.ExperimentTag tags = 7; -
hasEffectiveTraceArchivalRetention
boolean hasEffectiveTraceArchivalRetention()Effective trace archival retention after broader-scope and experiment overrides are applied.
optional string effective_trace_archival_retention = 8;- Returns:
- Whether the effectiveTraceArchivalRetention field is set.
-
getEffectiveTraceArchivalRetention
String getEffectiveTraceArchivalRetention()Effective trace archival retention after broader-scope and experiment overrides are applied.
optional string effective_trace_archival_retention = 8;- Returns:
- The effectiveTraceArchivalRetention.
-
getEffectiveTraceArchivalRetentionBytes
com.google.protobuf.ByteString getEffectiveTraceArchivalRetentionBytes()Effective trace archival retention after broader-scope and experiment overrides are applied.
optional string effective_trace_archival_retention = 8;- Returns:
- The bytes for effectiveTraceArchivalRetention.
-