AssessDataResponse class final

Response message for DatasetService.AssessData.

Inheritance
  • Object
  • ProtoMessage
  • AssessDataResponse

Constructors

AssessDataResponse({AssessDataResponse_TuningValidationAssessmentResult? tuningValidationAssessmentResult, AssessDataResponse_TuningResourceUsageAssessmentResult? tuningResourceUsageAssessmentResult, AssessDataResponse_BatchPredictionValidationAssessmentResult? batchPredictionValidationAssessmentResult, AssessDataResponse_BatchPredictionResourceUsageAssessmentResult? batchPredictionResourceUsageAssessmentResult})
AssessDataResponse.fromJson(Object? j)
factory

Properties

batchPredictionResourceUsageAssessmentResult AssessDataResponse_BatchPredictionResourceUsageAssessmentResult?
Optional. The result of the batch prediction resource usage assessment.
final
batchPredictionValidationAssessmentResult AssessDataResponse_BatchPredictionValidationAssessmentResult?
Optional. The result of the batch prediction validation assessment.
final
hashCode int
The hash code for this object.
no setterinherited
qualifiedName String
The fully qualified name of this message, i.e., google.protobuf.Duration or google.rpc.ErrorInfo.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tuningResourceUsageAssessmentResult AssessDataResponse_TuningResourceUsageAssessmentResult?
Optional. The result of the tuning resource usage assessment.
final
tuningValidationAssessmentResult AssessDataResponse_TuningValidationAssessmentResult?
Optional. The result of the tuning validation assessment.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Object
override
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

fullyQualifiedName → const String