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 Summary
All 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.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof 
 - 
 
 - 
 
- 
- 
Method Detail
- 
hasAssessment
boolean 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.
 
 
- 
getAssessment
Assessments.Assessment getAssessment()
The Assessment containing the fields which should be updated.
optional .mlflow.assessments.Assessment assessment = 1 [(.mlflow.validate_required) = true];- Returns:
 - The assessment.
 
 
- 
getAssessmentOrBuilder
Assessments.AssessmentOrBuilder getAssessmentOrBuilder()
The Assessment containing the fields which should be updated.
optional .mlflow.assessments.Assessment assessment = 1 [(.mlflow.validate_required) = true]; 
- 
hasUpdateMask
boolean 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.
 
 
- 
getUpdateMask
com.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.
 
 
- 
getUpdateMaskOrBuilder
com.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]; 
 - 
 
 -