Package org.mlflow.api.proto
Interface Service.DeleteAssessmentOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Service.DeleteAssessment
,Service.DeleteAssessment.Builder
- Enclosing class:
- Service
public static interface Service.DeleteAssessmentOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe ID of the assessment.com.google.protobuf.ByteString
The ID of the assessment.The ID of the trace.com.google.protobuf.ByteString
The ID of the trace.boolean
The ID of the assessment.boolean
The ID of the trace.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasTraceId
boolean hasTraceId()The ID of the trace.
optional string trace_id = 1 [(.mlflow.validate_required) = true];
- Returns:
- Whether the traceId field is set.
-
getTraceId
String getTraceId()The ID of the trace.
optional string trace_id = 1 [(.mlflow.validate_required) = true];
- Returns:
- The traceId.
-
getTraceIdBytes
com.google.protobuf.ByteString getTraceIdBytes()The ID of the trace.
optional string trace_id = 1 [(.mlflow.validate_required) = true];
- Returns:
- The bytes for traceId.
-
hasAssessmentId
boolean hasAssessmentId()The ID of the assessment.
optional string assessment_id = 2 [(.mlflow.validate_required) = true];
- Returns:
- Whether the assessmentId field is set.
-
getAssessmentId
String getAssessmentId()The ID of the assessment.
optional string assessment_id = 2 [(.mlflow.validate_required) = true];
- Returns:
- The assessmentId.
-
getAssessmentIdBytes
com.google.protobuf.ByteString getAssessmentIdBytes()The ID of the assessment.
optional string assessment_id = 2 [(.mlflow.validate_required) = true];
- Returns:
- The bytes for assessmentId.
-