DescribeTrialResponse constructor
DescribeTrialResponse({
- UserContext? createdBy,
- DateTime? creationTime,
- String? displayName,
- String? experimentName,
- UserContext? lastModifiedBy,
- DateTime? lastModifiedTime,
- MetadataProperties? metadataProperties,
- TrialSource? source,
- String? trialArn,
- String? trialName,
Implementation
DescribeTrialResponse({
this.createdBy,
this.creationTime,
this.displayName,
this.experimentName,
this.lastModifiedBy,
this.lastModifiedTime,
this.metadataProperties,
this.source,
this.trialArn,
this.trialName,
});