Package org.mlflow.api.proto
Interface Service.UpdateAssessmentOrBuilder
- 
- All Superinterfaces:
- com.google.protobuf.MessageLiteOrBuilder,- com.google.protobuf.MessageOrBuilder
 - All Known Implementing Classes:
- Service.UpdateAssessment,- Service.UpdateAssessment.Builder
 - Enclosing class:
- Service
 
 public static interface Service.UpdateAssessmentOrBuilder extends com.google.protobuf.MessageOrBuilder
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description Assessments.AssessmentgetAssessment()The Assessment containing the fields which should be updated.Assessments.AssessmentOrBuildergetAssessmentOrBuilder()The Assessment containing the fields which should be updated.com.google.protobuf.FieldMaskgetUpdateMask()The list of the assessment fields to update.com.google.protobuf.FieldMaskOrBuildergetUpdateMaskOrBuilder()The list of the assessment fields to update.booleanhasAssessment()The Assessment containing the fields which should be updated.booleanhasUpdateMask()The list of the assessment fields to update.- 
Methods inherited from interface com.google.protobuf.MessageOrBuilderfindInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
 
- 
 
- 
- 
- 
Method Detail- 
hasAssessmentboolean hasAssessment() The Assessment containing the fields which should be updated. optional .mlflow.assessments.Assessment assessment = 1 [(.mlflow.validate_required) = true];- Returns:
- Whether the assessment field is set.
 
 - 
getAssessmentAssessments.Assessment getAssessment() The Assessment containing the fields which should be updated. optional .mlflow.assessments.Assessment assessment = 1 [(.mlflow.validate_required) = true];- Returns:
- The assessment.
 
 - 
getAssessmentOrBuilderAssessments.AssessmentOrBuilder getAssessmentOrBuilder() The Assessment containing the fields which should be updated. optional .mlflow.assessments.Assessment assessment = 1 [(.mlflow.validate_required) = true];
 - 
hasUpdateMaskboolean hasUpdateMask() The list of the assessment fields to update. These should correspond to the values (or lack thereof) present in `assessment`. optional .google.protobuf.FieldMask update_mask = 2 [(.mlflow.validate_required) = true];- Returns:
- Whether the updateMask field is set.
 
 - 
getUpdateMaskcom.google.protobuf.FieldMask getUpdateMask() The list of the assessment fields to update. These should correspond to the values (or lack thereof) present in `assessment`. optional .google.protobuf.FieldMask update_mask = 2 [(.mlflow.validate_required) = true];- Returns:
- The updateMask.
 
 - 
getUpdateMaskOrBuildercom.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder() The list of the assessment fields to update. These should correspond to the values (or lack thereof) present in `assessment`. optional .google.protobuf.FieldMask update_mask = 2 [(.mlflow.validate_required) = true];
 
- 
 
-