MLModel constructor
MLModel({
- Algorithm? algorithm,
- int? computeTime,
- DateTime? createdAt,
- String? createdByIamUser,
- RealtimeEndpointInfo? endpointInfo,
- DateTime? finishedAt,
- String? inputDataLocationS3,
- DateTime? lastUpdatedAt,
- String? mLModelId,
- MLModelType? mLModelType,
- String? message,
- String? name,
- double? scoreThreshold,
- DateTime? scoreThresholdLastUpdatedAt,
- int? sizeInBytes,
- DateTime? startedAt,
- EntityStatus? status,
- String? trainingDataSourceId,
- Map<
String, String> ? trainingParameters,
Implementation
MLModel({
this.algorithm,
this.computeTime,
this.createdAt,
this.createdByIamUser,
this.endpointInfo,
this.finishedAt,
this.inputDataLocationS3,
this.lastUpdatedAt,
this.mLModelId,
this.mLModelType,
this.message,
this.name,
this.scoreThreshold,
this.scoreThresholdLastUpdatedAt,
this.sizeInBytes,
this.startedAt,
this.status,
this.trainingDataSourceId,
this.trainingParameters,
});