Package org.mlflow.api.proto
Interface Service.GetAssessmentRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Service.GetAssessmentRequest
,Service.GetAssessmentRequest.Builder
- Enclosing class:
- Service
public static interface Service.GetAssessmentRequestOrBuilder
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 the assessment belongs to.com.google.protobuf.ByteString
The ID of the trace the assessment belongs to.boolean
The ID of the assessment.boolean
The ID of the trace the assessment belongs to.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 the assessment belongs to.
optional string trace_id = 1 [(.mlflow.validate_required) = true];
- Returns:
- Whether the traceId field is set.
-
getTraceId
String getTraceId()The ID of the trace the assessment belongs to.
optional string trace_id = 1 [(.mlflow.validate_required) = true];
- Returns:
- The traceId.
-
getTraceIdBytes
com.google.protobuf.ByteString getTraceIdBytes()The ID of the trace the assessment belongs to.
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.
-