DescribeTrialResponse constructor

DescribeTrialResponse({
  1. UserContext? createdBy,
  2. DateTime? creationTime,
  3. String? displayName,
  4. String? experimentName,
  5. UserContext? lastModifiedBy,
  6. DateTime? lastModifiedTime,
  7. MetadataProperties? metadataProperties,
  8. TrialSource? source,
  9. String? trialArn,
  10. String? trialName,
})

Implementation

DescribeTrialResponse({
  this.createdBy,
  this.creationTime,
  this.displayName,
  this.experimentName,
  this.lastModifiedBy,
  this.lastModifiedTime,
  this.metadataProperties,
  this.source,
  this.trialArn,
  this.trialName,
});