DescribeTrialComponentResponse constructor
DescribeTrialComponentResponse({
- UserContext? createdBy,
- DateTime? creationTime,
- String? displayName,
- DateTime? endTime,
- Map<
String, TrialComponentArtifact> ? inputArtifacts, - UserContext? lastModifiedBy,
- DateTime? lastModifiedTime,
- MetadataProperties? metadataProperties,
- List<
TrialComponentMetricSummary> ? metrics, - Map<
String, TrialComponentArtifact> ? outputArtifacts, - Map<
String, TrialComponentParameterValue> ? parameters, - TrialComponentSource? source,
- DateTime? startTime,
- TrialComponentStatus? status,
- String? trialComponentArn,
- String? trialComponentName,
Implementation
DescribeTrialComponentResponse({
this.createdBy,
this.creationTime,
this.displayName,
this.endTime,
this.inputArtifacts,
this.lastModifiedBy,
this.lastModifiedTime,
this.metadataProperties,
this.metrics,
this.outputArtifacts,
this.parameters,
this.source,
this.startTime,
this.status,
this.trialComponentArn,
this.trialComponentName,
});