public static interface Service.ExperimentOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
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
|
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.
|
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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasExperimentId()
Unique identifier for the experiment.
optional int64 experiment_id = 1;
long getExperimentId()
Unique identifier for the experiment.
optional int64 experiment_id = 1;
boolean hasName()
Human readable name that identifies the experiment.
optional string name = 2;
String getName()
Human readable name that identifies the experiment.
optional string name = 2;
com.google.protobuf.ByteString getNameBytes()
Human readable name that identifies the experiment.
optional string name = 2;
boolean hasArtifactLocation()
Location where artifacts for the experiment are stored.
optional string artifact_location = 3;
String getArtifactLocation()
Location where artifacts for the experiment are stored.
optional string artifact_location = 3;
com.google.protobuf.ByteString getArtifactLocationBytes()
Location where artifacts for the experiment are stored.
optional string artifact_location = 3;
boolean hasLifecycleStage()
Current life cycle stage of the experiment: "active" or "deleted". Deleted experiments are not returned by APIs.
optional string lifecycle_stage = 4;
String getLifecycleStage()
Current life cycle stage of the experiment: "active" or "deleted". Deleted experiments are not returned by APIs.
optional string lifecycle_stage = 4;
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;
boolean hasLastUpdateTime()
Last update time
optional int64 last_update_time = 5;
long getLastUpdateTime()
Last update time
optional int64 last_update_time = 5;
boolean hasCreationTime()
Creation time
optional int64 creation_time = 6;
long getCreationTime()
Creation time
optional int64 creation_time = 6;
Copyright © 2018. All rights reserved.