GetMLModelOutput constructor

GetMLModelOutput({
  1. int? computeTime,
  2. DateTime? createdAt,
  3. String? createdByIamUser,
  4. RealtimeEndpointInfo? endpointInfo,
  5. DateTime? finishedAt,
  6. String? inputDataLocationS3,
  7. DateTime? lastUpdatedAt,
  8. String? logUri,
  9. String? mLModelId,
  10. MLModelType? mLModelType,
  11. String? message,
  12. String? name,
  13. String? recipe,
  14. String? schema,
  15. double? scoreThreshold,
  16. DateTime? scoreThresholdLastUpdatedAt,
  17. int? sizeInBytes,
  18. DateTime? startedAt,
  19. EntityStatus? status,
  20. String? trainingDataSourceId,
  21. Map<String, String>? trainingParameters,
})

Implementation

GetMLModelOutput({
  this.computeTime,
  this.createdAt,
  this.createdByIamUser,
  this.endpointInfo,
  this.finishedAt,
  this.inputDataLocationS3,
  this.lastUpdatedAt,
  this.logUri,
  this.mLModelId,
  this.mLModelType,
  this.message,
  this.name,
  this.recipe,
  this.schema,
  this.scoreThreshold,
  this.scoreThresholdLastUpdatedAt,
  this.sizeInBytes,
  this.startedAt,
  this.status,
  this.trainingDataSourceId,
  this.trainingParameters,
});