Package org.mlflow.api.proto
Interface Service.DeleteTracesOrBuilder
- 
- All Superinterfaces:
- com.google.protobuf.MessageLiteOrBuilder,- com.google.protobuf.MessageOrBuilder
 - All Known Implementing Classes:
- Service.DeleteTraces,- Service.DeleteTraces.Builder
 - Enclosing class:
- Service
 
 public static interface Service.DeleteTracesOrBuilder extends com.google.protobuf.MessageOrBuilder
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetExperimentId()ID of the associated experiment.com.google.protobuf.ByteStringgetExperimentIdBytes()ID of the associated experiment.longgetMaxTimestampMillis()Case 1: max_timestamp_millis and max_traces must be specified for time-based deletion The maximum timestamp in milliseconds since the UNIX epoch for deleting traces.intgetMaxTraces()The maximum number of traces to delete.java.lang.StringgetRequestIds(int index)Case 2: request_ids must be specified for ID-based deletion A set of request IDs to deletecom.google.protobuf.ByteStringgetRequestIdsBytes(int index)Case 2: request_ids must be specified for ID-based deletion A set of request IDs to deleteintgetRequestIdsCount()Case 2: request_ids must be specified for ID-based deletion A set of request IDs to deletejava.util.List<java.lang.String>getRequestIdsList()Case 2: request_ids must be specified for ID-based deletion A set of request IDs to deletebooleanhasExperimentId()ID of the associated experiment.booleanhasMaxTimestampMillis()Case 1: max_timestamp_millis and max_traces must be specified for time-based deletion The maximum timestamp in milliseconds since the UNIX epoch for deleting traces.booleanhasMaxTraces()The maximum number of traces to delete.- 
Methods inherited from interface com.google.protobuf.MessageOrBuilderfindInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
 
- 
 
- 
- 
- 
Method Detail- 
hasExperimentIdboolean hasExperimentId() ID of the associated experiment. optional string experiment_id = 1 [(.mlflow.validate_required) = true];- Returns:
- Whether the experimentId field is set.
 
 - 
getExperimentIdjava.lang.String getExperimentId() ID of the associated experiment. optional string experiment_id = 1 [(.mlflow.validate_required) = true];- Returns:
- The experimentId.
 
 - 
getExperimentIdBytescom.google.protobuf.ByteString getExperimentIdBytes() ID of the associated experiment. optional string experiment_id = 1 [(.mlflow.validate_required) = true];- Returns:
- The bytes for experimentId.
 
 - 
hasMaxTimestampMillisboolean hasMaxTimestampMillis() Case 1: max_timestamp_millis and max_traces must be specified for time-based deletion The maximum timestamp in milliseconds since the UNIX epoch for deleting traces. optional int64 max_timestamp_millis = 2;- Returns:
- Whether the maxTimestampMillis field is set.
 
 - 
getMaxTimestampMillislong getMaxTimestampMillis() Case 1: max_timestamp_millis and max_traces must be specified for time-based deletion The maximum timestamp in milliseconds since the UNIX epoch for deleting traces. optional int64 max_timestamp_millis = 2;- Returns:
- The maxTimestampMillis.
 
 - 
hasMaxTracesboolean hasMaxTraces() The maximum number of traces to delete. optional int32 max_traces = 3;- Returns:
- Whether the maxTraces field is set.
 
 - 
getMaxTracesint getMaxTraces() The maximum number of traces to delete. optional int32 max_traces = 3;- Returns:
- The maxTraces.
 
 - 
getRequestIdsListjava.util.List<java.lang.String> getRequestIdsList() Case 2: request_ids must be specified for ID-based deletion A set of request IDs to delete repeated string request_ids = 4;- Returns:
- A list containing the requestIds.
 
 - 
getRequestIdsCountint getRequestIdsCount() Case 2: request_ids must be specified for ID-based deletion A set of request IDs to delete repeated string request_ids = 4;- Returns:
- The count of requestIds.
 
 - 
getRequestIdsjava.lang.String getRequestIds(int index) Case 2: request_ids must be specified for ID-based deletion A set of request IDs to delete repeated string request_ids = 4;- Parameters:
- index- The index of the element to return.
- Returns:
- The requestIds at the given index.
 
 - 
getRequestIdsBytescom.google.protobuf.ByteString getRequestIdsBytes(int index) Case 2: request_ids must be specified for ID-based deletion A set of request IDs to delete repeated string request_ids = 4;- Parameters:
- index- The index of the value to return.
- Returns:
- The bytes of the requestIds at the given index.
 
 
- 
 
-