toMap method
Implementation
Map<String, dynamic> toMap() {
return <String, dynamic>{
'collectionConfigurations': ?pulumi.Input.mapOptionalInputValue<List<TrainingJobDebugHookConfigCollectionConfiguration>, List<Map<String, dynamic>>>(collectionConfigurations, (value) => pulumi.Input.encodeList<TrainingJobDebugHookConfigCollectionConfiguration, Map<String, dynamic>>(value, (value) => value.toMap())),
'hookParameters': ?hookParameters,
'localPath': ?localPath,
's3OutputPath': s3OutputPath,
};
}